Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm.c143 int nrips = true; variable
144 module_param(nrips, int, 0444);
289 if (nrips && svm->vmcb->control.next_rip != 0) { in __svm_skip_emulated_instruction()
338 if (!__svm_skip_emulated_instruction(vcpu, emul_type, !nrips)) in svm_update_soft_interrupt_rip()
357 if (nrips) in svm_update_soft_interrupt_rip()
1946 if (nrips && svm->vmcb->control.next_rip && in npf_interception()
4118 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4129 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()
4234 if (!nrips || !control->next_rip) in svm_exit_handlers_fastpath()
5331 if (nrips) in svm_set_cpu_caps()
[all …]
H A Dsvm.h48 extern int nrips;
H A Dsev.c3009 if (!sev_enabled || !npt_enabled || !nrips) in sev_hardware_setup()