Searched refs:unsync (Results 1 – 5 of 5) sorted by relevance
14 __field(bool, unsync)20 __entry->unsync = sp->unsync;41 __entry->unsync ? "unsync" : "sync", 0); \
105 if (sp->unsync) { in audit_mappings()171 if (vcpu->kvm->arch.audit_point == AUDIT_POST_SYNC && sp->unsync) in audit_spte_after_sync()197 if (sp->role.direct || sp->unsync || sp->role.invalid) in audit_write_protection()
1398 if (sp->unsync) in mmu_pages_add()1434 } else if (child->unsync) { in __mmu_unsync_walk()1465 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page()1467 sp->unsync = 0; in kvm_unlink_unsync_page()1543 if (!s->unsync) in kvm_sync_pages()1696 if (!need_sync && sp->unsync) in kvm_mmu_get_page()1702 if (sp->unsync && kvm_sync_page_transient(vcpu, sp)) in kvm_mmu_get_page()1709 } else if (sp->unsync) in kvm_mmu_get_page()1912 if (sp->unsync) in kvm_mmu_prepare_zap_page()2150 sp->unsync = 1; in __kvm_unsync_page()[all …]
694 if (!sp->unsync) in FNAME()
229 bool unsync; member