Searched refs:skip_emulated_instruction (Results 1 – 5 of 5) sorted by relevance
2006 static void skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function4955 skip_emulated_instruction(vcpu); in handle_exception()5014 skip_emulated_instruction(vcpu); in handle_io()5151 skip_emulated_instruction(vcpu); in handle_cr()5160 skip_emulated_instruction(vcpu); in handle_cr()5166 skip_emulated_instruction(vcpu); in handle_cr()5175 skip_emulated_instruction(vcpu); in handle_cr()5248 skip_emulated_instruction(vcpu); in handle_dr()5306 skip_emulated_instruction(vcpu); in handle_rdmsr()5327 skip_emulated_instruction(vcpu); in handle_wrmsr()[all …]
510 static void skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function557 skip_emulated_instruction(&svm->vcpu); in svm_queue_exception()1917 skip_emulated_instruction(&svm->vcpu); in io_interception()1941 skip_emulated_instruction(&svm->vcpu); in halt_interception()1948 skip_emulated_instruction(&svm->vcpu); in vmmcall_interception()2675 skip_emulated_instruction(&svm->vcpu); in vmload_interception()2696 skip_emulated_instruction(&svm->vcpu); in vmsave_interception()2738 skip_emulated_instruction(&svm->vcpu); in stgi_interception()2752 skip_emulated_instruction(&svm->vcpu); in clgi_interception()2776 skip_emulated_instruction(&svm->vcpu); in invlpga_interception()[all …]
814 kvm_x86_ops->skip_emulated_instruction(vcpu); in kvm_emulate_cpuid()
404 kvm_x86_ops->skip_emulated_instruction(vcpu); in kvm_complete_insn_gp()
719 void (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); member