Home
last modified time | relevance | path

Searched refs:__GFP_HIGHMEM (Results 1 – 25 of 64) sorted by relevance

123

/linux/include/linux/
H A Dgfp_types.h115 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro
118 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
386 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h18 ~__GFP_HIGHMEM, 0); in pte_alloc_one_kernel()
83 ~__GFP_HIGHMEM, 0); in pgd_alloc()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c142 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM)); in mlx4_alloc_icm()
145 gfp_mask & ~(__GFP_HIGHMEM | __GFP_NOWARN), in mlx4_alloc_icm()
149 gfp_mask & ~(__GFP_HIGHMEM | __GFP_NOWARN)); in mlx4_alloc_icm()
162 gfp_mask & ~(__GFP_HIGHMEM | in mlx4_alloc_icm()
167 gfp_mask & ~(__GFP_HIGHMEM | in mlx4_alloc_icm()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_internal.c50 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal()
53 gfp &= ~__GFP_HIGHMEM; in i915_gem_object_get_pages_internal()
/linux/arch/mips/mm/
H A Dpgtable.c
/linux/mm/
H A Dfail_page_alloc.c34 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in should_fail_alloc_page()
H A Dzbud.c239 * gfp should not set __GFP_HIGHMEM as highmem pages cannot be used
254 if (!size || (gfp & __GFP_HIGHMEM)) in zbud_alloc()
H A Dvmpressure.c268 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
H A Dpercpu-vm.c89 gfp |= __GFP_HIGHMEM; in pcpu_alloc_pages()
H A Dmemfd.c85 gfp_mask &= ~(__GFP_HIGHMEM | __GFP_MOVABLE); in memfd_alloc_folio()
/linux/tools/include/linux/
H A Dtypes.h22 __GFP_HIGHMEM, enumerator
/linux/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux/arch/mips/include/asm/
H A Dpgalloc.h87 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM,
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h94 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pud_alloc_one()
/linux/arch/arm/include/asm/
H A Dpgalloc.h89 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
/linux/net/rds/
H A Dpage.c76 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
/linux/arch/x86/mm/
H A Dpgtable.c16 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
57 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in ___pte_free_tlb()
244 gfp &= ~__GFP_HIGHMEM; in preallocate_pmds()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_gem_object.c54 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
/linux/arch/loongarch/mm/
H A Dpgtable.c
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c146 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM)); in mthca_alloc_icm()
148 icm = kmalloc(sizeof *icm, gfp_mask & ~(__GFP_HIGHMEM | __GFP_NOWARN)); in mthca_alloc_icm()
160 gfp_mask & ~(__GFP_HIGHMEM | __GFP_NOWARN)); in mthca_alloc_icm()
/linux/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
/linux/include/net/page_pool/
H A Dhelpers.h191 page = page_pool_alloc(pool, &offset, size, gfp & ~__GFP_HIGHMEM); in page_pool_alloc_va()
/linux/include/trace/events/
H A Dmmflags.h94 gfpflag_string(__GFP_HIGHMEM), \
/linux/kernel/module/
H A Ddecompress.c45 page = alloc_page(GFP_KERNEL | __GFP_HIGHMEM); in module_get_next_page()
/linux/kernel/power/
H A Dsnapshot.c1689 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM);
1706 return preallocate_image_pages(alloc, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_highmem_fraction()
2058 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
2472 page = alloc_page(__GFP_HIGHMEM); in prepare_highmem_image()

123