Home
last modified time | relevance | path

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

123

/Linux-v5.4/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.4/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.4/drivers/gpu/drm/i915/gem/
Di915_gem_internal.c59 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal()
62 gfp &= ~__GFP_HIGHMEM; in i915_gem_object_get_pages_internal()
/Linux-v5.4/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)
298 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
Dmigrate.h51 gfp_mask |= __GFP_HIGHMEM; in new_page_nodemask()
/Linux-v5.4/tools/include/linux/
Dtypes.h19 __GFP_HIGHMEM, enumerator
/Linux-v5.4/fs/nilfs2/
Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/Linux-v5.4/net/rds/
Dpage.c76 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
/Linux-v5.4/arch/arm/include/asm/
Dpgalloc.h93 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Dhuge_gem_object.c46 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
/Linux-v5.4/fs/btrfs/
Dzstd.c413 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zstd_compress_pages()
460 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zstd_compress_pages()
520 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zstd_compress_pages()
Dlzo.c173 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in lzo_compress_pages()
243 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in lzo_compress_pages()
Dzlib.c127 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zlib_compress_pages()
169 out_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in zlib_compress_pages()
Draid56.c1050 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_pages()
1069 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_parity_pages()
2341 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_essential_pages()
2394 p_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
2400 q_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
/Linux-v5.4/drivers/staging/android/ion/
Dion_page_pool.c109 high = !!(gfp_mask & __GFP_HIGHMEM); in ion_page_pool_shrink()
/Linux-v5.4/arch/xtensa/kernel/
Dpci-dma.c149 flag &= ~(__GFP_DMA | __GFP_HIGHMEM); in arch_dma_alloc()
/Linux-v5.4/include/trace/events/
Dmmflags.h29 {(unsigned long)__GFP_HIGHMEM, "__GFP_HIGHMEM"}, \
/Linux-v5.4/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.4/arch/x86/mm/
Dpgtable.c17 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
39 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/Linux-v5.4/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()
Dnommu.c149 return kmalloc(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc()
222 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL); in vmalloc()
240 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO, in vzalloc()
294 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC); in vmalloc_exec()
Dinternal.h33 #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-dmamap.c47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
/Linux-v5.4/kernel/power/
Dsnapshot.c1554 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_image_highmem()
1573 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()
2310 page = alloc_page(__GFP_HIGHMEM); in prepare_highmem_image()

123