Home
last modified time | relevance | path

Searched refs:page_exec_bit (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/sparc/mm/
Dinit_64.c2402 unsigned long page_exec_bit) in prot_init_common() argument
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()
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()
2428 unsigned long page_exec_bit; in sun4u_pgprot_init() local
2472 page_exec_bit = _PAGE_EXEC_4U; in sun4u_pgprot_init()
2475 page_exec_bit); in sun4u_pgprot_init()
[all …]