Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c207 int nrips = true; variable
208 module_param(nrips, int, 0444);
385 if (nrips && svm->vmcb->control.next_rip != 0) { in __svm_skip_emulated_instruction()
440 if (!__svm_skip_emulated_instruction(vcpu, !nrips)) in svm_update_soft_interrupt_rip()
459 if (nrips) in svm_update_soft_interrupt_rip()
4033 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4044 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()
5129 if (nrips) in svm_set_cpu_caps()
5273 nrips = nrips && boot_cpu_has(X86_FEATURE_NRIPS); in svm_hardware_setup()
H A Dsvm.h37 extern int nrips;
H A Dsev.c2208 if (!sev_enabled || !npt_enabled || !nrips) in sev_hardware_setup()