Home
last modified time | relevance | path

Searched defs:InterruptionPending (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.h488 UINT32 InterruptionPending:1; member
591 UINT16 InterruptionPending : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h758 UINT32 InterruptionPending:1; member
936 UINT16 InterruptionPending : 1; member
H A Dbindings.rs4645 pub fn InterruptionPending(&self) -> UINT32 { in InterruptionPending() method
4733 let InterruptionPending: u32 = unsafe { ::std::mem::transmute(InterruptionPending) }; localVariable
5972 pub fn InterruptionPending(&self) -> UINT16 { in InterruptionPending() method
6049 let InterruptionPending: u16 = unsafe { ::std::mem::transmute(InterruptionPending) }; localVariable