Searched refs:nrips (Results 1 – 2 of 2) sorted by relevance
146 int __ro_after_init nrips = true; variable147 module_param(nrips, int, 0444);307 if (nrips && svm->vmcb->control.next_rip != 0) { in __svm_skip_emulated_instruction()356 if (!__svm_skip_emulated_instruction(vcpu, emul_type, !nrips)) in svm_update_soft_interrupt_rip()375 if (nrips) in svm_update_soft_interrupt_rip()1993 if (nrips && svm->vmcb->control.next_rip && in npf_interception()4252 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()4263 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()4370 if (!nrips || !control->next_rip) in svm_exit_handlers_fastpath()5473 if (nrips) in svm_set_cpu_caps()[all …]
48 extern int nrips;