Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dmmzone.h37 u64 memory_hotplug_max(void);
39 #define memory_hotplug_max() memblock_end_of_DRAM() macro
43 #define memory_hotplug_max() memblock_end_of_DRAM() macro
/openbmc/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()
/openbmc/linux/arch/powerpc/mm/
H A Dnuma.c1373 u64 memory_hotplug_max(void) in memory_hotplug_max() function
/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load_64.c1002 usm_entries = ((memory_hotplug_max() / drmem_lmb_size()) + in kexec_extra_fdt_size_ppc64()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Diommu.c1186 resource_size_t max_addr = memory_hotplug_max(); in ddw_memory_hotplug_max()