Searched refs:skip_emulated_instruction (Results 1 – 5 of 5) sorted by relevance
65 KVM_X86_OP(skip_emulated_instruction)
1628 int (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); member
1690 static int skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function1792 return skip_emulated_instruction(vcpu); in vmx_skip_emulated_instruction()5309 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_exception_nmi()5744 WARN_ON(!skip_emulated_instruction(vcpu)); in handle_task_switch()8310 .skip_emulated_instruction = vmx_skip_emulated_instruction,
1565 …ulated_instruction+0x49 ([kernel.kallsyms]) => ffffffffc0f5fb50 skip_emulated_instruction+0x0 ([ke…1566 …6/13384 [002] 7919.408803956: branches: ffffffffc0f5fc68 skip_emulated_instruction+0x118 ([…1567 …6/13384 [002] 7919.408803964: branches: ffffffffc0f5fc11 skip_emulated_instruction+0xc1 ([k…
5020 .skip_emulated_instruction = svm_skip_emulated_instruction,