Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/gunyah/
Dmod.rs51 pub struct Gunyah { struct
55 impl AsRawDescriptor for Gunyah { argument
61 impl Gunyah { impl
62 pub fn new_with_path(device_path: &Path) -> Result<Gunyah> { in new_with_path()
82 impl Hypervisor for Gunyah { implementation
197 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/linux/
Dconfig.rs35 Gunyah { enumerator