Searched refs:GFP_ZONEMASK (Results 1 – 3 of 3) sorted by relevance
112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) macro
97 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK); in root_gfp_mask()1599 BUILD_BUG_ON(ROOT_IS_IDR & ~GFP_ZONEMASK); in radix_tree_init()
630 gfp &= ~GFP_ZONEMASK; in swiotlb_alloc_tlb()