Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/plugin/
Dvcpu.rs101 struct VcpuMpState(kvm_mp_state); struct
102 unsafe impl DataInit for VcpuMpState {} implementation