Searched refs:PciRoot (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pci_root.rs | 124 pub struct PciRoot { struct 134 impl PciRoot { implementation 137 PciRoot { in new() 195 pci_root: PciRoot, 201 pub fn new(pci_root: PciRoot) -> Self { in new() 289 pci_root: PciRoot, 293 pub fn new(pci_root: PciRoot) -> Self { in new()
|
D | mod.rs | 31 pub use self::pci_root::{PciAddress, PciConfigIo, PciConfigMmio, PciRoot};
|
/external/crosvm/docs/ |
D | architecture.md | 17 … optional `Minijail`, will finally jail the PCI devices and construct a `PciRoot` that communicate… 58 …PciRoot` with higher level calls to `config_space_read`/`config_space_write`. The `PciConfigMmio` … 60 ### `PciRoot`/`PciDevice`/`VirtioPciDevice` 62 …PciRoot`, analogous to `BusDevice` for `Bus`s, contains all the `PciDevice` trait objects. Because…
|
/external/crosvm/devices/src/ |
D | lib.rs | 45 PciAddress, PciConfigIo, PciConfigMmio, PciDevice, PciDeviceError, PciInterruptPin, PciRoot,
|
/external/crosvm/arch/src/ |
D | lib.rs | 24 PciRoot, ProtectionType, ProxyDevice, 316 PciRoot, in generate_pci_root() argument 322 let mut root = PciRoot::new(); in generate_pci_root()
|