Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h116 struct kvm_rmap_head parent_ptes; /* rmap pointers to parent sptes */ member
H A Dmmu.c1838 pte_list_add(kvm, cache, parent_pte, &sp->parent_ptes); in mmu_page_remove_parent_pte()
1844 pte_list_remove(kvm, parent_pte, &sp->parent_ptes); in drop_parent_pte()
1860 for_each_rmap_spte(&sp->parent_ptes, &iter, sptep) { in mark_unsync()
2645 !atomic_long_read(&child->parent_ptes.val))
2673 while ((sptep = rmap_get_first(&sp->parent_ptes, &iter))) in mmu_zap_unsync_children()
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst247 parent_ptes:
249 parent_ptes bit 0 is zero, only one spte points at this page and
250 parent_ptes points at this single spte, otherwise, there exists multiple
251 sptes pointing at this page and (parent_ptes & ~0x1) points at a data
255 Used exclusively by the TDP MMU, this field is a union with parent_ptes.