Searched refs:protection_map (Results 1 – 25 of 26) sorted by relevance
12
179 static pgprot_t protection_map[16] __ro_after_init; variable185 protection_map[1] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()187 protection_map[3] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()188 protection_map[4] = PM(_PAGE_PRESENT); in setup_protection_map()189 protection_map[5] = PM(_PAGE_PRESENT); in setup_protection_map()190 protection_map[6] = PM(_PAGE_PRESENT); in setup_protection_map()191 protection_map[7] = PM(_PAGE_PRESENT); in setup_protection_map()198 protection_map[12] = PM(_PAGE_PRESENT); in setup_protection_map()199 protection_map[13] = PM(_PAGE_PRESENT); in setup_protection_map()200 protection_map[14] = PM(_PAGE_PRESENT | _PAGE_WRITE); in setup_protection_map()[all …]
16 static pgprot_t protection_map[16] __ro_after_init = { variable72 protection_map[VM_EXEC] = PAGE_EXECONLY; in adjust_protection_map()73 protection_map[VM_EXEC | VM_SHARED] = PAGE_EXECONLY; in adjust_protection_map()77 for (int i = 0; i < ARRAY_SIZE(protection_map); i++) in adjust_protection_map()78 pgprot_val(protection_map[i]) &= ~PTE_SHARED; in adjust_protection_map()92 prot = pgprot_val(protection_map[vm_flags & in vm_get_page_prot()
8 static pgprot_t protection_map[16] __ro_after_init = { variable31 for (i = 0; i < ARRAY_SIZE(protection_map); i++) in add_encrypt_protection_map()32 protection_map[i] = pgprot_encrypted(protection_map[i]); in add_encrypt_protection_map()37 unsigned long val = pgprot_val(protection_map[vm_flags & in vm_get_page_prot()
192 static pgprot_t protection_map[16] __ro_after_init; variable196 pgprot_t *pm = protection_map; in setup_protection_map()
2635 static pgprot_t protection_map[16] __ro_after_init; variable2646 protection_map[0x0] = __pgprot(page_none); in prot_init_common()2650 protection_map[0x4] = __pgprot(page_readonly); in prot_init_common()2651 protection_map[0x5] = __pgprot(page_readonly); in prot_init_common()2652 protection_map[0x6] = __pgprot(page_copy); in prot_init_common()2653 protection_map[0x7] = __pgprot(page_copy); in prot_init_common()2654 protection_map[0x8] = __pgprot(page_none); in prot_init_common()2658 protection_map[0xc] = __pgprot(page_readonly); in prot_init_common()2659 protection_map[0xd] = __pgprot(page_readonly); in prot_init_common()2660 protection_map[0xe] = __pgprot(page_shared); in prot_init_common()[all …]
285 static const pgprot_t protection_map[16] = { variable
62 static const pgprot_t protection_map[16] = { variable
93 static const pgprot_t protection_map[16] = { variable
406 static pgprot_t protection_map[16] __ro_after_init = { variable448 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()
221 static const pgprot_t protection_map[16] = { variable
118 static const pgprot_t protection_map[16] = { variable
183 static const pgprot_t protection_map[16] = { variable
102 extern const pgprot_t protection_map[16];
134 static const pgprot_t protection_map[16] = { variable
243 static const pgprot_t protection_map[16] = { variable
22 static const pgprot_t protection_map[16] = { variable
242 static const pgprot_t protection_map[16] = { variable
213 static const pgprot_t protection_map[16] = { variable
161 static const pgprot_t protection_map[16] = { variable
229 static const pgprot_t protection_map[16] = { variable
276 static const pgprot_t protection_map[16] = { variable
534 const pgprot_t protection_map[16] = { variable
419 static pgprot_t protection_map[16] __ro_after_init = { variable668 pteval_t v = pgprot_val(protection_map[i]); in build_mem_type_table()669 protection_map[i] = __pgprot(v | user_pgprot); in build_mem_type_table()
653 prot = pgprot_val(protection_map[vm_flags & (VM_ACCESS_FLAGS | VM_SHARED)]); in vm_get_page_prot()
969 static const pgprot_t protection_map[16] = { variable
Completed in 35 milliseconds