Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dvmalloc.c4098 #define GFP_VMALLOC32 (GFP_DMA32 | GFP_KERNEL) macro
4100 #define GFP_VMALLOC32 (GFP_DMA | GFP_KERNEL) macro
4106 #define GFP_VMALLOC32 (GFP_DMA32 | GFP_KERNEL) macro
4120 return __vmalloc_node_noprof(size, 1, GFP_VMALLOC32, NUMA_NO_NODE, in vmalloc_32_noprof()
4137 GFP_VMALLOC32 | __GFP_ZERO, PAGE_KERNEL, in vmalloc_32_user_noprof()