Home
last modified time | relevance | path

Searched defs:SpeculationControl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dwhpx.rs85 SpeculationControl = 0x8, enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
DWinHvPlatformDefs.h26 UINT64 SpeculationControl : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h59 UINT64 SpeculationControl : 1; member
H A Dbindings.rs204 pub fn SpeculationControl(&self) -> UINT64 { in SpeculationControl() method
276 let SpeculationControl: u64 = unsafe { ::std::mem::transmute(SpeculationControl) }; localVariable