Searched refs:text_prot (Results 1 – 2 of 2) sorted by relevance
| /arch/arm64/kernel/pi/ |
| A D | map_kernel.c | 44 pgprot_t text_prot = PAGE_KERNEL_ROX; in map_kernel() local 54 text_prot = PAGE_KERNEL_EXEC; in map_kernel() 74 text_prot = __pgprot_modify(text_prot, PTE_GP, PTE_GP); in map_kernel() 79 prot = twopass ? data_prot : text_prot; in map_kernel() 124 text_prot, true, root_level); in map_kernel() 126 __inittext_end, text_prot, false, root_level); in map_kernel()
|
| A D | map_range.c | 93 pgprot_t text_prot = PAGE_KERNEL_ROX; in create_init_idmap() local 96 pgprot_val(text_prot) &= ~clrmask; in create_init_idmap() 100 text_prot, IDMAP_ROOT_LEVEL, (pte_t *)pg_dir, false, 0); in create_init_idmap()
|
Completed in 4 milliseconds