Lines Matching refs:next_rip
383 if (nrips && svm->vmcb->control.next_rip != 0) {
385 svm->next_rip = svm->vmcb->control.next_rip;
388 if (!svm->next_rip) {
406 kvm_rip_write(vcpu, svm->next_rip);
444 * Save the injection information, even when using next_rip, as the
445 * VMCB's next_rip will be lost (cleared on VM-Exit) if the injection
461 svm->vmcb->control.next_rip = rip;
2249 svm->next_rip = svm->vmcb->control.exit_info_2;
3376 pr_err("%-20s%016llx\n", "next_rip:", control->next_rip);
3995 * If NRIPS is enabled, KVM must snapshot the pre-VMRUN next_rip that's
3996 * associated with the original soft exception/interrupt. next_rip is
3998 * needs to manually set next_rip for re-injection. Unlike the !nrips
4001 * otherwise next_rip is unused on VMRUN.
4005 svm->vmcb->control.next_rip = svm->soft_int_next_rip;
4217 svm->next_rip = 0;
4537 vmcb->control.exit_info_2 = info->next_rip;
4547 vmcb->control.next_rip = info->next_rip;