Home
last modified time | relevance | path

Searched refs:set_memory_rox (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/arch/x86/include/asm/
Dset_memory.h9 #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/
Dset_memory.h29 #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/
Dset_memory.h17 #ifndef set_memory_rox
18 static inline int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function
Dfilter.h855 set_memory_rox((unsigned long)hdr, hdr->size >> PAGE_SHIFT); in bpf_jit_binary_lock_ro()
/linux-6.6.21/arch/arm/mach-omap1/
Dsram-init.c77 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/
Dsram.c99 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/
Dsram-exec.c109 ret = set_memory_rox((unsigned long)base, pages); in sram_exec_copy()
/linux-6.6.21/net/bpf/
Dbpf_dummy_struct_ops.c127 set_memory_rox((long)image, 1); in bpf_struct_ops_test_run()
/linux-6.6.21/arch/s390/kernel/
Dftrace.c229 set_memory_rox((unsigned long)ftrace_plt, 1); in ftrace_plt_init()
Dkprobes.c44 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
Dmodule.c516 set_memory_rox((unsigned long)start, numpages); in module_alloc_ftrace_hotpatch_trampolines()
/linux-6.6.21/kernel/bpf/
Dbpf_struct_ops.c518 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()
Dtrampoline.c447 set_memory_rox((long)im->image, 1); in bpf_trampoline_update()
Dcore.c891 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/
Dkprobes.c138 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
/linux-6.6.21/arch/x86/kernel/
Dftrace.c425 set_memory_rox((unsigned long)trampoline, npages); in create_trampoline()
/linux-6.6.21/arch/x86/kernel/kprobes/
Dcore.c459 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
/linux-6.6.21/arch/x86/mm/pat/
Dset_memory.c2080 int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function