Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dmmu.c1065 sp->multimapped = 0; in kvm_mmu_alloc_page()
1080 if (!sp->multimapped) { in mmu_page_add_parent_pte()
1087 sp->multimapped = 1; in mmu_page_add_parent_pte()
1115 if (!sp->multimapped) { in mmu_page_remove_parent_pte()
1137 sp->multimapped = 0; in mmu_page_remove_parent_pte()
1153 if (!sp->multimapped && sp->parent_pte) { in mmu_parent_walk()
1677 while (sp->multimapped || sp->parent_pte) { in kvm_mmu_unlink_parents()
1678 if (!sp->multimapped) in kvm_mmu_unlink_parents()
/linux-2.6.39/Documentation/kvm/
Dmmu.txt197 multimapped:
200 If multimapped is zero, parent_pte points at the single spte that points at
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h211 bool multimapped; /* More than one parent_pte? */ member