Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/ !
H A Dmmu_internal.h112 unsigned int unsync_children; member
H A Dmmu.c1872 if (sp->unsync_children++) in mark_unsync()
1905 --sp->unsync_children; in clear_unsync_child_bit()
1906 WARN_ON_ONCE((int)sp->unsync_children < 0); in clear_unsync_child_bit()
1926 if (child->unsync_children) { in __mmu_unsync_walk()
1955 if (!sp->unsync_children) in mmu_unsync_walk()
2190 } while (!sp->unsync_children); in mmu_pages_clear_parents()
2563 * FNAME(fetch)(), so sp->unsync_children can only be false. in __link_shadow_page()
2566 if (WARN_ON_ONCE(sp->unsync_children) || sp->unsync) in __link_shadow_page()
4198 * walk before the reads of sp->unsync/sp->unsync_children here. in is_unsync_root()
4218 if (sp->unsync || sp->unsync_children) in is_unsync_root()
[all...]
H A Dpaging_tmpl.h680 if (sp != ERR_PTR(-EEXIST) && sp->unsync_children && in FNAME()