Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dset_memory.h45 static inline int __must_check set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function
49 #define set_memory_rox set_memory_rox macro
/linux/arch/x86/include/asm/
H A Dset_memory.h9 #define set_memory_rox set_memory_rox macro
10 int set_memory_rox(unsigned long addr, int numpages);
/linux/arch/arm/mach-omap1/
H A 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/arch/arm/mach-omap2/
H A Dsram.c99 set_memory_rox(base, pages); in omap_sram_push()
219 set_memory_rox(base, pages); in omap2_map_sram()
/linux/drivers/misc/
H A Dsram-exec.c109 ret = set_memory_rox((unsigned long)base, pages); in sram_exec_copy()
/linux/kernel/module/
H A Dstrict_rwx.c42 ret = module_set_memory(mod, type, set_memory_rox); in module_enable_text_rox()
/linux/mm/
H A Dexecmem.c158 return set_memory_rox(addr, nr); in execmem_restore_rox()
309 err = set_memory_rox((unsigned long)p, vm->nr_pages); in execmem_cache_populate()
/linux/arch/s390/kernel/
H A Dkprobes.c43 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
H A Dmodule.c480 set_memory_rox((unsigned long)start, numpages); in module_alloc_ftrace_hotpatch_trampolines()
/linux/arch/x86/kernel/
H A Dftrace.c416 set_memory_rox((unsigned long)trampoline, npages); in create_trampoline()
H A Dmachine_kexec_64.c364 set_memory_rox((unsigned long)control_page, 1); in machine_kexec_prepare()
/linux/arch/loongarch/kernel/
H A Dinst.c262 set_memory_rox(start, (end - start) / PAGE_SIZE); in larch_insn_text_copy()
/linux/kernel/bpf/
H A Dcore.c936 err = set_memory_rox((unsigned long)pack->ptr, in alloc_new_pack()
965 err = set_memory_rox((unsigned long)ptr, in bpf_prog_pack_alloc()
/linux/include/linux/
H A Dfilter.h1073 return set_memory_rox((unsigned long)hdr, hdr->size >> PAGE_SHIFT); in bpf_jit_binary_lock_ro()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2326 int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function