Searched refs:next_rip (Results 1 – 9 of 9) sorted by relevance
103 vmcb->control.next_rip = vmcb->save.rip; in l1_guest_code()133 vmcb->control.next_rip = vmcb->save.rip + 2; in l1_guest_code()
360 to->next_rip = from->next_rip; in __nested_copy_vmcb_control_to_cache()698 vmcb02->control.next_rip = svm->nested.ctl.next_rip; in nested_vmcb02_prepare_control()700 vmcb02->control.next_rip = vmcb12_rip; in nested_vmcb02_prepare_control()708 svm->soft_int_next_rip = svm->nested.ctl.next_rip; in nested_vmcb02_prepare_control()1008 vmcb12->control.next_rip = vmcb02->control.next_rip; in nested_svm_vmexit()1512 dst->next_rip = from->next_rip; in nested_copy_vmcb_cache_to_control()
384 if (nrips && svm->vmcb->control.next_rip != 0) { in __svm_skip_emulated_instruction()386 svm->next_rip = svm->vmcb->control.next_rip; in __svm_skip_emulated_instruction()389 if (!svm->next_rip) { in __svm_skip_emulated_instruction()399 kvm_rip_write(vcpu, svm->next_rip); in __svm_skip_emulated_instruction()454 svm->vmcb->control.next_rip = rip; in svm_update_soft_interrupt_rip()2160 svm->next_rip = svm->vmcb->control.exit_info_2; in io_interception()3808 svm->vmcb->control.next_rip = svm->soft_int_next_rip; in svm_complete_soft_interrupt()3917 nrips && control->next_rip) in svm_exit_handlers_fastpath()4028 svm->next_rip = 0; in svm_vcpu_run()4332 vmcb->control.exit_info_2 = info->next_rip; in svm_check_intercept()[all …]
143 u64 next_rip; member215 u64 next_rip; member
116 u64 next_rip; member
136 u8 *next_rip, *tgt_rip; in recompute_jump() local146 next_rip = repl_insn + a->replacementlen; in recompute_jump()148 tgt_rip = next_rip + o_dspl; in recompute_jump()
47 u64 next_rip; /* rip following the instruction */ member
481 .next_rip = ctxt->eip, in emulator_check_intercept()
152 u64 next_rip; member
Completed in 36 milliseconds