Searched refs:max_cpu_addr (Results 1 – 2 of 2) sorted by relevance
1023 phys_addr_t max_cpu_addr = PHYS_ADDR_MAX; in of_dma_get_max_cpu_address() local1042 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()1043 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()1048 if (max_cpu_addr > subtree_max_addr) in of_dma_get_max_cpu_address()1049 max_cpu_addr = subtree_max_addr; in of_dma_get_max_cpu_address()1052 return max_cpu_addr; in of_dma_get_max_cpu_address()
694 int addr, boot_cpu_addr, max_cpu_addr; in smp_save_dump_secondary_cpus() local709 max_cpu_addr = SCLP_MAX_CORES << sclp.mtid_prev; in smp_save_dump_secondary_cpus()710 for (addr = 0; addr <= max_cpu_addr; addr++) { in smp_save_dump_secondary_cpus()