Searched refs:page_exec_bit (Results 1 – 1 of 1) sorted by relevance
2640 unsigned long page_exec_bit) in prot_init_common() argument2646 protection_map[0x1] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()2647 protection_map[0x2] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()2648 protection_map[0x3] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()2654 protection_map[0x9] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()2655 protection_map[0xa] = __pgprot(page_shared & ~page_exec_bit); in prot_init_common()2656 protection_map[0xb] = __pgprot(page_shared & ~page_exec_bit); in prot_init_common()2666 unsigned long page_exec_bit; in sun4u_pgprot_init() local2710 page_exec_bit = _PAGE_EXEC_4U; in sun4u_pgprot_init()2713 page_exec_bit); in sun4u_pgprot_init()[all …]