Home
last modified time | relevance | path

Searched refs:memory_hotplug_max (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dmmzone.h31 u64 memory_hotplug_max(void);
33 #define memory_hotplug_max() memblock_end_of_DRAM() macro
37 #define memory_hotplug_max() memblock_end_of_DRAM() macro
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1078 window_size = roundup_pow_of_two(memory_hotplug_max() + (1ULL << 32)); in pnv_pci_ioda_dma_64bit_bypass()
1096 for (addr = 0; addr < memory_hotplug_max(); addr += (1 << tce_order)) { in pnv_pci_ioda_dma_64bit_bypass()
1142 dma_mask > (memory_hotplug_max() + (1ULL << 32)) && in pnv_pci_ioda_iommu_bypass_supported()
1385 const u64 max_memory = __rounddown_pow_of_two(memory_hotplug_max()); in pnv_pci_ioda2_setup_default_config()
/linux/arch/powerpc/mm/
H A Dnuma.c1367 u64 memory_hotplug_max(void) in memory_hotplug_max() function