| /linux/arch/arm/include/asm/ |
| A D | set_memory.h | 12 int set_memory_x(unsigned long addr, int numpages); 17 static inline int set_memory_x(unsigned long addr, int numpages) { return 0; } in set_memory_x() function
|
| /linux/arch/riscv/include/asm/ |
| A D | set_memory.h | 16 int set_memory_x(unsigned long addr, int numpages); 32 static inline int set_memory_x(unsigned long addr, int numpages) { return 0; } in set_memory_x() function
|
| /linux/arch/arm/plat-omap/ |
| A D | sram.c | 80 set_memory_x(base, pages); in omap_sram_push() 128 set_memory_x(base, pages); in omap_map_sram()
|
| /linux/include/asm-generic/ |
| A D | set_memory.h | 10 int set_memory_x(unsigned long addr, int numpages);
|
| /linux/arch/powerpc/include/asm/ |
| A D | set_memory.h | 27 static inline int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|
| /linux/include/linux/ |
| A D | set_memory.h | 13 static inline int set_memory_x(unsigned long addr, int numpages) { return 0; } in set_memory_x() function
|
| A D | filter.h | 890 set_memory_x((unsigned long)hdr, hdr->pages); in bpf_jit_binary_lock_ro()
|
| /linux/arch/s390/include/asm/ |
| A D | set_memory.h | 32 static inline int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|
| /linux/drivers/misc/ |
| A D | sram-exec.c | 120 ret = set_memory_x((unsigned long)base, pages); in sram_exec_copy()
|
| /linux/arch/arm/mm/ |
| A D | pageattr.c | 84 int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|
| /linux/arch/x86/platform/efi/ |
| A D | efi_32.c | 139 set_memory_x(md->virt_addr, md->num_pages); in efi_runtime_update_mappings()
|
| /linux/arch/riscv/kernel/ |
| A D | machine_kexec.c | 97 set_memory_x((unsigned long) control_code_buffer, 1); in machine_kexec_prepare()
|
| /linux/arch/x86/realmode/ |
| A D | init.c | 174 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
| /linux/arch/arm64/mm/ |
| A D | pageattr.c | 137 int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|
| /linux/net/bpf/ |
| A D | bpf_dummy_struct_ops.c | 116 set_memory_x((long)image, 1); in bpf_struct_ops_test_run()
|
| /linux/arch/x86/kernel/ |
| A D | machine_kexec_32.c | 139 set_memory_x((unsigned long)page_address(image->control_code_page), 1); in machine_kexec_prepare()
|
| A D | ftrace.c | 423 set_memory_x((unsigned long)trampoline, npages); in create_trampoline()
|
| /linux/arch/riscv/mm/ |
| A D | pageattr.c | 149 int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|
| /linux/arch/x86/pci/ |
| A D | pcbios.c | 48 set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT); in set_bios_x()
|
| /linux/arch/powerpc/kernel/ |
| A D | kprobes.c | 118 set_memory_x((unsigned long)page, 1); in alloc_insn_page()
|
| /linux/arch/s390/mm/ |
| A D | vmem.c | 593 set_memory_x(0, 1); in vmem_map_init()
|
| /linux/kernel/bpf/ |
| A D | bpf_struct_ops.c | 467 set_memory_x((long)st_map->image, 1); in bpf_struct_ops_map_update_elem()
|
| A D | trampoline.c | 42 set_memory_x((long)image, 1); in bpf_jit_alloc_exec_page()
|
| /linux/arch/x86/kernel/kprobes/ |
| A D | core.c | 420 set_memory_x((unsigned long)page, 1); in alloc_insn_page()
|
| /linux/arch/x86/mm/pat/ |
| A D | set_memory.c | 1928 int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|