Searched defs:write_bar (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/crosvm/devices/src/pci/ |
H A D | pci_device.rs | 436 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]); in write_bar() method 795 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method 905 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
|
H A D | pvpanic.rs | 208 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method
|
H A D | stub.rs | 201 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
|
H A D | pci_root.rs | 94 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
|
H A D | coiommu.rs | 1567 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method
|
H A D | vfio_pci.rs | 2042 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method
|
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/ |
H A D | xhci_controller.rs | 319 fn write_bar(&mut self, bar_index: usize, offset: u64, data: &[u8]) { in write_bar() method
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | virtio_device.rs | 186 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
|
H A D | virtio_pci_device.rs | 922 fn write_bar(&mut self, bar_index: usize, offset: u64, data: &[u8]) { in write_bar() method
|
/aosp_15_r20/external/crosvm/devices/src/pci/pcie/ |
H A D | pci_bridge.rs | 332 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/cse/ |
H A D | cse.c | 141 static void write_bar(pci_devfn_t dev, uint32_t offset, uint32_t val) in write_bar() function
|