Lines Matching refs:unsync
1105 * - for spte protection, the spte can be writable only after unsync-ing
1740 if (sp->unsync)
1786 } else if (child->unsync) {
1812 WARN_ON(!sp->unsync);
1814 sp->unsync = 0;
1904 if (!s->unsync)
2067 if (!need_sync && sp->unsync)
2076 if (sp->unsync) {
2202 if (sp->unsync_children || sp->unsync)
2326 if (sp->unsync)
2505 sp->unsync = 1;
2522 if (sp->unsync)
2530 * We need to ensure that the marking of unsync pages is visible
2532 * kvm_mmu_sync_roots() checks the unsync flags without holding
2534 * before the page had been marked as unsync-ed, something like the
2551 * 2.3 kvm_mmu_sync_pages() reads sp->unsync.
2559 * as unsync
2560 * (sp->unsync = true)
3398 * Even if another CPU was marking the SP as unsync-ed
3407 if (!smp_load_acquire(&sp->unsync) &&
4874 * it can become unsync, then the guest page is not write-protected.