parent_ptes       334 arch/x86/include/asm/kvm_host.h 	struct kvm_rmap_head parent_ptes; /* rmap pointers to parent sptes */
parent_ptes      2162 arch/x86/kvm/mmu.c 	pte_list_add(vcpu, parent_pte, &sp->parent_ptes);
parent_ptes      2168 arch/x86/kvm/mmu.c 	__pte_list_remove(parent_pte, &sp->parent_ptes);
parent_ptes      2205 arch/x86/kvm/mmu.c 	for_each_rmap_spte(&sp->parent_ptes, &iter, sptep) {
parent_ptes      2787 arch/x86/kvm/mmu.c 	while ((sptep = rmap_get_first(&sp->parent_ptes, &iter)))