Searched defs:GunyahVm (Results 1 – 2 of 2) sorted by relevance
186 pub struct GunyahVm { struct197 impl AsRawDescriptor for GunyahVm { argument203 impl GunyahVm { impl204 pub fn new(gh: &Gunyah, guest_mem: GuestMemory, cfg: Config) -> Result<GunyahVm> { in new()401 impl Vm for GunyahVm { implementation
53 impl VmAArch64 for GunyahVm { implementation