Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatformDefs.h80 UINT64 ExceptionExit : 1; // WHvRunVpExitReasonException supported member
Dbindings.rs382 pub fn ExceptionExit(&self) -> UINT64 { in ExceptionExit() method
504 let ExceptionExit: u64 = unsafe { ::std::mem::transmute(ExceptionExit) }; localVariable