Searched defs:read_bar (Results 1 – 10 of 10) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pvpanic.rs | 193 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
|
D | pci_device.rs | 431 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]); in read_bar() method 793 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method 904 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
|
D | stub.rs | 191 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
|
D | pci_root.rs | 93 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
|
D | coiommu.rs | 1545 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
|
D | vfio_pci.rs | 2019 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_controller.rs | 295 fn read_bar(&mut self, bar_index: usize, offset: u64, data: &mut [u8]) { in read_bar() method
|
/external/crosvm/devices/src/pci/pcie/ |
D | pci_bridge.rs | 330 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
|
/external/coreboot/src/soc/intel/common/block/cse/ |
D | cse.c | 136 static uint32_t read_bar(pci_devfn_t dev, uint32_t offset) in read_bar() function
|
/external/crosvm/devices/src/virtio/ |
D | virtio_pci_device.rs | 870 fn read_bar(&mut self, bar_index: usize, offset: u64, data: &mut [u8]) { in read_bar() method
|