Home
last modified time | relevance | path

Searched defs:InterruptShadow (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.h479 UINT64 InterruptShadow:1; member
593 UINT16 InterruptShadow : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h746 UINT64 InterruptShadow:1; member
938 UINT16 InterruptShadow : 1; member
H A Dbindings.rs4506 pub fn InterruptShadow(&self) -> UINT64 { in InterruptShadow() method
4546 let InterruptShadow: u64 = unsafe { ::std::mem::transmute(InterruptShadow) }; localVariable
5994 pub fn InterruptShadow(&self) -> UINT16 { in InterruptShadow() method
6057 let InterruptShadow: u16 = unsafe { ::std::mem::transmute(InterruptShadow) }; localVariable