Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c333 if (nrips && svm->vmcb->control.next_rip != 0) { in skip_emulated_instruction()
335 svm->next_rip = svm->vmcb->control.next_rip; in skip_emulated_instruction()
338 if (!svm->next_rip) { in skip_emulated_instruction()
342 kvm_rip_write(vcpu, svm->next_rip); in skip_emulated_instruction()
2013 svm->next_rip = svm->vmcb->control.exit_info_2; in io_interception()
2986 pr_err("%-20s%016llx\n", "next_rip:", control->next_rip); in dump_vmcb()
3640 svm->next_rip = 0; in svm_vcpu_run()
3957 vmcb->control.exit_info_2 = info->next_rip; in svm_check_intercept()
3967 vmcb->control.next_rip = info->next_rip; in svm_check_intercept()
H A Dsvm.h116 u64 next_rip; member
H A Dnested.c672 vmcb12->control.next_rip = vmcb->control.next_rip; in nested_svm_vmexit()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h95 u64 next_rip; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c289 u8 *next_rip, *tgt_rip; in recompute_jump() local
299 next_rip = repl_insn + a->replacementlen; in recompute_jump()
301 tgt_rip = next_rip + o_dspl; in recompute_jump()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsvm.h140 u64 next_rip; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h46 u64 next_rip; /* rip following the instruction */ member
H A Demulate.c518 .next_rip = ctxt->eip, in emulator_check_intercept()