Searched refs:shared_vcpu_state (Results 1 – 2 of 2) sorted by relevance
349 shared_vcpu_state: Arc<RwLock<SharedVcpuState>>, field361 shared_vcpu_state: Arc<RwLock<SharedVcpuState>>, in new()367 shared_vcpu_state, in new()406 let vcpu_state_lock = match self.shared_vcpu_state.read() { in process()780 let mut shared_vcpu_state = SharedVcpuState::default(); in shared_vcpu_reserve() localVariable781 shared_vcpu_state in shared_vcpu_reserve()784 shared_vcpu_state in shared_vcpu_reserve()787 shared_vcpu_state in shared_vcpu_reserve()790 shared_vcpu_state in shared_vcpu_reserve()793 shared_vcpu_state in shared_vcpu_reserve()[all …]
124 shared_vcpu_state: Arc<RwLock<SharedVcpuState>>, field230 shared_vcpu_state: Default::default(), in new()255 self.shared_vcpu_state.clone(), in create_vcpu()424 match self.shared_vcpu_state.write() { in handle_reserve_range()491 match self.shared_vcpu_state.write() { in handle_set_call_hint()