Home
last modified time | relevance | path

Searched refs:execmem_alloc (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dexecmem.h149 void *execmem_alloc(enum execmem_type type, size_t size);
/linux/mm/
H A Dexecmem.c464 void *execmem_alloc(enum execmem_type type, size_t size) in execmem_alloc() function
484 void *p __free(execmem) = execmem_alloc(type, size); in execmem_alloc_rw()
/linux/arch/s390/kernel/
H A Dmodule.c477 start = execmem_alloc(EXECMEM_FTRACE, numpages * PAGE_SIZE); in module_alloc_ftrace_hotpatch_trampolines()
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c739 image = execmem_alloc(EXECMEM_BPF, proglen); in bpf_jit_compile()
/linux/kernel/
H A Dkprobes.c118 return execmem_alloc(EXECMEM_KPROBES, PAGE_SIZE); in alloc_insn_page()
/linux/kernel/bpf/
H A Dcore.c1079 return execmem_alloc(EXECMEM_BPF, size); in bpf_jit_alloc_exec()