Home
last modified time | relevance | path

Searched refs:unsync (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kvm/
Dmmutrace.h14 __field(bool, unsync)
20 __entry->unsync = sp->unsync;
41 __entry->unsync ? "unsync" : "sync", 0); \
Dmmu_audit.c105 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()
Dmmu.c1398 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 …]
Dpaging_tmpl.h694 if (!sp->unsync) in FNAME()
/arch/x86/include/asm/
Dkvm_host.h229 bool unsync; member