/linux-6.3-rc2/arch/mips/mm/ |
A D | cache.c | 162 static pgprot_t protection_map[16] __ro_after_init; variable 168 protection_map[1] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map() 170 protection_map[3] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map() 171 protection_map[4] = PM(_PAGE_PRESENT); in setup_protection_map() 172 protection_map[5] = PM(_PAGE_PRESENT); in setup_protection_map() 173 protection_map[6] = PM(_PAGE_PRESENT); in setup_protection_map() 174 protection_map[7] = PM(_PAGE_PRESENT); in setup_protection_map() 181 protection_map[12] = PM(_PAGE_PRESENT); in setup_protection_map() 182 protection_map[13] = PM(_PAGE_PRESENT); in setup_protection_map() 183 protection_map[14] = PM(_PAGE_PRESENT | _PAGE_WRITE); in setup_protection_map() [all …]
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | pgprot.c | 8 static pgprot_t protection_map[16] __ro_after_init = { variable 31 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()
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | mmap.c | 16 static pgprot_t protection_map[16] __ro_after_init = { variable 72 protection_map[VM_EXEC] = PAGE_EXECONLY; in adjust_protection_map() 73 protection_map[VM_EXEC | VM_SHARED] = PAGE_EXECONLY; in adjust_protection_map() 82 pteval_t prot = pgprot_val(protection_map[vm_flags & in vm_get_page_prot()
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | init_64.c | 2637 static pgprot_t protection_map[16] __ro_after_init; variable 2648 protection_map[0x0] = __pgprot(page_none); in prot_init_common() 2652 protection_map[0x4] = __pgprot(page_readonly); in prot_init_common() 2653 protection_map[0x5] = __pgprot(page_readonly); in prot_init_common() 2654 protection_map[0x6] = __pgprot(page_copy); in prot_init_common() 2655 protection_map[0x7] = __pgprot(page_copy); in prot_init_common() 2656 protection_map[0x8] = __pgprot(page_none); in prot_init_common() 2660 protection_map[0xc] = __pgprot(page_readonly); in prot_init_common() 2661 protection_map[0xd] = __pgprot(page_readonly); in prot_init_common() 2662 protection_map[0xe] = __pgprot(page_shared); in prot_init_common() [all …]
|
A D | init_32.c | 305 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | mmap.c | 78 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | pgtable.h | 82 extern const pgprot_t protection_map[16];
|
/linux-6.3-rc2/arch/m68k/mm/ |
A D | sun3mmu.c | 99 static const pgprot_t protection_map[16] = { variable
|
A D | motorola.c | 394 static pgprot_t protection_map[16] __ro_after_init = { variable 436 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()
|
A D | mcfmmu.c | 237 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/nios2/mm/ |
A D | init.c | 127 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/openrisc/mm/ |
A D | init.c | 212 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/xtensa/mm/ |
A D | init.c | 221 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | mmap.c | 22 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | mmap.c | 192 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/csky/mm/ |
A D | init.c | 201 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/hexagon/mm/ |
A D | init.c | 238 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/microblaze/mm/ |
A D | init.c | 289 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | mem.c | 220 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/loongarch/mm/ |
A D | cache.c | 162 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/alpha/mm/ |
A D | init.c | 284 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 562 prot = pgprot_val(protection_map[vm_flags & in vm_get_page_prot()
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | pgtable.c | 477 const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | init.c | 494 static const pgprot_t protection_map[16] = { variable
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | mmu.c | 419 static pgprot_t protection_map[16] __ro_after_init = { variable 668 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()
|