___GFP_DMA         56 include/linux/gfp.h #define __GFP_DMA	((__force gfp_t)___GFP_DMA)
___GFP_DMA        415 include/linux/gfp.h 	| (OPT_ZONE_DMA << ___GFP_DMA * GFP_ZONES_SHIFT)		       \
___GFP_DMA        419 include/linux/gfp.h 	| (OPT_ZONE_DMA << (___GFP_MOVABLE | ___GFP_DMA) * GFP_ZONES_SHIFT)    \
___GFP_DMA        431 include/linux/gfp.h 	1 << (___GFP_DMA | ___GFP_HIGHMEM)				      \
___GFP_DMA        432 include/linux/gfp.h 	| 1 << (___GFP_DMA | ___GFP_DMA32)				      \
___GFP_DMA        434 include/linux/gfp.h 	| 1 << (___GFP_DMA | ___GFP_DMA32 | ___GFP_HIGHMEM)		      \
___GFP_DMA        435 include/linux/gfp.h 	| 1 << (___GFP_MOVABLE | ___GFP_HIGHMEM | ___GFP_DMA)		      \
___GFP_DMA        436 include/linux/gfp.h 	| 1 << (___GFP_MOVABLE | ___GFP_DMA32 | ___GFP_DMA)		      \
___GFP_DMA        438 include/linux/gfp.h 	| 1 << (___GFP_MOVABLE | ___GFP_DMA32 | ___GFP_DMA | ___GFP_HIGHMEM)  \