Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/whpx/
Dtypes.rs23 pub(super) struct WhpxRegs { struct
27 impl WhpxRegs { argument
59 impl From<&Regs> for WhpxRegs { implementation