___GFP_DMA32       58 include/linux/gfp.h #define __GFP_DMA32	((__force gfp_t)___GFP_DMA32)
___GFP_DMA32      417 include/linux/gfp.h 	| (OPT_ZONE_DMA32 << ___GFP_DMA32 * GFP_ZONES_SHIFT)		       \
___GFP_DMA32      421 include/linux/gfp.h 	| (OPT_ZONE_DMA32 << (___GFP_MOVABLE | ___GFP_DMA32) * GFP_ZONES_SHIFT)\
___GFP_DMA32      432 include/linux/gfp.h 	| 1 << (___GFP_DMA | ___GFP_DMA32)				      \
___GFP_DMA32      433 include/linux/gfp.h 	| 1 << (___GFP_DMA32 | ___GFP_HIGHMEM)				      \
___GFP_DMA32      434 include/linux/gfp.h 	| 1 << (___GFP_DMA | ___GFP_DMA32 | ___GFP_HIGHMEM)		      \
___GFP_DMA32      436 include/linux/gfp.h 	| 1 << (___GFP_MOVABLE | ___GFP_DMA32 | ___GFP_DMA)		      \
___GFP_DMA32      437 include/linux/gfp.h 	| 1 << (___GFP_MOVABLE | ___GFP_DMA32 | ___GFP_HIGHMEM)		      \
___GFP_DMA32      438 include/linux/gfp.h 	| 1 << (___GFP_MOVABLE | ___GFP_DMA32 | ___GFP_DMA | ___GFP_HIGHMEM)  \