Searched refs:vmcb_is_dirty (Results 1 – 2 of 2) sorted by relevance
566 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()
357 static inline bool vmcb_is_dirty(struct vmcb *vmcb, int bit) in vmcb_is_dirty() function