Home
last modified time | relevance | path

Searched defs:Gunyah (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/hypervisor/src/gunyah/
Dmod.rs61 pub struct Gunyah { struct
65 impl AsRawDescriptor for Gunyah { implementation
71 impl Gunyah { impl
72 pub fn new_with_path(device_path: &Path) -> Result<Gunyah> { in new_with_path()
90 impl Hypervisor for Gunyah { implementation
204 pub fn new(gh: &Gunyah, guest_mem: GuestMemory, cfg: Config) -> Result<GunyahVm> { in new()
/external/crosvm/hypervisor/
DREADME.md46 ### Gunyah subsection
/external/crosvm/src/crosvm/sys/unix/
Dconfig.rs28 Gunyah { enumerator