Home
last modified time | relevance | path

Searched defs:vmalloc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unxz.c163 #define vmalloc(size) malloc(size) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c42 void *vmalloc; member
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h73 #define vmalloc(size) kmalloc(size, 0) macro
/OK3568_Linux_fs/kernel/mm/
H A Dnommu.c234 void *vmalloc(unsigned long size) in vmalloc() function
H A Dvmalloc.c2644 void *vmalloc(unsigned long size) in vmalloc() function