Home
last modified time | relevance | path

Searched refs:max_cpu_addr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Daddress.c1046 phys_addr_t max_cpu_addr = PHYS_ADDR_MAX; in of_dma_get_max_cpu_address() local
1065 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()
1066 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()
1071 if (max_cpu_addr > subtree_max_addr) in of_dma_get_max_cpu_address()
1072 max_cpu_addr = subtree_max_addr; in of_dma_get_max_cpu_address()
1075 return max_cpu_addr; in of_dma_get_max_cpu_address()
/kernel/linux/linux-6.6/drivers/of/
H A Daddress.c1022 phys_addr_t max_cpu_addr = PHYS_ADDR_MAX; in of_dma_get_max_cpu_address() local
1041 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()
1042 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()
1047 if (max_cpu_addr > subtree_max_addr) in of_dma_get_max_cpu_address()
1048 max_cpu_addr = subtree_max_addr; in of_dma_get_max_cpu_address()
1051 return max_cpu_addr; in of_dma_get_max_cpu_address()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsmp.c659 int addr, boot_cpu_addr, max_cpu_addr; in smp_save_dump_cpus() local
676 max_cpu_addr = SCLP_MAX_CORES << sclp.mtid_prev; in smp_save_dump_cpus()
677 for (addr = 0; addr <= max_cpu_addr; addr++) { in smp_save_dump_cpus()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsmp.c694 int addr, boot_cpu_addr, max_cpu_addr; in smp_save_dump_secondary_cpus() local
709 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()

Completed in 8 milliseconds