Lines Matching refs:__pgprot
1688 (enable ? PAGE_KERNEL : __pgprot(0)), false); in __kernel_map_pages()
2463 PAGE_COPY = __pgprot(page_copy); in prot_init_common()
2464 PAGE_SHARED = __pgprot(page_shared); in prot_init_common()
2466 protection_map[0x0] = __pgprot(page_none); in prot_init_common()
2467 protection_map[0x1] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()
2468 protection_map[0x2] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()
2469 protection_map[0x3] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()
2470 protection_map[0x4] = __pgprot(page_readonly); in prot_init_common()
2471 protection_map[0x5] = __pgprot(page_readonly); in prot_init_common()
2472 protection_map[0x6] = __pgprot(page_copy); in prot_init_common()
2473 protection_map[0x7] = __pgprot(page_copy); in prot_init_common()
2474 protection_map[0x8] = __pgprot(page_none); in prot_init_common()
2475 protection_map[0x9] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()
2476 protection_map[0xa] = __pgprot(page_shared & ~page_exec_bit); in prot_init_common()
2477 protection_map[0xb] = __pgprot(page_shared & ~page_exec_bit); in prot_init_common()
2478 protection_map[0xc] = __pgprot(page_readonly); in prot_init_common()
2479 protection_map[0xd] = __pgprot(page_readonly); in prot_init_common()
2480 protection_map[0xe] = __pgprot(page_shared); in prot_init_common()
2481 protection_map[0xf] = __pgprot(page_shared); in prot_init_common()
2490 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2494 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2543 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID | in sun4v_pgprot_init()