Home
last modified time | relevance | path

Searched refs:GFP_ZONEMASK (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dgfp_types.h118 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) macro
/linux/lib/
H A Dradix-tree.c97 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()
/linux/mm/kfence/
H A Dcore.c1087 if ((flags & GFP_ZONEMASK) || in __kfence_alloc()
/linux/kernel/dma/
H A Dswiotlb.c631 gfp &= ~GFP_ZONEMASK; in swiotlb_alloc_tlb()
/linux/mm/
H A Dshmem.c1777 gfp_t zoneflags = limit_gfp & GFP_ZONEMASK; in limit_gfp_mask()
1778 gfp_t result = huge_gfp & ~(allowflags | GFP_ZONEMASK); in limit_gfp_mask()
H A Dpage_alloc.c6794 gfp_mask &= ~(GFP_ZONEMASK | __GFP_RECLAIMABLE | __GFP_WRITE | in alloc_contig_range_noprof()