Searched refs:PAGE_KERNEL_EXEC (Results 1 – 11 of 11) 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 | 391 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 D | efi.c | 43 return PAGE_KERNEL_EXEC; in efimem_to_pgprot_map()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 762 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 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/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/arm64/mm/ |
| H A D | mmu.c | 1390 return rodata_enabled ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in kernel_exec_prot()
|