Home
last modified time | relevance | path

Searched defs:EventPending (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.h522 UINT32 EventPending : 1; member
538 UINT64 EventPending : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h799 UINT32 EventPending : 1; member
819 UINT64 EventPending : 1; member
H A Dbindings.rs5015 pub fn EventPending(&self) -> UINT32 { in EventPending() method
5091 let EventPending: u32 = unsafe { ::std::mem::transmute(EventPending) }; localVariable
5200 pub fn EventPending(&self) -> UINT64 { in EventPending() method
5264 let EventPending: u64 = unsafe { ::std::mem::transmute(EventPending) }; localVariable