Home
last modified time | relevance | path

Searched defs:SoftwareException (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.h696 UINT32 SoftwareException : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h1085 UINT32 SoftwareException : 1; member
H A Dbindings.rs7167 pub fn SoftwareException(&self) -> UINT32 { in SoftwareException() method
7200 let SoftwareException: u32 = unsafe { ::std::mem::transmute(SoftwareException) }; localVariable