Home
last modified time | relevance | path

Searched refs:detect_hypervisor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/libhypervisor_backends/src/
Dhypervisor.rs103 fn detect_hypervisor() -> HypervisorBackend { in detect_hypervisor() function
111 HYPERVISOR.get_or_init(|| Box::new(detect_hypervisor())).get_hypervisor() in get_hypervisor()