Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/gunyah/
Dmod.rs186 pub struct GunyahVm { struct
197 impl AsRawDescriptor for GunyahVm { argument
203 impl GunyahVm { impl
204 pub fn new(gh: &Gunyah, guest_mem: GuestMemory, cfg: Config) -> Result<GunyahVm> { in new()
401 impl Vm for GunyahVm { implementation
Daarch64.rs53 impl VmAArch64 for GunyahVm { implementation