Lines Matching refs:address

124          * Calculate the physical address of an IO location on the PCI
127 * @param addr Address in the PCI IO address space
128 * @return Address in the system's physical address space.
133 * Calculate the physical address of a non-prefetchable memory
134 * location in the PCI address space.
136 * @param addr Address in the PCI memory address space
137 * @return Address in the system's physical address space.
142 * Calculate the physical address of a prefetchable memory
143 * location in the PCI address space.
145 * @param addr Address in the PCI DMA memory address space
146 * @return Address in the system's physical address space.
193 * Calculate the physical address of an IO location on the PCI
197 * @param pci_addr Address in the PCI IO address space
198 * @return Address in the system's physical address space.
203 * Calculate the physical address of a non-prefetchable memory
204 * location in the PCI address space.
207 * @param pci_addr Address in the PCI memory address space
208 * @return Address in the system's physical address space.
214 * Calculate the physical address of a prefetchable memory
215 * location in the PCI address space.
218 * @param pci_addr Address in the PCI DMA memory address space
219 * @return Address in the system's physical address space.
227 * Retrieve a PCI device from its bus address.
235 * Retrieve a PCI device from its bus address.
255 * address, size and mapping between memory addresses and PCI devices
300 protected: // Configuration address space handling
302 * Decode a configuration space address.
306 * @return Tuple containing the PCI bus address and an offset into
309 virtual std::pair<PciBusAddr, Addr> decodeAddress(Addr address);