Searched refs:PAGE_KERNEL_ROX (Results 1 – 17 of 17) 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/kernel/ |
| H A D | efi.c | 74 return pgprot_val(PAGE_KERNEL_ROX); in create_mapping_protection()
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | 8xx.c | 194 err = mmu_mapin_ram_chunk(0, sinittext, PAGE_KERNEL_ROX, false); in mmu_mark_rodata_ro()
|
| H A D | e500.c | 179 pgprot_t prot = init ? PAGE_KERNEL_X : PAGE_KERNEL_ROX; in map_mem_in_cams_addr()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable-prot.h | 110 #define PAGE_KERNEL_ROX __pgprot(_PAGE_KERNEL_ROX) macro
|
| /linux/arch/arm64/mm/ |
| H A D | trans_pgd.c | 224 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 | 1343 return rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in kernel_exec_prot() 1406 __pi_map_range(&ptep, start, end, start, PAGE_KERNEL_ROX, in create_idmap()
|
| /linux/arch/x86/mm/ |
| H A D | init.c | 1079 pgprot = PAGE_KERNEL_ROX; in execmem_arch_setup() 1099 .pgprot = PAGE_KERNEL_ROX, in execmem_arch_setup()
|
| /linux/arch/powerpc/mm/ |
| H A D | mem.c | 399 pgprot_t kprobes_prot = strict_module_rwx_enabled() ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in execmem_arch_setup()
|
| /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/mm/book3s64/ |
| H A D | hash_pgtable.c | 572 pp = htab_convert_pte_flags(pgprot_val(PAGE_KERNEL_ROX), HPTE_USE_KERNEL_KEY); in hash__mark_rodata_ro()
|
| /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 | 526 MODULES_END, GFP_KERNEL, PAGE_KERNEL_ROX, in hyperv_init()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable_types.h | 252 #define PAGE_KERNEL_ROX __pgprot_mask(__PAGE_KERNEL_ROX | _ENC) macro
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 144 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro
|