Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvmalloc.h74 extern void *vmalloc_exec(unsigned long size);
/linux-4.4.14/mm/
Dnommu.c413 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
Dvmalloc.c1843 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
/linux-4.4.14/kernel/
Dmodule.c2578 return vmalloc_exec(size); in module_alloc()