Home
last modified time | relevance | path

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

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