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

/linux-4.1.27/include/linux/
H A Dvmalloc.h74 extern void *vmalloc_exec(unsigned long size);
/linux-4.1.27/mm/
H A Dnommu.c418 * vmalloc_exec - allocate virtually contiguous, executable memory
429 void *vmalloc_exec(unsigned long size) vmalloc_exec() function
H A Dvmalloc.c1831 * vmalloc_exec - allocate virtually contiguous, executable memory
1842 void *vmalloc_exec(unsigned long size) vmalloc_exec() function
/linux-4.1.27/kernel/
H A Dmodule.c2407 return vmalloc_exec(size); module_alloc()

Completed in 168 milliseconds