Searched defs:HypercallExit (Results 1 – 2 of 2) sorted by relevance
83 UINT64 HypercallExit : 1; // WHvRunVpExitReasonHypercall supported member
415 pub fn HypercallExit(&self) -> UINT64 { in HypercallExit() method516 let HypercallExit: u64 = unsafe { ::std::mem::transmute(HypercallExit) }; localVariable