Searched refs:set_memory_rox (Results 1 – 18 of 18) sorted by relevance
/linux-6.6.21/arch/x86/include/asm/ |
D | set_memory.h | 9 #define set_memory_rox set_memory_rox macro 10 int set_memory_rox(unsigned long addr, int numpages);
|
/linux-6.6.21/arch/s390/include/asm/ |
D | set_memory.h | 29 #define set_memory_rox set_memory_rox macro 59 __SET_MEMORY_FUNC(set_memory_rox, SET_MEMORY_RO | SET_MEMORY_X)
|
/linux-6.6.21/include/linux/ |
D | set_memory.h | 17 #ifndef set_memory_rox 18 static inline int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function
|
D | filter.h | 855 set_memory_rox((unsigned long)hdr, hdr->size >> PAGE_SHIFT); in bpf_jit_binary_lock_ro()
|
/linux-6.6.21/arch/arm/mach-omap1/ |
D | sram-init.c | 77 set_memory_rox(base, pages); in omap_sram_push() 126 set_memory_rox(base, pages); in omap_detect_and_map_sram()
|
/linux-6.6.21/arch/arm/mach-omap2/ |
D | sram.c | 99 set_memory_rox(base, pages); in omap_sram_push() 219 set_memory_rox(base, pages); in omap2_map_sram()
|
/linux-6.6.21/drivers/misc/ |
D | sram-exec.c | 109 ret = set_memory_rox((unsigned long)base, pages); in sram_exec_copy()
|
/linux-6.6.21/net/bpf/ |
D | bpf_dummy_struct_ops.c | 127 set_memory_rox((long)image, 1); in bpf_struct_ops_test_run()
|
/linux-6.6.21/arch/s390/kernel/ |
D | ftrace.c | 229 set_memory_rox((unsigned long)ftrace_plt, 1); in ftrace_plt_init()
|
D | kprobes.c | 44 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
|
D | module.c | 516 set_memory_rox((unsigned long)start, numpages); in module_alloc_ftrace_hotpatch_trampolines()
|
/linux-6.6.21/kernel/bpf/ |
D | bpf_struct_ops.c | 518 set_memory_rox((long)st_map->image, 1); in bpf_struct_ops_map_update_elem() 527 set_memory_rox((long)st_map->image, 1); in bpf_struct_ops_map_update_elem()
|
D | trampoline.c | 447 set_memory_rox((long)im->image, 1); in bpf_trampoline_update()
|
D | core.c | 891 set_memory_rox((unsigned long)pack->ptr, BPF_PROG_PACK_SIZE / PAGE_SIZE); in alloc_new_pack() 909 set_memory_rox((unsigned long)ptr, size / PAGE_SIZE); in bpf_prog_pack_alloc()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | kprobes.c | 138 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
|
/linux-6.6.21/arch/x86/kernel/ |
D | ftrace.c | 425 set_memory_rox((unsigned long)trampoline, npages); in create_trampoline()
|
/linux-6.6.21/arch/x86/kernel/kprobes/ |
D | core.c | 459 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
|
/linux-6.6.21/arch/x86/mm/pat/ |
D | set_memory.c | 2080 int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function
|