Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c178 static int nrips = true; variable
179 module_param(nrips, int, 0444);
333 if (nrips && svm->vmcb->control.next_rip != 0) { in skip_emulated_instruction()
358 if (nr == BP_VECTOR && !nrips) { in svm_queue_exception()
900 if (nrips) in svm_set_cpu_caps()
989 if (nrips) { in svm_hardware_setup()
991 nrips = false; in svm_hardware_setup()
2314 if (!nrips) in rdpmc_interception()
3493 nrips && control->next_rip) in svm_exit_handlers_fastpath()
3764 /* Update nrips enable in svm_vcpu_after_set_cpuid()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c205 int nrips = true; variable
206 module_param(nrips, int, 0444);
383 if (nrips && svm->vmcb->control.next_rip != 0) { in __svm_skip_emulated_instruction()
438 if (!__svm_skip_emulated_instruction(vcpu, !nrips)) in svm_update_soft_interrupt_rip()
457 if (nrips) in svm_update_soft_interrupt_rip()
3998 * needs to manually set next_rip for re-injection. Unlike the !nrips in svm_complete_soft_interrupt()
4003 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4014 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()
5097 if (nrips) in svm_set_cpu_caps()
5238 nrips in svm_hardware_setup()
[all...]
H A Dsvm.h37 extern int nrips;
H A Dsev.c2188 if (!sev_enabled || !npt_enabled || !nrips) in sev_hardware_setup()

Completed in 16 milliseconds