Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/arm64/kernel/
H A Defi.c51 return code_is_misaligned ? pgprot_val(PAGE_KERNEL_EXEC) in create_mapping_protection()
71 return pgprot_val(PAGE_KERNEL_EXEC); in create_mapping_protection()
/openbmc/linux/arch/xtensa/include/asm/
H A Dhighmem.h28 #define kmap_prot PAGE_KERNEL_EXEC
H A Dpgtable.h180 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_PRESENT|_PAGE_HW_WRITE|_PAGE_HW_EXEC) macro
/openbmc/linux/arch/riscv/mm/
H A Dinit.c746 return PAGE_KERNEL_EXEC; in pgprot_from_va()
810 PMD_SIZE, PAGE_KERNEL_EXEC); in set_satp_mode()
814 PMD_SIZE, PAGE_KERNEL_EXEC); in set_satp_mode()
912 PMD_SIZE, PAGE_KERNEL_EXEC); in create_kernel_page_table()
932 PAGE_KERNEL_EXEC : pgprot_from_va(va)); in create_kernel_page_table()
1173 kernel_map.xiprom, PMD_SIZE, PAGE_KERNEL_EXEC); in setup_vm()
1176 kernel_map.phys_addr, PMD_SIZE, PAGE_KERNEL_EXEC); in setup_vm()
1181 kernel_map.phys_addr, PGDIR_SIZE, PAGE_KERNEL_EXEC); in setup_vm()
/openbmc/linux/arch/riscv/kernel/
H A Defi.c43 return PAGE_KERNEL_EXEC; in efimem_to_pgprot_map()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable.h36 #define PAGE_KERNEL_EXEC PAGE_KERNEL_X macro
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule.c95 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in __module_alloc()
/openbmc/linux/arch/arm/kernel/
H A Dmodule.c47 gfp_mask, PAGE_KERNEL_EXEC, 0, NUMA_NO_NODE, in module_alloc()
52 GFP_KERNEL, PAGE_KERNEL_EXEC, 0, NUMA_NO_NODE, in module_alloc()
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h87 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL_EXEC) macro
/openbmc/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()
H A Dtboot.c160 if (map_tboot_page(vaddr, start_pfn, PAGE_KERNEL_EXEC)) in map_tboot_pages()
H A Dmachine_kexec_64.c199 prot = PAGE_KERNEL_EXEC; in init_transition_pgtable()
/openbmc/linux/arch/xtensa/mm/
H A Dmisc.S277 addi a6, a3, (PAGE_KERNEL_EXEC | _PAGE_HW_WRITE)
/openbmc/linux/arch/um/include/asm/
H A Dpgtable.h66 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC) macro
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h102 #define PAGE_KERNEL_EXEC pgprot_kernel macro
/openbmc/linux/include/linux/
H A Dpgtable.h1563 #ifndef PAGE_KERNEL_EXEC
1564 # define PAGE_KERNEL_EXEC PAGE_KERNEL macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpgtable.h242 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL_EXEC) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h254 #define PAGE_KERNEL_EXEC __pgprot_mask(__PAGE_KERNEL_EXEC | _ENC) macro
/openbmc/linux/arch/x86/mm/
H A Dinit_32.c354 prot = PAGE_KERNEL_EXEC; in kernel_physical_mapping_init()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h202 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC) macro
/openbmc/linux/arch/parisc/mm/
H A Dinit.c413 PAGE_KERNEL_EXEC : PAGE_KERNEL; in map_pages()
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c669 return rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in kernel_exec_prot()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h423 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
/openbmc/linux/kernel/module/
H A Dmain.c1616 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in module_alloc()