Lines Matching refs:__pgprot

1631 			 (enable ? PAGE_KERNEL : __pgprot(0)), false);  in __kernel_map_pages()
2404 PAGE_COPY = __pgprot(page_copy); in prot_init_common()
2405 PAGE_SHARED = __pgprot(page_shared); in prot_init_common()
2407 protection_map[0x0] = __pgprot(page_none); in prot_init_common()
2408 protection_map[0x1] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()
2409 protection_map[0x2] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()
2410 protection_map[0x3] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()
2411 protection_map[0x4] = __pgprot(page_readonly); in prot_init_common()
2412 protection_map[0x5] = __pgprot(page_readonly); in prot_init_common()
2413 protection_map[0x6] = __pgprot(page_copy); in prot_init_common()
2414 protection_map[0x7] = __pgprot(page_copy); in prot_init_common()
2415 protection_map[0x8] = __pgprot(page_none); in prot_init_common()
2416 protection_map[0x9] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()
2417 protection_map[0xa] = __pgprot(page_shared & ~page_exec_bit); in prot_init_common()
2418 protection_map[0xb] = __pgprot(page_shared & ~page_exec_bit); in prot_init_common()
2419 protection_map[0xc] = __pgprot(page_readonly); in prot_init_common()
2420 protection_map[0xd] = __pgprot(page_readonly); in prot_init_common()
2421 protection_map[0xe] = __pgprot(page_shared); in prot_init_common()
2422 protection_map[0xf] = __pgprot(page_shared); in prot_init_common()
2431 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2435 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2484 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID | in sun4v_pgprot_init()