Home
last modified time | relevance | path

Searched defs:BarRange (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/devices/src/pci/
Dpci_device.rs154 pub struct BarRange { struct
156 pub addr: u64,
158 pub size: u64,
160 pub prefetchable: bool,
379 fn allocate_io_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
386 fn allocate_device_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars()
496 _bar_ranges: &[BarRange], in configure_bridge_window()
497 ) -> Result<Vec<BarRange>> { in configure_bridge_window()
780 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
783 fn allocate_device_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars()
[all …]
Dpvpanic.rs133 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
Dvfio_pci.rs1422 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_root_barmem()
1466 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_nonroot_barmem()
1704 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars()
1730 ) -> Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars()
Dcoiommu.rs1460 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> PciResult<Vec<BarRange>> { in allocate_io_bars()
1488 ) -> PciResult<Vec<BarRange>> { in allocate_device_bars()
/external/crosvm/devices/src/pci/pcie/
Dpci_bridge.rs349 bar_ranges: &[BarRange], in configure_bridge_window()
350 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in configure_bridge_window()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs711 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars()
731 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_device_bars()
940 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> in allocate_io_bars()
985 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> in allocate_device_bars()
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs242 ) -> std::result::Result<Vec<BarRange>, PciDeviceError> { in allocate_io_bars()
/external/crosvm/arch/src/
Dlib.rs887 io_ranges: &mut BTreeMap<usize, Vec<BarRange>>, in generate_pci_topology()
891 ) -> Result<(Vec<BarRange>, u8), DeviceRegistrationError> { in generate_pci_topology()