Home
last modified time | relevance | path

Searched defs:Hypervisor (Results 1 – 19 of 19) sorted by relevance

/external/crosvm/docs/book/src/running_crosvm/
Dadvanced_usage.md129 ## Hypervisor section in Advanced Usage
/external/crosvm/hypervisor/tests/
Dreal_run_addr.rs65 HypervisorT: Hypervisor, in test_real_run_addr()
Dread_only_memory.rs70 HypervisorT: Hypervisor, in test_read_only_memory()
Dmmio_and_pio.rs67 HypervisorT: Hypervisor, in test_mmio_and_pio()
Ddirty_log.rs70 HypervisorT: Hypervisor, in test_dirty_log()
Dremove_memory.rs66 HypervisorT: Hypervisor, in test_remove_memory()
Dtsc_offsets.rs81 HypervisorT: Hypervisor, in test_tsc_offsets()
/external/crosvm/hypervisor/src/gunyah/
Daarch64.rs54 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor()
/external/crosvm/hypervisor/src/
Daarch64.rs68 fn get_hypervisor(&self) -> &dyn Hypervisor; in get_hypervisor()
Dlib.rs52 pub trait Hypervisor: Send { trait
/external/crosvm/aarch64/src/
Dlib.rs332 hypervisor: &impl Hypervisor, in guest_memory_layout()
744 _hypervisor: &dyn Hypervisor, in configure_vcpu()
/external/libchromeos-rs/src/
Dvsock.rs61 Hypervisor, enumerator
/external/crosvm/base/src/sys/unix/
Dvsock.rs69 Hypervisor, enumerator
/external/crosvm/hypervisor/src/kvm/
Daarch64.rs186 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor()
/external/crosvm/src/sys/
Dwindows.rs1659 hypervisor: &impl Hypervisor, in create_guest_memory()
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs164 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor()
/external/crosvm/arch/src/
Dlib.rs405 hypervisor: &impl hypervisor::Hypervisor, in guest_memory_layout()
/external/crosvm/src/crosvm/sys/
Dunix.rs1280 hypervisor: &impl Hypervisor, in create_guest_memory()
/external/crosvm/x86_64/src/
Dlib.rs656 _hypervisor: &impl Hypervisor, in guest_memory_layout()