Searched defs:BarRange (Results 1 – 8 of 8) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pci_device.rs | 132 pub struct BarRange { struct 134 pub addr: u64, 136 pub size: u64, 138 pub prefetchable: bool, 357 fn allocate_io_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars() 364 fn allocate_device_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars() 474 _bar_ranges: &[BarRange], in configure_bridge_window() 475 ) -> Result<Vec<BarRange>> { in configure_bridge_window() 758 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars() 761 fn allocate_device_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars() [all …]
|
D | pvpanic.rs | 126 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
|
D | vfio_pci.rs | 1423 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_root_barmem() 1467 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_nonroot_barmem() 1697 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() 1723 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars()
|
D | coiommu.rs | 1449 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> PciResult<Vec<BarRange>> { in allocate_io_bars() 1477 ) -> PciResult<Vec<BarRange>> { in allocate_device_bars()
|
/external/crosvm/devices/src/pci/pcie/ |
D | pci_bridge.rs | 349 bar_ranges: &[BarRange], in configure_bridge_window() 350 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in configure_bridge_window()
|
/external/crosvm/devices/src/virtio/ |
D | virtio_pci_device.rs | 776 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() 796 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars() 1016 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> in allocate_io_bars() 1061 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> in allocate_device_bars()
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_controller.rs | 234 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars()
|
/external/crosvm/arch/src/ |
D | lib.rs | 866 io_ranges: &mut BTreeMap<usize, Vec<BarRange>>, in generate_pci_topology() 870 ) -> Result<(Vec<BarRange>, u8), DeviceRegistrationError> { in generate_pci_topology()
|