Lines Matching refs:unsync
1798 if (sp->unsync) in mmu_pages_add()
1834 } else if (child->unsync) { in __mmu_unsync_walk()
1865 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page()
1867 sp->unsync = 0; in kvm_unlink_unsync_page()
1950 if (!s->unsync) in kvm_sync_pages()
2110 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2116 if (sp->unsync && kvm_sync_page_transient(vcpu, sp)) in kvm_mmu_get_page()
2123 } else if (sp->unsync) in kvm_mmu_get_page()
2327 if (sp->unsync) in kvm_mmu_prepare_zap_page()
2441 sp->unsync = 1; in __kvm_unsync_page()
2451 if (s->unsync) in kvm_unsync_pages()
2471 if (!s->unsync) in mmu_need_write_protect()