Home
last modified time | relevance | path

Searched refs:vmcb_is_dirty (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/x86/kvm/svm/
Dnested.c566 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_SEG))) { in nested_vmcb02_prepare_save()
575 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_DT))) { in nested_vmcb02_prepare_save()
600 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_DR))) { in nested_vmcb02_prepare_save()
Dsvm.h357 static inline bool vmcb_is_dirty(struct vmcb *vmcb, int bit) in vmcb_is_dirty() function