Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/svm/
Dnested.c542 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_SEG))) { in nested_vmcb02_prepare_save()
551 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_DT))) { in nested_vmcb02_prepare_save()
576 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_DR))) { in nested_vmcb02_prepare_save()
Dsvm.h345 static inline bool vmcb_is_dirty(struct vmcb *vmcb, int bit) in vmcb_is_dirty() function