Lines Matching refs:skip_emulated_instruction
510 static void skip_emulated_instruction(struct kvm_vcpu *vcpu) in skip_emulated_instruction() function
557 skip_emulated_instruction(&svm->vcpu); in svm_queue_exception()
1910 skip_emulated_instruction(&svm->vcpu); in io_interception()
2666 skip_emulated_instruction(&svm->vcpu); in vmload_interception()
2687 skip_emulated_instruction(&svm->vcpu); in vmsave_interception()
2729 skip_emulated_instruction(&svm->vcpu); in stgi_interception()
2743 skip_emulated_instruction(&svm->vcpu); in clgi_interception()
2767 skip_emulated_instruction(&svm->vcpu); in invlpga_interception()
2792 skip_emulated_instruction(&svm->vcpu); in xsetbv_interception()
2851 skip_emulated_instruction(&svm->vcpu); in task_switch_interception()
2889 skip_emulated_instruction(&svm->vcpu); in invlpg_interception()
3044 skip_emulated_instruction(&svm->vcpu); in dr_interception()
3158 skip_emulated_instruction(&svm->vcpu); in rdmsr_interception()
3272 skip_emulated_instruction(&svm->vcpu); in wrmsr_interception()
3316 skip_emulated_instruction(&(svm->vcpu)); in nop_interception()
4395 .skip_emulated_instruction = skip_emulated_instruction,