Lines Matching refs:unsync
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()
2161 if (s->unsync) in kvm_unsync_pages()
2182 if (!need_unsync && !s->unsync) { in mmu_need_write_protect()