Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dvmalloc.h74 extern void *vmalloc_exec(unsigned long size);
/linux-4.1.27/mm/
Dnommu.c429 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
Dvmalloc.c1842 void *vmalloc_exec(unsigned long size) in vmalloc_exec() function
/linux-4.1.27/kernel/
Dmodule.c2407 return vmalloc_exec(size); in module_alloc()