Home
last modified time | relevance | path

Searched refs:ZONE_DMA32 (Results 1 – 9 of 9) sorted by relevance

/linux/include/trace/events/
H A Dmmflags.h303 IFDEF_ZONE_DMA32( EM (ZONE_DMA32, "DMA32")) \
/linux/kernel/dma/
H A Dpool.c188 #define has_managed_dma32 has_managed_zone(ZONE_DMA32)
/linux/include/linux/
H A Dgfp.h79 #define OPT_ZONE_DMA32 ZONE_DMA32
H A Dmmzone.h799 ZONE_DMA32, enumerator
/linux/arch/mips/mm/
H A Dinit.c403 max_zone_pfns[ZONE_DMA32] = MAX_DMA32_PFN; in arch_zone_limits_init()
/linux/arch/loongarch/
H A DKconfig218 select ZONE_DMA32
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst741 (This documentation ignores ZONE_HIGHMEM/ZONE_DMA32 for simple explanation.
742 you may be able to read ZONE_DMA as ZONE_DMA32...)
/linux/mm/
H A Dpage_alloc.c263 [ZONE_DMA32] = 256,
3783 BUILD_BUG_ON(ZONE_NORMAL - ZONE_DMA32 != 1); in alloc_flags_nofragment()
H A DKconfig1193 config ZONE_DMA32 config