Home
last modified time | relevance | path

Searched defs:InterruptionType (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.h489 UINT32 InterruptionType:3; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h759 UINT32 InterruptionType:3; // WHV_X64_PENDING_INTERRUPTION_TYPE member
H A Dbindings.rs4656 pub fn InterruptionType(&self) -> UINT32 { in InterruptionType() method
4737 let InterruptionType: u32 = unsafe { ::std::mem::transmute(InterruptionType) }; localVariable