Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvmalloc.h77 extern void *vmalloc_exec(unsigned long size);
/Linux-v4.19/mm/
Dnommu.c379 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
Dvmalloc.c1922 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
/Linux-v4.19/kernel/
Dmodule.c2733 return vmalloc_exec(size); in module_alloc()