Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dvmalloc.c1849 #define GFP_VMALLOC32 GFP_DMA32 | GFP_KERNEL macro
1851 #define GFP_VMALLOC32 GFP_DMA | GFP_KERNEL macro
1853 #define GFP_VMALLOC32 GFP_KERNEL macro
1865 return __vmalloc_node(size, 1, GFP_VMALLOC32, PAGE_KERNEL, in vmalloc_32()
1882 ret = __vmalloc_node(size, 1, GFP_VMALLOC32 | __GFP_ZERO, PAGE_KERNEL, in vmalloc_32_user()