Lines Matching refs:protection_map
2645 protection_map[0x0] = __pgprot(page_none); in prot_init_common()
2646 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()
2649 protection_map[0x4] = __pgprot(page_readonly); in prot_init_common()
2650 protection_map[0x5] = __pgprot(page_readonly); in prot_init_common()
2651 protection_map[0x6] = __pgprot(page_copy); in prot_init_common()
2652 protection_map[0x7] = __pgprot(page_copy); in prot_init_common()
2653 protection_map[0x8] = __pgprot(page_none); 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()
2657 protection_map[0xc] = __pgprot(page_readonly); in prot_init_common()
2658 protection_map[0xd] = __pgprot(page_readonly); in prot_init_common()
2659 protection_map[0xe] = __pgprot(page_shared); in prot_init_common()
2660 protection_map[0xf] = __pgprot(page_shared); in prot_init_common()