Home
last modified time | relevance | path

Searched refs:ZONE_DMA (Results 1 – 25 of 49) sorted by relevance

12

/linux/Documentation/translations/zh_CN/mm/
H A Dphysical_memory.rst40 * ``ZONE_DMA`` 和 ``ZONE_DMA32`` 在历史上代表适用于DMA的内存,这些
43 Documentation/core-api/dma-api.rst 文档描述),但是 ``ZONE_DMA``
80 个内存将位于节点0,并且将有三个区域: ``ZONE_DMA``、 ``ZONE_NORMAL``
90 | ZONE_DMA | ZONE_NORMAL | ZONE_HIGHMEM |
94 在内核构建时关闭 ``ZONE_DMA`` 开启 ``ZONE_DMA32``,并且具有16GB
/linux/arch/microblaze/mm/
H A Dinit.c75 zones_size[ZONE_DMA] = max_low_pfn; in paging_init()
78 zones_size[ZONE_DMA] = max_pfn; in paging_init()
/linux/arch/arm/mach-shmobile/
H A DKconfig7 select ZONE_DMA if ARM_LPAE
/linux/arch/arm/common/
H A DKconfig4 select ZONE_DMA if ARCH_SA1100
/linux/arch/arm/mach-highbank/
H A DKconfig17 select ZONE_DMA if ARM_LPAE
/linux/arch/arm/mach-axxia/
H A DKconfig10 select ZONE_DMA
/linux/arch/arm/mach-tegra/
H A DKconfig17 select ZONE_DMA if ARM_LPAE
/linux/arch/arm/mach-keystone/
H A DKconfig11 select ZONE_DMA if ARM_LPAE
/linux/arch/arm/mach-rockchip/
H A DKconfig20 select ZONE_DMA if ARM_LPAE
/linux/arch/m68k/mm/
H A Dinit.c72 max_zone_pfn[ZONE_DMA] = end_mem >> PAGE_SHIFT; in paging_init()
H A Dsun3mmu.c85 max_zone_pfn[ZONE_DMA] = ((unsigned long)high_memory) >> PAGE_SHIFT; in paging_init()
H A Dmcfmmu.c76 max_zone_pfn[ZONE_DMA] = PFN_DOWN(_ramend); in paging_init()
/linux/sound/pci/
H A DKconfig29 depends on ZONE_DMA && HAS_IOPORT
55 depends on ZONE_DMA && HAS_IOPORT
164 depends on ZONE_DMA && HAS_IOPORT
482 depends on ZONE_DMA && HAS_IOPORT
505 depends on ZONE_DMA && HAS_IOPORT
541 depends on ZONE_DMA && HAS_IOPORT
553 depends on ZONE_DMA && HAS_IOPORT
641 depends on ZONE_DMA && HAS_IOPORT
730 depends on ZONE_DMA && HAS_IOPORT
839 depends on ZONE_DMA
[all …]
/linux/arch/powerpc/platforms/powermac/
H A DKconfig12 select ZONE_DMA if PPC32
/linux/arch/arm/mach-davinci/
H A DKconfig10 select ZONE_DMA
/linux/arch/arm/mach-omap2/
H A DKconfig59 select ZONE_DMA if ARM_LPAE
94 select ZONE_DMA if ARM_LPAE
/linux/arch/s390/mm/
H A Dinit.c100 max_zone_pfns[ZONE_DMA] = virt_to_pfn(MAX_DMA_ADDRESS); in paging_init()
/linux/drivers/crypto/
H A Domap-crypto.c105 if (page_zonenum(sg_page(sg)) != ZONE_DMA) in omap_crypto_check_sg()
/linux/arch/m68k/
H A DKconfig45 select ZONE_DMA
/linux/arch/arm/mach-bcm/
H A DKconfig157 select ZONE_DMA if ARCH_MULTI_V7
191 select ZONE_DMA if ARM_LPAE
/linux/arch/alpha/mm/
H A Dinit.c222 max_zone_pfn[ZONE_DMA] = dma_pfn; in paging_init()
/linux/arch/arm/mach-mvebu/
H A DKconfig10 select ZONE_DMA if ARM_LPAE
/linux/include/trace/events/
H A Dmmflags.h301 IFDEF_ZONE_DMA( EM (ZONE_DMA, "DMA")) \
/linux/arch/powerpc/mm/
H A Dmem.c263 max_zone_pfns[ZONE_DMA] = min(max_low_pfn, in paging_init()
/linux/Documentation/mm/
H A Dphysical_memory.rst39 * ``ZONE_DMA`` and ``ZONE_DMA32`` historically represented memory suitable for
43 but ``ZONE_DMA`` and ``ZONE_DMA32`` still represent memory ranges that have
86 entire memory will be on node 0 and there will be three zones: ``ZONE_DMA``,
96 | ZONE_DMA | ZONE_NORMAL | ZONE_HIGHMEM |
100 With a kernel built with ``ZONE_DMA`` disabled and ``ZONE_DMA32`` enabled and

12