Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_ROX (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm64/kernel/pi/
H A Dmap_range.c94 pgprot_t text_prot = PAGE_KERNEL_ROX; in create_init_idmap()
H A Dmap_kernel.c44 pgprot_t text_prot = PAGE_KERNEL_ROX; in map_kernel()
/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h108 #define PAGE_KERNEL_ROX __pgprot(_PAGE_KERNEL_ROX) macro
/linux/arch/arm64/mm/
H A Dtrans_pgd.c252 prev_level_entry = pte_val(pfn_pte(pfn, PAGE_KERNEL_ROX)); in trans_pgd_idmap_page()
H A Dmmu.c1317 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/powerpc/mm/
H A Dmem.c399 pgprot_t kprobes_prot = strict_module_rwx_enabled() ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in execmem_arch_setup()
/linux/arch/powerpc/mm/nohash/
H A De500.c179 pgprot_t prot = init ? PAGE_KERNEL_X : PAGE_KERNEL_ROX; in map_mem_in_cams_addr()
/linux/arch/x86/hyperv/
H A Dhv_init.c526 MODULES_END, GFP_KERNEL, PAGE_KERNEL_ROX, in hyperv_init()