memory_hotplug_max 37 arch/powerpc/include/asm/mmzone.h u64 memory_hotplug_max(void); memory_hotplug_max 1800 arch/powerpc/platforms/powernv/pci-ioda.c window_size = roundup_pow_of_two(memory_hotplug_max() + (1ULL << 32)); memory_hotplug_max 1818 arch/powerpc/platforms/powernv/pci-ioda.c for (addr = 0; addr < memory_hotplug_max(); addr += (1 << tce_order)) { memory_hotplug_max 1865 arch/powerpc/platforms/powernv/pci-ioda.c dma_mask > (memory_hotplug_max() + (1ULL << 32)) && memory_hotplug_max 2403 arch/powerpc/platforms/powernv/pci-ioda.c const u64 max_memory = __rounddown_pow_of_two(memory_hotplug_max()); memory_hotplug_max 945 arch/powerpc/platforms/pseries/iommu.c phys_addr_t max_addr = memory_hotplug_max();