| /linux/rust/kernel/ |
| A D | alloc.rs | 68 pub const __GFP_HIGHMEM: Flags = Flags(bindings::__GFP_HIGHMEM); consts
|
| /linux/include/linux/ |
| A D | gfp_types.h | 115 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) macro 118 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) 386 #define GFP_HIGHUSER (GFP_USER | __GFP_HIGHMEM)
|
| /linux/arch/m68k/include/asm/ |
| A D | mcf_pgalloc.h | 18 ~__GFP_HIGHMEM, 0); in pte_alloc_one_kernel() 83 ~__GFP_HIGHMEM, 0); in pgd_alloc()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| 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 | in mlx4_alloc_icm()
|
| /linux/include/asm-generic/ |
| A D | pgalloc.h | 22 ~__GFP_HIGHMEM, 0); in __pte_alloc_one_kernel_noprof() 172 gfp &= ~__GFP_HIGHMEM; in __pud_alloc_one_noprof()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_internal.c | 50 gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_RECLAIMABLE; in i915_gem_object_get_pages_internal() 53 gfp &= ~__GFP_HIGHMEM; in i915_gem_object_get_pages_internal()
|
| /linux/arch/mips/mm/ |
| A D | pgtable.c | 14 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pgd_alloc()
|
| /linux/mm/ |
| A D | fail_page_alloc.c | 34 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in should_fail_alloc_page()
|
| A D | zbud.c | 254 if (!size || (gfp & __GFP_HIGHMEM)) in zbud_alloc()
|
| A D | percpu-vm.c | 89 gfp |= __GFP_HIGHMEM; in pcpu_alloc_pages()
|
| A D | vmpressure.c | 268 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
|
| A D | memfd.c | 85 gfp_mask &= ~(__GFP_HIGHMEM | __GFP_MOVABLE); in memfd_alloc_folio()
|
| /linux/tools/include/linux/ |
| A D | types.h | 22 __GFP_HIGHMEM, enumerator
|
| /linux/fs/nilfs2/ |
| A D | mdt.h | 65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
|
| /linux/arch/loongarch/include/asm/ |
| A D | pgalloc.h | 94 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pud_alloc_one()
|
| /linux/arch/mips/include/asm/ |
| A D | pgalloc.h | 93 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, in pud_alloc_one()
|
| /linux/net/rds/ |
| A D | page.c | 76 gfp |= __GFP_HIGHMEM; in rds_page_remainder_alloc()
|
| /linux/arch/arm/include/asm/ |
| A D | pgalloc.h | 89 #define PGTABLE_HIGHMEM __GFP_HIGHMEM
|
| /linux/arch/x86/mm/ |
| A D | pgtable.c | 16 #define PGTABLE_HIGHMEM __GFP_HIGHMEM 46 __userpte_alloc_gfp &= ~__GFP_HIGHMEM; in setup_userpte() 239 gfp &= ~__GFP_HIGHMEM; in preallocate_pmds()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| A D | huge_gem_object.c | 54 page = alloc_page(GFP | __GFP_HIGHMEM); in huge_get_pages()
|
| /linux/arch/loongarch/mm/ |
| A D | pgtable.c | 27 struct ptdesc *ptdesc = pagetable_alloc(GFP_KERNEL & ~__GFP_HIGHMEM, 0); in pgd_alloc()
|
| /linux/drivers/infiniband/hw/mthca/ |
| A D | mthca_memfree.c | 146 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/include/net/page_pool/ |
| A D | helpers.h | 177 page = page_pool_alloc(pool, &offset, size, gfp & ~__GFP_HIGHMEM); in page_pool_alloc_va()
|
| /linux/drivers/staging/media/ipu3/ |
| A D | ipu3-dmamap.c | 47 gfp |= __GFP_HIGHMEM | __GFP_ZERO; in imgu_dmamap_alloc_buffer()
|
| /linux/include/trace/events/ |
| A D | mmflags.h | 31 gfpflag_string(__GFP_HIGHMEM), \
|