Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt198 parent_ptes:
200 parent_ptes bit 0 is zero, only one spte points at this pages and
201 parent_ptes points at this single spte, otherwise, there exists multiple
202 sptes pointing at this page and (parent_ptes & ~0x1) points at a data
203 structure with a list of parent_ptes.
/linux-4.1.27/arch/x86/kvm/
Dmmu.c1636 pte_list_add(vcpu, parent_pte, &sp->parent_ptes); in mmu_page_add_parent_pte()
1642 pte_list_remove(parent_pte, &sp->parent_ptes); in mmu_page_remove_parent_pte()
1669 sp->parent_ptes = 0; in kvm_mmu_alloc_page()
1678 pte_list_walk(&sp->parent_ptes, mark_unsync); in kvm_mmu_mark_parents_unsync()
2212 while ((sptep = rmap_get_first(sp->parent_ptes, &iter))) in kvm_mmu_unlink_parents()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h231 unsigned long parent_ptes; /* Reverse mapping for parent_pte */ member