Home
last modified time | relevance | path

Searched refs:memory_hotplug_max (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1300 window_size = roundup_pow_of_two(memory_hotplug_max() + (1ULL << 32)); in pnv_pci_ioda_dma_64bit_bypass()
1318 for (addr = 0; addr < memory_hotplug_max(); addr += (1 << tce_order)) { in pnv_pci_ioda_dma_64bit_bypass()
1364 dma_mask > (memory_hotplug_max() + (1ULL << 32)) && in pnv_pci_ioda_iommu_bypass_supported()
1887 const u64 max_memory = __rounddown_pow_of_two(memory_hotplug_max()); in pnv_pci_ioda2_setup_default_config()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dnuma.c1390 * memory_hotplug_max - return max address of memory that may be added
1395 u64 memory_hotplug_max(void) in memory_hotplug_max() function
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dfile_load_64.c1002 usm_entries = ((memory_hotplug_max() / drmem_lmb_size()) + in kexec_extra_fdt_size_ppc64()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dnuma.c1368 * memory_hotplug_max - return max address of memory that may be added
1373 u64 memory_hotplug_max(void) in memory_hotplug_max() function
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Diommu.c1034 phys_addr_t max_addr = memory_hotplug_max(); in ddw_memory_hotplug_max()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Diommu.c1178 resource_size_t max_addr = memory_hotplug_max(); in ddw_memory_hotplug_max()

Completed in 18 milliseconds