Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dcache.c160protection_map[0] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_RE… in setup_protection_map()
161 protection_map[1] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()
162protection_map[2] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_RE… in setup_protection_map()
163 protection_map[3] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()
164 protection_map[4] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_READ); in setup_protection_map()
165 protection_map[5] = __pgprot(_page_cachable_default | _PAGE_PRESENT); in setup_protection_map()
166 protection_map[6] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_READ); in setup_protection_map()
167 protection_map[7] = __pgprot(_page_cachable_default | _PAGE_PRESENT); in setup_protection_map()
169protection_map[8] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_RE… in setup_protection_map()
170 protection_map[9] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()
[all …]
/linux-4.1.27/arch/score/mm/
Dcache.c99 protection_map[0] = PAGE_NONE; in setup_protection_map()
100 protection_map[1] = PAGE_READONLY; in setup_protection_map()
101 protection_map[2] = PAGE_COPY; in setup_protection_map()
102 protection_map[3] = PAGE_COPY; in setup_protection_map()
103 protection_map[4] = PAGE_READONLY; in setup_protection_map()
104 protection_map[5] = PAGE_READONLY; in setup_protection_map()
105 protection_map[6] = PAGE_COPY; in setup_protection_map()
106 protection_map[7] = PAGE_COPY; in setup_protection_map()
107 protection_map[8] = PAGE_NONE; in setup_protection_map()
108 protection_map[9] = PAGE_READONLY; in setup_protection_map()
[all …]
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c2407 protection_map[0x0] = __pgprot(page_none); in prot_init_common()
2408 protection_map[0x1] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()
2409 protection_map[0x2] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()
2410 protection_map[0x3] = __pgprot(page_copy & ~page_exec_bit); in prot_init_common()
2411 protection_map[0x4] = __pgprot(page_readonly); in prot_init_common()
2412 protection_map[0x5] = __pgprot(page_readonly); in prot_init_common()
2413 protection_map[0x6] = __pgprot(page_copy); in prot_init_common()
2414 protection_map[0x7] = __pgprot(page_copy); in prot_init_common()
2415 protection_map[0x8] = __pgprot(page_none); in prot_init_common()
2416 protection_map[0x9] = __pgprot(page_readonly & ~page_exec_bit); in prot_init_common()
[all …]
/linux-4.1.27/arch/m68k/mm/
Dmotorola.c224 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()
/linux-4.1.27/arch/arm/mm/
Dmmu.c613 pteval_t v = pgprot_val(protection_map[i]); in build_mem_type_table()
614 protection_map[i] = __pgprot(v | user_pgprot); in build_mem_type_table()
/linux-4.1.27/mm/
Dmmap.c79 pgprot_t protection_map[16] = { variable
86 return __pgprot(pgprot_val(protection_map[vm_flags & in vm_get_page_prot()
/linux-4.1.27/include/linux/
Dmm.h205 extern pgprot_t protection_map[16];