Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/fs/ntfs/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dgfp.h69 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro
73 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
333 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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()
H A 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()
H A 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()
H A 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()
2350 page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in alloc_rbio_essential_pages()
2400 p_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
2407 q_page = alloc_page(GFP_NOFS | __GFP_HIGHMEM); in finish_parity_scrub()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dtypes.h19 __GFP_HIGHMEM, enumerator
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgalloc.h83 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
/OK3568_Linux_fs/kernel/net/rds/
H A Dpage.c76 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_gem_object.c50 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/
H A Dion_page_pool.c123 high = !!(gfp_mask & __GFP_HIGHMEM); in ion_page_pool_shrink()
/OK3568_Linux_fs/kernel/sound/core/
H A Dmemalloc.c149 gfp = snd_mem_get_gfp_flags(device, GFP_KERNEL | __GFP_HIGHMEM); in snd_dma_alloc_pages()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c16 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
46 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h29 {(unsigned long)__GFP_HIGHMEM, "__GFP_HIGHMEM"}, \
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dmapping.c436 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
485 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in dma_alloc_pages()
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dpage_pool.c188 high = !!(gfp_mask & __GFP_HIGHMEM); in dmabuf_page_pool_do_shrink()
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu-vm.c88 gfp |= __GFP_HIGHMEM; in pcpu_alloc_pages()
H A Dvmpressure.c268 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c1561 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_image_highmem()
1578 return preallocate_image_pages(alloc, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_highmem_fraction()
1923 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
2313 page = alloc_page(__GFP_HIGHMEM); in prepare_highmem_image()

1234