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()
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()
2795 skip_emulated_instruction(&svm->vcpu); in xsetbv_interception()
2854 skip_emulated_instruction(&svm->vcpu); in task_switch_interception()
2892 skip_emulated_instruction(&svm->vcpu); in invlpg_interception()
3041 skip_emulated_instruction(&svm->vcpu); in dr_interception()
3155 skip_emulated_instruction(&svm->vcpu); in rdmsr_interception()
3277 skip_emulated_instruction(&svm->vcpu); in wrmsr_interception()
3321 skip_emulated_instruction(&(svm->vcpu)); in nop_interception()
4420 .skip_emulated_instruction = skip_emulated_instruction,