Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.h261 unsigned long soft_int_csbase; member
H A Dsvm.c455 svm->soft_int_csbase = svm->vmcb->save.cs.base; in svm_update_soft_interrupt_rip()
4055 kvm_is_linear_rip(vcpu, svm->soft_int_old_rip + svm->soft_int_csbase)) in svm_complete_interrupts()
4066 kvm_is_linear_rip(vcpu, svm->soft_int_next_rip + svm->soft_int_csbase)) in svm_complete_interrupts()
H A Dnested.c724 svm->soft_int_csbase = vmcb12_csbase; in nested_vmcb02_prepare_control()