Searched refs:skip_emulated_instruction (Results 1 – 7 of 7) sorted by relevance
80 .skip_emulated_instruction = vmx_skip_emulated_instruction,
1715 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function1817 return skip_emulated_instruction(vcpu); in vmx_skip_emulated_instruction()5362 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_exception_nmi()5799 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_task_switch()
68 KVM_X86_OP(skip_emulated_instruction)
1743 int (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); member
1623 …ulated_instruction+0x49 ([kernel.kallsyms]) => ffffffffc0f5fb50 skip_emulated_instruction+0x0 ([ke…1624 …6/13384 [002] 7919.408803956: branches: ffffffffc0f5fc68 skip_emulated_instruction+0x118 ([…1625 …6/13384 [002] 7919.408803964: branches: ffffffffc0f5fc11 skip_emulated_instruction+0xc1 ([k…
5201 .skip_emulated_instruction = svm_skip_emulated_instruction,
8956 r = kvm_x86_call(skip_emulated_instruction)(vcpu); in kvm_skip_emulated_instruction()