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.c738 if (unlikely(new_vmcb12 || vmcb12_is_dirty(control, VMCB_SEG))) { in nested_vmcb02_prepare_save()
744 vmcb_mark_dirty(vmcb02, VMCB_SEG); in nested_vmcb02_prepare_save()
H A Dsvm.c1876 vmcb_mark_dirty(svm->vmcb, VMCB_SEG); in svm_set_segment()