Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
A Dcache.c165 protection_map[1] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()
167 protection_map[3] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()
168 protection_map[4] = PM(_PAGE_PRESENT); in setup_protection_map()
169 protection_map[5] = PM(_PAGE_PRESENT); in setup_protection_map()
170 protection_map[6] = PM(_PAGE_PRESENT); in setup_protection_map()
171 protection_map[7] = PM(_PAGE_PRESENT); in setup_protection_map()
174 protection_map[9] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()
178 protection_map[12] = PM(_PAGE_PRESENT); in setup_protection_map()
179 protection_map[13] = PM(_PAGE_PRESENT); in setup_protection_map()
180 protection_map[14] = PM(_PAGE_PRESENT | _PAGE_WRITE); in setup_protection_map()
[all …]
/linux/arch/sparc/mm/
A Dinit_64.c2645 protection_map[0x0] = __pgprot(page_none); in prot_init_common()
2647 protection_map[0x2] = __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()
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()
[all …]
/linux/arch/x86/mm/
A Dmem_encrypt.c194 for (i = 0; i < ARRAY_SIZE(protection_map); i++) in sme_early_init()
195 protection_map[i] = pgprot_encrypted(protection_map[i]); in sme_early_init()
/linux/mm/
A Ddebug_vm_pgtable.c96 pgprot_t prot = protection_map[idx]; in pte_basic_tests()
191 pgprot_t prot = protection_map[idx]; in pmd_basic_tests()
326 pgprot_t prot = protection_map[idx]; in pud_basic_tests()
1114 args->page_prot_none = protection_map[0]; in init_args()
1254 for (idx = 0; idx < ARRAY_SIZE(protection_map); idx++) { in debug_vm_pgtable()
A Dmmap.c103 pgprot_t protection_map[16] __ro_after_init = { variable
117 pgprot_t ret = __pgprot(pgprot_val(protection_map[vm_flags & in vm_get_page_prot()
/linux/arch/m68k/mm/
A Dmotorola.c408 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()
/linux/arch/arm/mm/
A Dmmu.c631 pteval_t v = pgprot_val(protection_map[i]); in build_mem_type_table()
632 protection_map[i] = __pgprot(v | user_pgprot); in build_mem_type_table()
/linux/include/linux/
A Dmm.h425 extern pgprot_t protection_map[16];
/linux/
A DSystem.map83662 ffff8000116ada78 D protection_map
A D.tmp_System.map83662 ffff8000116ada78 D protection_map

Completed in 1012 milliseconds