Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/plugin/
Dvcpu.rs98 struct VcpuLapicState(kvm_lapic_state); struct
99 unsafe impl DataInit for VcpuLapicState {} implementation