Home
last modified time | relevance | path

Searched refs:cur_vcpu (Results 1 – 2 of 2) sorted by relevance

/hypervisor/arch/x86/guest/
A Dlock_instr_emul.c39 void vcpu_kick_lock_instr_emulation(struct acrn_vcpu *cur_vcpu) in vcpu_kick_lock_instr_emulation() argument
44 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() argument
60 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()
/hypervisor/include/arch/x86/asm/guest/
A Dlock_instr_emul.h10 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