Home
last modified time | relevance | path

Searched refs:cpu_end (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Daddress.c1052 u64 cpu_end = 0; in of_dma_get_max_cpu_address() local
1062 if (range.cpu_addr + range.size > cpu_end) in of_dma_get_max_cpu_address()
1063 cpu_end = range.cpu_addr + range.size - 1; in of_dma_get_max_cpu_address()
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()
/kernel/linux/linux-6.6/drivers/of/
H A Daddress.c1028 u64 cpu_end = 0; in of_dma_get_max_cpu_address() local
1038 if (range.cpu_addr + range.size > cpu_end) in of_dma_get_max_cpu_address()
1039 cpu_end = range.cpu_addr + range.size - 1; in of_dma_get_max_cpu_address()
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()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-v3-semi.c603 u64 cpu_end = entry->res->end; in v3_get_dma_range_config() local
604 u64 pci_end = cpu_end - entry->offset; in v3_get_dma_range_config()
668 cpu_addr, cpu_end, in v3_get_dma_range_config()
H A Dpcie-rcar-host.c821 u64 cpu_end = entry->res->end; in rcar_pcie_inbound_ranges() local
831 while (cpu_addr < cpu_end) { in rcar_pcie_inbound_ranges()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-v3-semi.c601 u64 cpu_end = entry->res->end; in v3_get_dma_range_config() local
602 u64 pci_end = cpu_end - entry->offset; in v3_get_dma_range_config()
666 cpu_addr, cpu_end, in v3_get_dma_range_config()
H A Dpcie-rcar-host.c881 u64 cpu_end = entry->res->end; in rcar_pcie_inbound_ranges() local
891 while (cpu_addr < cpu_end) { in rcar_pcie_inbound_ranges()

Completed in 9 milliseconds