Home
last modified time | relevance | path

Searched defs:GunyahVm (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/hypervisor/src/gunyah/
Dmod.rs219 pub struct GunyahVm { struct
232 impl AsRawDescriptor for GunyahVm { argument
238 impl GunyahVm { implementation
239 …vm_id: Option<u16>, pas_id: Option<u32>, guest_mem: GuestMemory, cfg: Config) -> Result<GunyahVm> { in new()
543 impl Vm for GunyahVm { implementation
Daarch64.rs54 impl VmAArch64 for GunyahVm { implementation