Home
last modified time | relevance | path

Searched refs:vmalloc_exec (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dvmalloc.h96 extern void *vmalloc_exec(unsigned long size);
/Linux-v5.4/arch/arm64/kernel/probes/
Dkprobes.c125 page = vmalloc_exec(PAGE_SIZE); in alloc_insn_page()
/Linux-v5.4/mm/
Dnommu.c292 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
Dvmalloc.c2687 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
/Linux-v5.4/kernel/
Dmodule.c2804 return vmalloc_exec(size); in module_alloc()