Searched refs:create_devices (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/aarch64/src/ |
D | lib.rs | 230 create_devices: FD, in build_vm() 293 let pci_devices = create_devices(&mem, &mut vm, &mut resources, &exit_evt) in build_vm()
|
/external/crosvm/docs/ |
D | architecture.md | 15 1. `Arch::build_vm` will itself invoke the provided `create_devices` function from `linux.rs` 16 1. `create_devices` creates every PCI device, including the virtio devices, that were configured in…
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 368 create_devices: FD, in build_vm() 403 let pci_devices = create_devices(&mem, &mut vm, &mut resources, &exit_evt) in build_vm()
|
/external/crosvm/arch/src/ |
D | lib.rs | 156 create_devices: FD, in build_vm()
|
/external/crosvm/src/ |
D | linux.rs | 1622 fn create_devices( in create_devices() function 2496 create_devices( in run_vm()
|