Searched refs:vmcb_is_dirty (Results 1 – 2 of 2) sorted by relevance
558 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_SEG))) { in nested_vmcb02_prepare_save()567 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_DT))) { in nested_vmcb02_prepare_save()592 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_DR))) { in nested_vmcb02_prepare_save()
332 static inline bool vmcb_is_dirty(struct vmcb *vmcb, int bit) in vmcb_is_dirty() function