Home
last modified time | relevance | path

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

123

/linux-6.6.21/fs/ntfs/
Dmalloc.h33 return kmalloc(PAGE_SIZE, gfp_mask & ~__GFP_HIGHMEM); in __ntfs_malloc()
52 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM); in ntfs_malloc_nofs()
69 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL); in ntfs_malloc_nofs_nofail()
/linux-6.6.21/include/linux/
Dgfp_types.h71 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro
74 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
334 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
/linux-6.6.21/arch/m68k/include/asm/
Dmcf_pgalloc.h18 ~__GFP_HIGHMEM, 0); in pte_alloc_one_kernel()
83 ~__GFP_HIGHMEM, 0); in pgd_alloc()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
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-6.6.21/include/asm-generic/
Dpgalloc.h22 ~__GFP_HIGHMEM, 0); in __pte_alloc_one_kernel()
167 gfp &= ~__GFP_HIGHMEM; in __pud_alloc_one()
/linux-6.6.21/drivers/gpu/drm/i915/gem/
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-6.6.21/arch/mips/mm/
Dpgtable.c14 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pgd_alloc()
/linux-6.6.21/mm/
Dfail_page_alloc.c32 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in __should_fail_alloc_page()
Dzbud.c254 if (!size || (gfp & __GFP_HIGHMEM)) in zbud_alloc()
Dpercpu-vm.c89 gfp |= __GFP_HIGHMEM; in pcpu_alloc_pages()
Dvmpressure.c268 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
/linux-6.6.21/tools/include/linux/
Dtypes.h22 __GFP_HIGHMEM, enumerator
/linux-6.6.21/arch/loongarch/include/asm/
Dpgalloc.h83 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pud_alloc_one()
/linux-6.6.21/fs/nilfs2/
Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux-6.6.21/arch/mips/include/asm/
Dpgalloc.h93 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pud_alloc_one()
/linux-6.6.21/arch/arm/include/asm/
Dpgalloc.h89 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
/linux-6.6.21/net/rds/
Dpage.c76 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
/linux-6.6.21/arch/x86/mm/
Dpgtable.c16 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
46 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
236 gfp &= ~__GFP_HIGHMEM; in preallocate_pmds()
/linux-6.6.21/arch/loongarch/mm/
Dpgtable.c27 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pgd_alloc()
/linux-6.6.21/drivers/gpu/drm/i915/gem/selftests/
Dhuge_gem_object.c54 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
/linux-6.6.21/drivers/infiniband/hw/mthca/
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-6.6.21/drivers/staging/media/ipu3/
Dipu3-dmamap.c47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
/linux-6.6.21/include/trace/events/
Dmmflags.h31 gfpflag_string(__GFP_HIGHMEM), \
/linux-6.6.21/kernel/module/
Ddecompress.c45 page = alloc_page(GFP_KERNEL | __GFP_HIGHMEM); in module_get_next_page()
/linux-6.6.21/drivers/block/
Dbrd.c78 page = alloc_page(gfp | __GFP_ZERO | __GFP_HIGHMEM); in brd_insert_page()

123