Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
DWinHvPlatformDefs.h38 UINT64 ExceptionExit : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h80 UINT64 ExceptionExit : 1; // WHvRunVpExitReasonException supported member
H A Dbindings.rs382 pub fn ExceptionExit(&self) -> UINT64 { in ExceptionExit() method
504 let ExceptionExit: u64 = unsafe { ::std::mem::transmute(ExceptionExit) }; localVariable