Searched refs:MAX_DMA32_PFN (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Ddma.h9 #define MAX_DMA32_PFN (1UL << (32 - PAGE_SHIFT)) macro
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h75 #define MAX_DMA32_PFN (((1ULL << 32) - (1ULL << 28)) >> PAGE_SHIFT) macro
/linux-master/arch/mips/include/asm/
H A Ddma.h95 #ifndef MAX_DMA32_PFN
96 #define MAX_DMA32_PFN (1UL << (32 - PAGE_SHIFT)) macro
/linux-master/arch/x86/kernel/
H A Dpci-dma.c47 if (!no_iommu && max_possible_pfn > MAX_DMA32_PFN)
H A Daperture_64.c461 max_pfn > MAX_DMA32_PFN &&
504 } else if ((!no_iommu && max_pfn > MAX_DMA32_PFN) ||
H A Damd_gart_64.c729 (!force_iommu && max_pfn <= MAX_DMA32_PFN) ||
732 if (max_pfn > MAX_DMA32_PFN) {
H A Dearly-quirks.c61 if ((max_pfn > MAX_DMA32_PFN || force_iommu) &&
/linux-master/arch/x86/include/asm/
H A Ddma.h77 #define MAX_DMA32_PFN (1UL << (32 - PAGE_SHIFT)) macro
/linux-master/arch/mips/loongson64/
H A Dnuma.c176 zones_size[ZONE_DMA32] = MAX_DMA32_PFN;
/linux-master/arch/x86/mm/
H A Dnuma_emulation.c128 u64 dma32_end = PFN_PHYS(MAX_DMA32_PFN);
275 u64 dma32_end = PFN_PHYS(MAX_DMA32_PFN);
H A Dinit.c1050 max_zone_pfns[ZONE_DMA32] = min(MAX_DMA32_PFN, max_low_pfn);
/linux-master/arch/loongarch/mm/
H A Dinit.c71 max_zone_pfns[ZONE_DMA32] = MAX_DMA32_PFN;
/linux-master/arch/loongarch/kernel/
H A Dnuma.c405 zones_size[ZONE_DMA32] = MAX_DMA32_PFN;
/linux-master/arch/mips/mm/
H A Dinit.c414 max_zone_pfns[ZONE_DMA32] = MAX_DMA32_PFN;

Completed in 205 milliseconds