Home
last modified time | relevance | path

Searched refs:allocate_device_bars (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/pci/
Dpci_device.rs93 fn allocate_device_bars( in allocate_device_bars() method
211 fn allocate_device_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<(u64, u64)>> { in allocate_device_bars() method
212 (**self).allocate_device_bars(resources) in allocate_device_bars()
Dvfio_pci.rs911 fn allocate_device_bars( in allocate_device_bars() method
/external/crosvm/arch/src/
Dlib.rs350 .allocate_device_bars(resources) in generate_pci_root()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs482 fn allocate_device_bars( in allocate_device_bars() method