Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
A Dmmutrace.h16 __field(bool, unsync)
23 __entry->unsync = sp->unsync;
46 __entry->unsync ? "unsync" : "sync", 0); \
A Dmmu_internal.h63 bool unsync; member
A Dmmu.c1892 if (sp->unsync) in mmu_pages_add()
1938 } else if (child->unsync) { in __mmu_unsync_walk()
1964 WARN_ON_ONCE(!sp->unsync); in kvm_unlink_unsync_page()
1966 sp->unsync = 0; in kvm_unlink_unsync_page()
2288 if (sp->unsync) { in kvm_mmu_find_shadow_page()
2696 if (sp->unsync) in __kvm_mmu_prepare_zap_page()
2914 sp->unsync = 1; in kvm_unsync_page()
2949 if (sp->unsync) in mmu_try_to_unsync_pages()
2974 if (READ_ONCE(sp->unsync)) in mmu_try_to_unsync_pages()
6404 if (sp->unsync) { in __kvm_mmu_invalidate_addr()
[all …]

Completed in 18 milliseconds