Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dvcpu.rs313 pub struct PerVcpuState { struct
317 impl PerVcpuState { argument
378 per_vcpu_state: Arc<Mutex<PerVcpuState>>, in new()