Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dexecmem.h118 void *execmem_alloc(enum execmem_type type, size_t size);
/linux-6.12.1/mm/
Dexecmem.c55 void *execmem_alloc(enum execmem_type type, size_t size) in execmem_alloc() function
/linux-6.12.1/arch/s390/kernel/
Dkprobes.c39 page = execmem_alloc(EXECMEM_KPROBES, PAGE_SIZE); in alloc_insn_page()
Dmodule.c477 start = execmem_alloc(EXECMEM_FTRACE, numpages * PAGE_SIZE); in module_alloc_ftrace_hotpatch_trampolines()
/linux-6.12.1/arch/x86/kernel/
Dftrace.c266 return execmem_alloc(EXECMEM_FTRACE, size); in alloc_tramp()
/linux-6.12.1/arch/x86/kernel/kprobes/
Dcore.c498 page = execmem_alloc(EXECMEM_KPROBES, PAGE_SIZE); in alloc_insn_page()
/linux-6.12.1/arch/sparc/net/
Dbpf_jit_comp_32.c739 image = execmem_alloc(EXECMEM_BPF, proglen); in bpf_jit_compile()
/linux-6.12.1/kernel/
Dkprobes.c121 return execmem_alloc(EXECMEM_KPROBES, PAGE_SIZE); in alloc_insn_page()
/linux-6.12.1/kernel/module/
Dmain.c1205 ptr = execmem_alloc(execmem_type, size); in module_memory_alloc()
/linux-6.12.1/kernel/bpf/
Dcore.c1067 return execmem_alloc(EXECMEM_BPF, size); in bpf_jit_alloc_exec()