Searched refs:shared_vcpu_state (Results 1 – 2 of 2) sorted by relevance
365 shared_vcpu_state: Arc<RwLock<SharedVcpuState>>, field377 shared_vcpu_state: Arc<RwLock<SharedVcpuState>>, in new()383 shared_vcpu_state, in new()422 let vcpu_state_lock = match self.shared_vcpu_state.read() { in process()798 let mut shared_vcpu_state = SharedVcpuState::default(); in shared_vcpu_reserve() localVariable799 shared_vcpu_state in shared_vcpu_reserve()802 shared_vcpu_state in shared_vcpu_reserve()805 shared_vcpu_state in shared_vcpu_reserve()808 shared_vcpu_state in shared_vcpu_reserve()811 shared_vcpu_state in shared_vcpu_reserve()[all …]
131 shared_vcpu_state: Arc<RwLock<SharedVcpuState>>, field214 shared_vcpu_state: Default::default(), in new()239 self.shared_vcpu_state.clone(), in create_vcpu()414 match self.shared_vcpu_state.write() { in handle_reserve_range()485 match self.shared_vcpu_state.write() { in handle_set_call_hint()