Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dcache.c179 static pgprot_t protection_map[16] __ro_after_init; variable
184 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
185 protection_map[1] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()
186 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); 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()
193 protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
[all …]
/linux/arch/s390/mm/
H A Dmmap.c191 static pgprot_t protection_map[16] __ro_after_init; variable
195 pgprot_t *pm = protection_map; in setup_protection_map()
/linux/arch/arc/mm/
H A Dmmap.c62 static const pgprot_t protection_map[16] = { variable
/linux/arch/powerpc/include/asm/
H A Dpgtable.h100 extern const pgprot_t protection_map[16];
/linux/arch/sh/mm/
H A Dmmap.c22 static const pgprot_t protection_map[16] = { variable
/linux/arch/loongarch/mm/
H A Dcache.c151 static const pgprot_t protection_map[16] = { variable
/linux/arch/riscv/mm/
H A Dinit.c357 static const pgprot_t protection_map[16] = { variable