Searched refs:cur_vcpu (Results 1 – 2 of 2) sorted by relevance
39 void vcpu_kick_lock_instr_emulation(struct acrn_vcpu *cur_vcpu) in vcpu_kick_lock_instr_emulation() argument44 if (cur_vcpu->vm->hw.created_vcpus > 1U) { in vcpu_kick_lock_instr_emulation()45 get_vm_lock(cur_vcpu->vm); in vcpu_kick_lock_instr_emulation()47 foreach_vcpu(i, cur_vcpu->vm, other) { in vcpu_kick_lock_instr_emulation()48 if ((other != cur_vcpu) && (other->state == VCPU_RUNNING)) { in vcpu_kick_lock_instr_emulation()55 void vcpu_complete_lock_instr_emulation(struct acrn_vcpu *cur_vcpu) in vcpu_complete_lock_instr_emulation() argument60 if (cur_vcpu->vm->hw.created_vcpus > 1U) { in vcpu_complete_lock_instr_emulation()61 foreach_vcpu(i, cur_vcpu->vm, other) { in vcpu_complete_lock_instr_emulation()62 if ((other != cur_vcpu) && (other->state == VCPU_RUNNING)) { in vcpu_complete_lock_instr_emulation()67 put_vm_lock(cur_vcpu->vm); in vcpu_complete_lock_instr_emulation()
10 void vcpu_kick_lock_instr_emulation(struct acrn_vcpu *cur_vcpu);11 void vcpu_complete_lock_instr_emulation(struct acrn_vcpu *cur_vcpu);
Completed in 2 milliseconds