Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_ROX (Results 1 – 11 of 11) 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/mm/
H A Dtrans_pgd.c252 prev_level_entry = pte_val(pfn_pte(pfn, PAGE_KERNEL_ROX)); in trans_pgd_idmap_page()
H A Dinit.c540 .pgprot = PAGE_KERNEL_ROX, in execmem_arch_setup()
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/x86/mm/
H A Dinit.c1086 pgprot = PAGE_KERNEL_ROX; in execmem_arch_setup()
1106 .pgprot = PAGE_KERNEL_ROX, 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/powerpc/include/asm/nohash/
H A Dpgtable.h28 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h95 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro
/linux/arch/x86/hyperv/
H A Dhv_init.c528 MODULES_END, GFP_KERNEL, PAGE_KERNEL_ROX, in hyperv_init()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h144 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) macro