Searched refs:skip_emulated_instruction (Results 1 – 5 of 5) sorted by relevance
1643 static void skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function4312 skip_emulated_instruction(vcpu); in handle_io()4424 skip_emulated_instruction(vcpu); in handle_cr()4433 skip_emulated_instruction(vcpu); in handle_cr()4439 skip_emulated_instruction(vcpu); in handle_cr()4448 skip_emulated_instruction(vcpu); in handle_cr()4501 skip_emulated_instruction(vcpu); in handle_dr()4532 skip_emulated_instruction(vcpu); in handle_rdmsr()4549 skip_emulated_instruction(vcpu); in handle_wrmsr()4587 skip_emulated_instruction(vcpu); in handle_halt()[all …]
486 static void skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function531 skip_emulated_instruction(&svm->vcpu); in svm_queue_exception()1895 skip_emulated_instruction(&svm->vcpu); in io_interception()1919 skip_emulated_instruction(&svm->vcpu); in halt_interception()1926 skip_emulated_instruction(&svm->vcpu); in vmmcall_interception()2637 skip_emulated_instruction(&svm->vcpu); in vmload_interception()2658 skip_emulated_instruction(&svm->vcpu); in vmsave_interception()2700 skip_emulated_instruction(&svm->vcpu); in stgi_interception()2714 skip_emulated_instruction(&svm->vcpu); in clgi_interception()2738 skip_emulated_instruction(&svm->vcpu); in invlpga_interception()[all …]
663 kvm_x86_ops->skip_emulated_instruction(vcpu); in kvm_emulate_cpuid()
346 kvm_x86_ops->skip_emulated_instruction(vcpu); in kvm_complete_insn_gp()
640 void (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); member