Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dvmalloc.c2724 #define GFP_VMALLOC32 (GFP_DMA32 | GFP_KERNEL) macro
2726 #define GFP_VMALLOC32 (GFP_DMA | GFP_KERNEL) macro
2732 #define GFP_VMALLOC32 GFP_DMA32 | GFP_KERNEL macro
/kernel/linux/linux-6.6/mm/
Dvmalloc.c3520 #define GFP_VMALLOC32 (GFP_DMA32 | GFP_KERNEL) macro
3522 #define GFP_VMALLOC32 (GFP_DMA | GFP_KERNEL) macro
3528 #define GFP_VMALLOC32 (GFP_DMA32 | GFP_KERNEL) macro