Home
last modified time | relevance | path

Searched refs:PciBar (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/resources/src/
Dsystem_allocator.rs133 .map(|v| Alloc::PciBar { in allocate_pci()
146 Alloc::PciBar { in reserve_pci()
Daddress_allocator.rs222 Alloc::PciBar { .. } => (), in address_from_pci_offset()
535 let pci_bar0 = Alloc::PciBar { in allocate_and_verify_pci_offset()
541 let pci_bar1 = Alloc::PciBar { in allocate_and_verify_pci_offset()
547 let pci_bar2 = Alloc::PciBar { in allocate_and_verify_pci_offset()
Dlib.rs25 PciBar { bus: u8, dev: u8, func: u8, bar: u8 }, enumerator
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs176 Some(Alloc::PciBar { in allocate_address()
232 Alloc::PciBar { in allocate_io_bars()
/external/crosvm/devices/src/pci/
Dac97.rs278 Some(Alloc::PciBar { in allocate_address()
311 Alloc::PciBar { in allocate_io_bars()
334 Alloc::PciBar { in allocate_io_bars()
Dvfio_pci.rs773 Alloc::PciBar { in allocate_address()
865 Alloc::PciBar { in allocate_io_bars()
934 Alloc::PciBar { in allocate_device_bars()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs402 Some(Alloc::PciBar { in allocate_address()
452 Alloc::PciBar { in allocate_io_bars()
495 Alloc::PciBar { in allocate_device_bars()
/external/crosvm/devices/src/virtio/fs/
Dmod.rs317 self.pci_bar = Some(Alloc::PciBar { in get_device_bars()
/external/crosvm/vm_control/src/
Dlib.rs828 AllocateSharedMemoryRegion(Alloc::PciBar { in execute()
836 .get(&Alloc::PciBar { in execute()
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs1195 self.pci_bar = Some(Alloc::PciBar { in get_device_bars()