Searched refs:GFP_ZONEMASK (Results 1 – 6 of 6) sorted by relevance
22 #define GFP_ZONEMASK 0x0fu macro
113 bit = (__force int) ((local_flags) & GFP_ZONEMASK); in gfp_zone()
300 alloc_flags &= ~GFP_ZONEMASK; in stack_depot_save()
95 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK); in root_gfp_mask()1597 BUILD_BUG_ON(ROOT_IS_IDR & ~GFP_ZONEMASK); in radix_tree_init()
73 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) macro
749 if ((flags & GFP_ZONEMASK) || in __kfence_alloc()