Home
last modified time | relevance | path

Searched defs:WHV_CAPABILITY_CODE (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.h9 typedef enum WHV_CAPABILITY_CODE { enum
18 } WHV_CAPABILITY_CODE; typedef
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h29 typedef enum WHV_CAPABILITY_CODE enum
46 } WHV_CAPABILITY_CODE; typedef
H A Dbindings.rs125 pub type WHV_CAPABILITY_CODE = ::std::os::raw::c_int; typedef
9639 CapabilityCode: WHV_CAPABILITY_CODE, in WHvGetCapability()