Searched refs:PAGE_KERNEL_ROX (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_range.c | 94 pgprot_t text_prot = PAGE_KERNEL_ROX; in create_init_idmap()
|
| H A D | map_kernel.c | 44 pgprot_t text_prot = PAGE_KERNEL_ROX; in map_kernel()
|
| /linux/arch/arm64/mm/ |
| H A D | trans_pgd.c | 252 prev_level_entry = pte_val(pfn_pte(pfn, PAGE_KERNEL_ROX)); in trans_pgd_idmap_page()
|
| H A D | init.c | 540 .pgprot = PAGE_KERNEL_ROX, in execmem_arch_setup()
|
| H A D | mmu.c | 1317 return rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in kernel_exec_prot() 1380 __pi_map_range(&ptep, start, end, start, PAGE_KERNEL_ROX, in create_idmap()
|
| /linux/arch/x86/mm/ |
| H A D | init.c | 1086 pgprot = PAGE_KERNEL_ROX; in execmem_arch_setup() 1106 .pgprot = PAGE_KERNEL_ROX, in execmem_arch_setup()
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | e500.c | 179 pgprot_t prot = init ? PAGE_KERNEL_X : PAGE_KERNEL_ROX; in map_mem_in_cams_addr()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 28 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 95 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_init.c | 528 MODULES_END, GFP_KERNEL, PAGE_KERNEL_ROX, in hyperv_init()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 144 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro
|