Searched defs:BarRange (Results 1 – 9 of 9) sorted by relevance
| /external/crosvm/devices/src/pci/ |
| D | pci_device.rs | 143 pub struct BarRange { struct 145 pub addr: u64, 147 pub size: u64, 149 pub prefetchable: bool, 368 fn allocate_io_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars() 375 fn allocate_device_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars() 459 _bar_ranges: &[BarRange], in configure_bridge_window() 460 ) -> Result<Vec<BarRange>> { in configure_bridge_window() 680 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars() 683 fn allocate_device_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars() [all …]
|
| D | pvpanic.rs | 141 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
|
| D | ac97.rs | 288 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
|
| D | vfio_pci.rs | 1446 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_root_barmem() 1490 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_nonroot_barmem() 1821 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() 1847 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars()
|
| D | coiommu.rs | 1443 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> PciResult<Vec<BarRange>> { in allocate_io_bars() 1471 ) -> PciResult<Vec<BarRange>> { in allocate_device_bars()
|
| /external/crosvm/devices/src/pci/pcie/ |
| D | pci_bridge.rs | 372 bar_ranges: &[BarRange], in configure_bridge_window() 373 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in configure_bridge_window()
|
| /external/crosvm/devices/src/usb/xhci/ |
| D | xhci_controller.rs | 242 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars()
|
| /external/crosvm/arch/src/ |
| D | lib.rs | 837 io_ranges: &mut BTreeMap<usize, Vec<BarRange>>, in generate_pci_topology() 841 ) -> Result<(Vec<BarRange>, u8), DeviceRegistrationError> { in generate_pci_topology()
|
| /external/crosvm/devices/src/virtio/ |
| D | virtio_pci_device.rs | 593 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars() 641 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars()
|