Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c1311 pte_list_add(vcpu, parent_pte, &sp->parent_ptes); in mmu_page_add_parent_pte()
1317 pte_list_remove(parent_pte, &sp->parent_ptes); in mmu_page_remove_parent_pte()
1340 sp->parent_ptes = 0; in kvm_mmu_alloc_page()
1349 pte_list_walk(&sp->parent_ptes, mark_unsync); in kvm_mmu_mark_parents_unsync()
1870 while ((parent_pte = pte_list_next(&sp->parent_ptes, NULL))) in kvm_mmu_unlink_parents()
/arch/x86/include/asm/
Dkvm_host.h232 unsigned long parent_ptes; /* Reverse mapping for parent_pte */ member