Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/virt/kvm/
Dmmu.txt211 parent_ptes:
213 parent_ptes bit 0 is zero, only one spte points at this page and
214 parent_ptes points at this single spte, otherwise, there exists multiple
215 sptes pointing at this page and (parent_ptes & ~0x1) points at a data
/Linux-v5.4/arch/x86/kvm/
Dmmu.c2157 pte_list_add(vcpu, parent_pte, &sp->parent_ptes); in mmu_page_add_parent_pte()
2163 __pte_list_remove(parent_pte, &sp->parent_ptes); in mmu_page_remove_parent_pte()
2200 for_each_rmap_spte(&sp->parent_ptes, &iter, sptep) { in kvm_mmu_mark_parents_unsync()
2782 while ((sptep = rmap_get_first(&sp->parent_ptes, &iter))) in kvm_mmu_unlink_parents()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h334 struct kvm_rmap_head parent_ptes; /* rmap pointers to parent sptes */ member