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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dmodule.c26 return vmalloc_exec(size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmodule.c39 return vmalloc_exec(size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dmodule.c32 #define MALLOC_MODULE(size) vmalloc_exec(size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dmodule.c42 return vmalloc_exec(size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvmalloc.h58 extern void *vmalloc_exec(unsigned long size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmodule.c38 return vmalloc_exec(size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dmodule.c31 return vmalloc_exec(size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dmodule.c32 return vmalloc_exec(size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dnommu.c298 * vmalloc_exec - allocate virtually contiguous, executable memory
309 void *vmalloc_exec(unsigned long size) function
H A Dvmalloc.c1656 * vmalloc_exec - allocate virtually contiguous, executable memory
1667 void *vmalloc_exec(unsigned long size) function

Completed in 123 milliseconds