Home
last modified time | relevance | path

Searched defs:InvpcidSupport (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.h96 UINT64 InvpcidSupport : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h155 UINT64 InvpcidSupport : 1; member
H A Dbindings.rs1078 pub fn InvpcidSupport(&self) -> UINT64 { in InvpcidSupport() method
1523 let InvpcidSupport: u64 = unsafe { ::std::mem::transmute(InvpcidSupport) }; localVariable