Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/include/linux/
Dgfp.h58 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro
62 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
309 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
/kernel/linux/linux-5.10/tools/include/linux/
Dtypes.h19 __GFP_HIGHMEM, enumerator
/kernel/linux/linux-5.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.c1055 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_pages()
1074 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_parity_pages()
2351 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_essential_pages()
2401 p_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
2408 q_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
/kernel/linux/linux-5.10/fs/nilfs2/
Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgalloc.h89 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
/kernel/linux/linux-5.10/net/rds/
Dpage.c76 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
Dhuge_gem_object.c50 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
/kernel/linux/linux-5.10/drivers/staging/android/ion/
Dion_page_pool.c109 high = !!(gfp_mask & __GFP_HIGHMEM); in ion_page_pool_shrink()
/kernel/linux/linux-5.10/sound/core/
Dmemalloc.c149 gfp = snd_mem_get_gfp_flags(device, GFP_KERNEL | __GFP_HIGHMEM); in snd_dma_alloc_pages()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/include/trace/events/
Dmmflags.h29 {(unsigned long)__GFP_HIGHMEM, "__GFP_HIGHMEM"}, \
/kernel/linux/linux-5.10/arch/x86/mm/
Dpgtable.c16 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
46 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/kernel/linux/linux-5.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()
Dzbud.c363 if (!size || (gfp & __GFP_HIGHMEM)) in zbud_alloc()
Dnommu.c149 return kmalloc(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc()
236 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM); in vmalloc()
254 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO); in vzalloc()
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
Dipu3-dmamap.c47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/kernel/power/
Dsnapshot.c1553 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_image_highmem()
1570 return preallocate_image_pages(alloc, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_highmem_fraction()
1915 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
2305 page = alloc_page(__GFP_HIGHMEM); in prepare_highmem_image()

123