Home
last modified time | relevance | path

Searched defs:WHV_UINT128 (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/hypervisor/src/whpx/
Dtypes.rs281 impl From<&[u8; 16]> for WHV_UINT128 { implementation
282 fn from(bytes: &[u8; 16]) -> WHV_UINT128 { in from()
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatformDefs.h635 typedef union DECLSPEC_ALIGN(16) WHV_UINT128 union
644 } WHV_UINT128; typedef
Dbindings.rs3470 impl Default for WHV_UINT128 { implementation