Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_EXEC (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/power/
H A Dhibernate_32.c124 set_pte(pte, pfn_pte(pfn, PAGE_KERNEL_EXEC)); in resume_physical_mapping_init()
165 __pte((jump_address_phys & PAGE_MASK) | pgprot_val(PAGE_KERNEL_EXEC))); in set_up_temporary_text_mapping()
/linux/arch/xtensa/include/asm/
H A Dhighmem.h28 #define kmap_prot PAGE_KERNEL_EXEC
/linux/arch/powerpc/mm/
H A Dmem.c391 pgprot_t kprobes_prot = strict_module_rwx_enabled() ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in execmem_arch_setup()
392 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in execmem_arch_setup()
/linux/arch/riscv/kernel/
H A Defi.c43 return PAGE_KERNEL_EXEC; in efimem_to_pgprot_map()
/linux/arch/riscv/mm/
H A Dinit.c762 return PAGE_KERNEL_EXEC; in pgprot_from_va()
859 PMD_SIZE, PAGE_KERNEL_EXEC); in set_satp_mode()
863 PMD_SIZE, PAGE_KERNEL_EXEC); in set_satp_mode()
926 PAGE_KERNEL_EXEC : pgprot_from_va(va)); in create_kernel_page_table()
1142 kernel_map.phys_addr, PMD_SIZE, PAGE_KERNEL_EXEC); in setup_vm()
1146 kernel_map.phys_addr, PGDIR_SIZE, PAGE_KERNEL_EXEC); in setup_vm()
1470 PAGE_KERNEL_EXEC, in execmem_arch_setup()
/linux/arch/powerpc/include/asm/
H A Dpgtable.h24 #define PAGE_KERNEL_EXEC PAGE_KERNEL_X macro
/linux/arch/x86/kernel/
H A Dmachine_kexec_32.c97 set_pte(pte, pfn_pte(paddr >> PAGE_SHIFT, PAGE_KERNEL_EXEC)); in machine_kexec_page_table_set_one()
/linux/arch/xtensa/mm/
H A Dmisc.S277 addi a6, a3, (PAGE_KERNEL_EXEC | _PAGE_HW_WRITE)
/linux/arch/x86/hyperv/
H A Dhv_crash.c529 set_pte(pte, pfn_pte(addr >> PAGE_SHIFT, PAGE_KERNEL_EXEC)); in hv_crash_build_tramp_pt()
/linux/arch/parisc/include/asm/
H A Dpgtable.h242 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL_EXEC) macro
/linux/arch/arm64/mm/
H A Dmmu.c1390 return rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in kernel_exec_prot()