Home
last modified time | relevance | path

Searched refs:max_cpu_addr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/of/
H A Daddress.c966 phys_addr_t max_cpu_addr = PHYS_ADDR_MAX; in of_dma_get_max_cpu_address() local
985 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()
986 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()
991 if (max_cpu_addr > subtree_max_addr) in of_dma_get_max_cpu_address()
992 max_cpu_addr = subtree_max_addr; in of_dma_get_max_cpu_address()
995 return max_cpu_addr; in of_dma_get_max_cpu_address()
/linux/arch/s390/kernel/
H A Dsmp.c617 int addr, boot_cpu_addr, max_cpu_addr; in smp_save_dump_secondary_cpus() local
632 max_cpu_addr = SCLP_MAX_CORES << sclp.mtid_prev; in smp_save_dump_secondary_cpus()
633 for (addr = 0; addr <= max_cpu_addr; addr++) { in smp_save_dump_secondary_cpus()