Home
last modified time | relevance | path

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

/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.c41 ret = module_set_memory(mod, type, set_memory_rox); in module_enable_text_rox()
/linux/arch/s390/kernel/
H A Dmodule.c480 set_memory_rox((unsigned long)start, numpages); in module_alloc_ftrace_hotpatch_trampolines()
/linux/arch/x86/kernel/kprobes/
H A Dcore.c506 set_memory_rox((unsigned long)page, 1); in alloc_insn_page()
/linux/kernel/bpf/
H A Dcore.c929 err = set_memory_rox((unsigned long)pack->ptr, in alloc_new_pack()
958 err = set_memory_rox((unsigned long)ptr, in bpf_prog_pack_alloc()
/linux/include/linux/
H A Dfilter.h1056 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.c2116 int set_memory_rox(unsigned long addr, int numpages) in set_memory_rox() function