Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c178 static int nrips = true; variable
179 module_param(nrips, int, 0444);
339 if (nrips && svm->vmcb->control.next_rip != 0) { in skip_emulated_instruction()
364 if (nr == BP_VECTOR && !nrips) { in svm_queue_exception()
906 if (nrips) in svm_set_cpu_caps()
995 if (nrips) { in svm_hardware_setup()
997 nrips = false; in svm_hardware_setup()
2316 if (!nrips) in rdpmc_interception()