Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/svm/
Dsvm.h241 unsigned long soft_int_csbase; member
Dsvm.c445 svm->soft_int_csbase = svm->vmcb->save.cs.base; in svm_update_soft_interrupt_rip()
3790 kvm_is_linear_rip(vcpu, svm->soft_int_old_rip + svm->soft_int_csbase)) in svm_complete_soft_interrupt()
3801 kvm_is_linear_rip(vcpu, svm->soft_int_next_rip + svm->soft_int_csbase)) in svm_complete_soft_interrupt()
Dnested.c694 svm->soft_int_csbase = vmcb12_csbase; in nested_vmcb02_prepare_control()