Home
last modified time | relevance | path

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

123

/Linux-v5.10/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-v5.10/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-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_internal.c57 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal()
60 gfp &= ~__GFP_HIGHMEM; in i915_gem_object_get_pages_internal()
/Linux-v5.10/include/linux/
Dgfp.h57 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro
60 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
307 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
/Linux-v5.10/tools/include/linux/
Dtypes.h19 __GFP_HIGHMEM, enumerator
/Linux-v5.10/fs/btrfs/
Dzlib.c124 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zlib_compress_pages()
205 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zlib_compress_pages()
243 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zlib_compress_pages()
Dlzo.c149 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in lzo_compress_pages()
219 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in lzo_compress_pages()
Dzstd.c408 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zstd_compress_pages()
455 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zstd_compress_pages()
515 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zstd_compress_pages()
Draid56.c1046 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_pages()
1065 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_parity_pages()
2310 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_essential_pages()
2360 p_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
2366 q_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
/Linux-v5.10/fs/nilfs2/
Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/Linux-v5.10/arch/arm/include/asm/
Dpgalloc.h83 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
/Linux-v5.10/net/rds/
Dpage.c76 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Dhuge_gem_object.c50 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
/Linux-v5.10/drivers/staging/android/ion/
Dion_page_pool.c109 high = !!(gfp_mask & __GFP_HIGHMEM); in ion_page_pool_shrink()
/Linux-v5.10/sound/core/
Dmemalloc.c147 gfp = snd_mem_get_gfp_flags(device, GFP_KERNEL | __GFP_HIGHMEM); in snd_dma_alloc_pages()
/Linux-v5.10/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-v5.10/include/trace/events/
Dmmflags.h29 {(unsigned long)__GFP_HIGHMEM, "__GFP_HIGHMEM"}, \
/Linux-v5.10/arch/x86/mm/
Dpgtable.c16 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
46 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/Linux-v5.10/mm/
Dpercpu-vm.c88 gfp |= __GFP_HIGHMEM; in pcpu_alloc_pages()
Dvmpressure.c256 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
Dinternal.h33 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
Dzbud.c362 if (!size || (gfp & __GFP_HIGHMEM)) in zbud_alloc()
/Linux-v5.10/drivers/staging/media/ipu3/
Dipu3-dmamap.c47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
/Linux-v5.10/kernel/dma/
Dmapping.c433 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
482 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in dma_alloc_pages()
/Linux-v5.10/kernel/power/
Dsnapshot.c1560 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_image_highmem()
1577 return preallocate_image_pages(alloc, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_highmem_fraction()
1922 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
2312 page = alloc_page(__GFP_HIGHMEM); in prepare_highmem_image()

123