Searched refs:address_pci_to_physical (Results 1 – 3 of 3) sorted by relevance
22 fn address_pci_to_physical(pci_address: PciAddr) -> usize; in address_pci_to_physical() method
43 fn address_pci_to_physical(pci_address: PciAddr) -> usize { in address_pci_to_physical() method
1324 address = PciArch::address_pci_to_physical(pci_address) as u64; //PCI总线域物理地址转换为存储器域物理地址 in pci_bar_init()