Searched refs:set_memory_rox (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| A D | set_memory.h | 45 static inline int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function 49 #define set_memory_rox set_memory_rox macro
|
| /linux/arch/s390/include/asm/ |
| A 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/arch/x86/include/asm/ |
| A D | set_memory.h | 9 #define set_memory_rox set_memory_rox macro 10 int set_memory_rox(unsigned long addr, int numpages);
|
| /linux/include/linux/ |
| A 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
|
| A D | filter.h | 1056 return set_memory_rox((unsigned long)hdr, hdr->size >> PAGE_SHIFT); in bpf_jit_binary_lock_ro()
|
| /linux/arch/arm/mach-omap1/ |
| A 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/arch/arm/mach-omap2/ |
| A D | sram.c | 99 set_memory_rox(base, pages); in omap_sram_push() 219 set_memory_rox(base, pages); in omap2_map_sram()
|
| /linux/drivers/misc/ |
| A D | sram-exec.c | 109 ret = set_memory_rox((unsigned long)base, pages); in sram_exec_copy()
|
| /linux/kernel/module/ |
| A D | strict_rwx.c | 38 ret = module_set_memory(mod, type, set_memory_rox); in module_enable_text_rox()
|
| /linux/arch/s390/kernel/ |
| A D | kprobes.c | 42 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
|
| A D | module.c | 480 set_memory_rox((unsigned long)start, numpages); in module_alloc_ftrace_hotpatch_trampolines()
|
| /linux/arch/x86/kernel/ |
| A D | ftrace.c | 416 set_memory_rox((unsigned long)trampoline, npages); in create_trampoline()
|
| /linux/arch/x86/kernel/kprobes/ |
| A D | core.c | 506 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
|
| /linux/kernel/bpf/ |
| A D | trampoline.c | 1081 return set_memory_rox((long)image, 1); in arch_protect_bpf_trampoline()
|
| A D | core.c | 924 err = set_memory_rox((unsigned long)pack->ptr, in alloc_new_pack() 953 err = set_memory_rox((unsigned long)ptr, in bpf_prog_pack_alloc()
|
| /linux/arch/x86/mm/pat/ |
| A D | set_memory.c | 2118 int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function
|
Completed in 43 milliseconds