Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c101 vmcb->control.next_rip = vmcb->save.rip; in l1_guest_code()
132 vmcb->control.next_rip = vmcb->save.rip + 2; in l1_guest_code()
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c359 to->next_rip = from->next_rip; in __nested_copy_vmcb_control_to_cache()
717 vmcb02->control.next_rip = svm->nested.ctl.next_rip; in nested_vmcb02_prepare_control()
719 vmcb02->control.next_rip = vmcb12_rip; in nested_vmcb02_prepare_control()
727 svm->soft_int_next_rip = svm->nested.ctl.next_rip; in nested_vmcb02_prepare_control()
1028 vmcb12->control.next_rip = vmcb02->control.next_rip; in nested_svm_vmexit()
1572 dst->next_rip = from->next_rip; in nested_copy_vmcb_cache_to_control()
H A Dsvm.c385 if (nrips && svm->vmcb->control.next_rip != 0) { in __svm_skip_emulated_instruction()
387 svm->next_rip = svm->vmcb->control.next_rip; in __svm_skip_emulated_instruction()
390 if (!svm->next_rip) { in __svm_skip_emulated_instruction()
408 kvm_rip_write(vcpu, svm->next_rip); in __svm_skip_emulated_instruction()
446 * Save the injection information, even when using next_rip, as the in svm_update_soft_interrupt_rip()
447 * VMCB's next_rip will be lost (cleared on VM-Exit) if the injection in svm_update_soft_interrupt_rip()
463 svm->vmcb->control.next_rip = rip; in svm_update_soft_interrupt_rip()
2256 svm->next_rip = svm->vmcb->control.exit_info_2; in io_interception()
3416 pr_err("%-20s%016llx\n", "next_rip in dump_vmcb()
[all...]
H A Dsvm.h147 u64 next_rip; member
221 u64 next_rip; member
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h116 u64 next_rip; member
/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h47 u64 next_rip; /* rip following the instruction */ member
H A Demulate.c481 .next_rip = ctxt->eip, in emulator_check_intercept()
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h152 u64 next_rip; member