Lines Matching defs:nrips
205 int nrips = true;
206 module_param(nrips, int, 0444);
383 if (nrips && svm->vmcb->control.next_rip != 0) {
438 if (!__svm_skip_emulated_instruction(vcpu, !nrips))
457 if (nrips)
3998 * needs to manually set next_rip for re-injection. Unlike the !nrips
4003 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) &&
4014 else if (!nrips && (is_soft || is_exception) &&
5097 if (nrips)
5238 nrips = nrips && boot_cpu_has(X86_FEATURE_NRIPS);
5242 * may be modified by svm_adjust_mmio_mask()), as well as nrips.