Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c2214 if (sp->unsync_children++) in mark_unsync()
2264 --sp->unsync_children; in clear_unsync_child_bit()
2265 WARN_ON((int)sp->unsync_children < 0); in clear_unsync_child_bit()
2285 if (child->unsync_children) { in __mmu_unsync_walk()
2314 if (!sp->unsync_children) in mmu_unsync_walk()
2495 } while (!sp->unsync_children); in mmu_pages_clear_parents()
2595 if (sp->unsync_children) in kvm_mmu_get_page()
2717 if (sp->unsync_children || sp->unsync) in link_shadow_page()
3953 !smp_load_acquire(&sp->unsync_children)) in kvm_mmu_sync_roots()
Dpaging_tmpl.h942 if (!is_shadow_present_pte(*sptep) || !sp->unsync_children) in FNAME()
/arch/x86/include/asm/
Dkvm_host.h333 unsigned int unsync_children; member