Home
last modified time | relevance | path

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

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