Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.h260 unsigned long soft_int_csbase; member
Dsvm.c453 svm->soft_int_csbase = svm->vmcb->save.cs.base; in svm_update_soft_interrupt_rip()
4004 kvm_is_linear_rip(vcpu, svm->soft_int_old_rip + svm->soft_int_csbase)) in svm_complete_soft_interrupt()
4015 kvm_is_linear_rip(vcpu, svm->soft_int_next_rip + svm->soft_int_csbase)) in svm_complete_soft_interrupt()
Dnested.c715 svm->soft_int_csbase = vmcb12_csbase; in nested_vmcb02_prepare_control()