| /linux/include/linux/ |
| H A D | gfp_types.h | 109 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro 112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) 385 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
|
| /linux/tools/include/linux/ |
| H A D | gfp_types.h | 109 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro 112 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) 385 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
|
| H A D | types.h | 22 __GFP_HIGHMEM, enumerator
|
| /linux/arch/m68k/include/asm/ |
| H A D | mcf_pgalloc.h | 18 ~__GFP_HIGHMEM, 0); in pte_alloc_one_kernel() 87 ~__GFP_HIGHMEM, 0); in pgd_alloc()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | icm.c | 142 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 | __GFP_NOWARN)); in mlx4_alloc_icm()
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 86 pub const __GFP_HIGHMEM: Flags = Flags(bindings::__GFP_HIGHMEM); constant
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_internal.c | 49 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal() 52 gfp &= ~__GFP_HIGHMEM; in i915_gem_object_get_pages_internal()
|
| H A D | i915_gem_shmem.c | 569 mask &= ~__GFP_HIGHMEM; in shmem_object_init()
|
| /linux/mm/ |
| H A D | fail_page_alloc.c | 34 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in should_fail_alloc_page()
|
| H A D | vmpressure.c | 268 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
|
| H A D | percpu-vm.c | 89 gfp |= __GFP_HIGHMEM; in pcpu_alloc_pages()
|
| H A D | memfd.c | 86 gfp_mask &= ~(__GFP_HIGHMEM | __GFP_MOVABLE); in memfd_alloc_folio()
|
| /linux/fs/nilfs2/ |
| H A D | mdt.h | 65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
|
| /linux/arch/arm/include/asm/ |
| H A D | pgalloc.h | 89 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
|
| /linux/net/rds/ |
| H A D | page.c | 77 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | huge_gem_object.c | 54 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_memfree.c | 146 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM)); in mthca_alloc_icm() 148 icm = kmalloc_obj(*icm, gfp_mask & ~(__GFP_HIGHMEM | __GFP_NOWARN)); in mthca_alloc_icm() 160 gfp_mask & ~(__GFP_HIGHMEM | __GFP_NOWARN)); in mthca_alloc_icm()
|
| /linux/drivers/iommu/ |
| H A D | iommu-pages.c | 51 if (WARN_ON(gfp & __GFP_HIGHMEM)) in iommu_alloc_pages_node_sz()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-dmamap.c | 47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
|
| /linux/include/net/page_pool/ |
| H A D | helpers.h | 198 page = page_pool_alloc(pool, &offset, size, gfp & ~__GFP_HIGHMEM); in page_pool_alloc_va()
|
| /linux/kernel/module/ |
| H A D | decompress.c | 45 page = alloc_page(GFP_KERNEL | __GFP_HIGHMEM); in module_get_next_page()
|
| /linux/drivers/block/ |
| H A D | brd.c | 91 page = alloc_page(gfp | __GFP_ZERO | __GFP_HIGHMEM); in brd_insert_page()
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 1687 return preallocate_image_pages(nr_pages, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_image_highmem() 1704 return preallocate_image_pages(alloc, GFP_IMAGE | __GFP_HIGHMEM); in preallocate_highmem_fraction() 2056 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages() 2469 page = alloc_page(__GFP_HIGHMEM); in prepare_highmem_image()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_gem.c | 126 mask &= ~__GFP_HIGHMEM; in lima_gem_create_handle()
|
| /linux/kernel/dma/ |
| H A D | mapping.c | 645 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs() 704 if (WARN_ON_ONCE(gfp & (__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM))) in __dma_alloc_pages()
|