Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Dmod.rs51 pub struct Gunyah { struct
55 impl AsRawDescriptor for Gunyah { implementation
61 impl Gunyah { implementation
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()
/aosp_15_r20/external/crosvm/hypervisor/
H A DREADME.md46 ### Gunyah subsection
/aosp_15_r20/packages/modules/Virtualization/libs/libhypervisor_backends/src/
Dhypervisor.rs37 Gunyah, enumerator
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dconfig.rs35 Gunyah { enumerator