Lines Matching refs:skip_emulated_instruction
512 static void skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
559 skip_emulated_instruction(&svm->vcpu); in svm_queue_exception()
1826 skip_emulated_instruction(&svm->vcpu); in io_interception()
2585 skip_emulated_instruction(&svm->vcpu); in vmload_interception()
2606 skip_emulated_instruction(&svm->vcpu); in vmsave_interception()
2648 skip_emulated_instruction(&svm->vcpu); in stgi_interception()
2662 skip_emulated_instruction(&svm->vcpu); in clgi_interception()
2686 skip_emulated_instruction(&svm->vcpu); in invlpga_interception()
2711 skip_emulated_instruction(&svm->vcpu); in xsetbv_interception()
2770 skip_emulated_instruction(&svm->vcpu); in task_switch_interception()
2808 skip_emulated_instruction(&svm->vcpu); in invlpg_interception()
2963 skip_emulated_instruction(&svm->vcpu); in dr_interception()
3080 skip_emulated_instruction(&svm->vcpu); in rdmsr_interception()
3194 skip_emulated_instruction(&svm->vcpu); in wrmsr_interception()
3225 skip_emulated_instruction(&(svm->vcpu)); in nop_interception()
4315 .skip_emulated_instruction = skip_emulated_instruction,