Searched refs:GFP_ZONEMASK (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dgfp_types.h110 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) macro
H A Dgfp.h133 int bit = (__force int) (flags & GFP_ZONEMASK);
/linux-master/lib/
H A Dstackdepot.c632 alloc_flags &= ~GFP_ZONEMASK;
H A Dradix-tree.c97 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK);
1599 BUILD_BUG_ON(ROOT_IS_IDR & ~GFP_ZONEMASK);
/linux-master/mm/kfence/
H A Dcore.c1063 if ((flags & GFP_ZONEMASK) ||
/linux-master/mm/
H A Dpage_owner.c172 gfp_mask &= ~GFP_ZONEMASK;
H A Dshmem.c1590 gfp_t zoneflags = limit_gfp & GFP_ZONEMASK;
1591 gfp_t result = huge_gfp & ~(allowflags | GFP_ZONEMASK);
/linux-master/kernel/dma/
H A Dswiotlb.c631 gfp &= ~GFP_ZONEMASK;

Completed in 167 milliseconds