Searched refs:PAGE_KERNEL_EXEC (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/x86/power/ |
| H A D | hibernate_32.c | 124 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 D | highmem.h | 28 #define kmap_prot PAGE_KERNEL_EXEC
|
| /linux/arch/powerpc/mm/ |
| H A D | mem.c | 396 pgprot_t kprobes_prot = strict_module_rwx_enabled() ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in execmem_arch_setup() 397 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in execmem_arch_setup()
|
| /linux/arch/riscv/kernel/ |
| H A D | efi.c | 43 return PAGE_KERNEL_EXEC; in efimem_to_pgprot_map()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 754 return PAGE_KERNEL_EXEC; in pgprot_from_va() 851 PMD_SIZE, PAGE_KERNEL_EXEC); in set_satp_mode() 855 PMD_SIZE, PAGE_KERNEL_EXEC); in set_satp_mode() 918 PAGE_KERNEL_EXEC : pgprot_from_va(va)); in create_kernel_page_table() 1134 kernel_map.phys_addr, PMD_SIZE, PAGE_KERNEL_EXEC); in setup_vm() 1138 kernel_map.phys_addr, PGDIR_SIZE, PAGE_KERNEL_EXEC); in setup_vm()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgtable.h | 24 #define PAGE_KERNEL_EXEC PAGE_KERNEL_X macro
|
| /linux/arch/x86/kernel/ |
| H A D | machine_kexec_32.c | 97 set_pte(pte, pfn_pte(paddr >> PAGE_SHIFT, PAGE_KERNEL_EXEC)); in machine_kexec_page_table_set_one()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable-prot.h | 111 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL_EXEC) macro
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_kernel.c | 54 text_prot = PAGE_KERNEL_EXEC; in map_kernel()
|
| /linux/arch/xtensa/mm/ |
| H A D | misc.S | 277 addi a6, a3, (PAGE_KERNEL_EXEC | _PAGE_HW_WRITE)
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 529 set_pte(pte, pfn_pte(addr >> PAGE_SHIFT, PAGE_KERNEL_EXEC)); in hv_crash_build_tramp_pt()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 242 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL_EXEC) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 182 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC) macro
|