Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.h59 VMCB_SEG, /* CS, DS, SS, ES, CPL */ enumerator
73 (1U << VMCB_DT) | (1U << VMCB_SEG) | (1U << VMCB_CR2) | \
H A Dnested.c551 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_SEG))) { in nested_vmcb02_prepare_save()
557 vmcb_mark_dirty(vmcb02, VMCB_SEG); in nested_vmcb02_prepare_save()
H A Dsvm.c1989 vmcb_mark_dirty(svm->vmcb, VMCB_SEG); in svm_set_segment()