Home
last modified time | relevance | path

Searched refs:nrips (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dsvm.c150 int __ro_after_init nrips = true; variable
151 module_param(nrips, int, 0444);
312 if (nrips && svm->vmcb->control.next_rip != 0) { in __svm_skip_emulated_instruction()
361 if (!__svm_skip_emulated_instruction(vcpu, emul_type, !nrips)) in svm_update_soft_interrupt_rip()
380 if (nrips) in svm_update_soft_interrupt_rip()
2002 if (nrips && svm->vmcb->control.next_rip && in npf_interception()
4322 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4333 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()
4430 if (!nrips || !control->next_rip) in svm_exit_handlers_fastpath()
5533 if (nrips) in svm_set_cpu_caps()
[all …]