Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.h297 unsigned long soft_int_csbase; member
H A Dsvm.c445 svm->soft_int_csbase = svm->vmcb->save.cs.base; in svm_update_soft_interrupt_rip()
4163 kvm_is_linear_rip(vcpu, svm->soft_int_old_rip + svm->soft_int_csbase)) in svm_complete_soft_interrupt()
4174 kvm_is_linear_rip(vcpu, svm->soft_int_next_rip + svm->soft_int_csbase)) in svm_complete_soft_interrupt()
H A Dnested.c726 svm->soft_int_csbase = vmcb12_csbase; in nested_vmcb02_prepare_control()