Home
last modified time | relevance | path

Searched defs:HypercallExit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h83 UINT64 HypercallExit : 1; // WHvRunVpExitReasonHypercall supported member
H A Dbindings.rs415 pub fn HypercallExit(&self) -> UINT64 { in HypercallExit() method
516 let HypercallExit: u64 = unsafe { ::std::mem::transmute(HypercallExit) }; localVariable