Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/of/
A Daddress.c1062 phys_addr_t max_cpu_addr = PHYS_ADDR_MAX; in of_dma_get_max_cpu_address() local
1081 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()
1082 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()
1087 if (max_cpu_addr > subtree_max_addr) in of_dma_get_max_cpu_address()
1088 max_cpu_addr = subtree_max_addr; in of_dma_get_max_cpu_address()
1091 return max_cpu_addr; in of_dma_get_max_cpu_address()
/linux-6.3-rc2/arch/s390/kernel/
A Dsmp.c692 int addr, boot_cpu_addr, max_cpu_addr; in smp_save_dump_secondary_cpus() local
707 max_cpu_addr = SCLP_MAX_CORES << sclp.mtid_prev; in smp_save_dump_secondary_cpus()
708 for (addr = 0; addr <= max_cpu_addr; addr++) { in smp_save_dump_secondary_cpus()

Completed in 9 milliseconds