Home
last modified time | relevance | path

Searched refs:PT64_ROOT_LEVEL (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/x86/kvm/
Dmmu.h37 #define PT64_ROOT_LEVEL 4 macro
Dmmu.c1391 struct kvm_mmu_page *parent[PT64_ROOT_LEVEL-1];
1392 unsigned int idx[PT64_ROOT_LEVEL-1];
1438 } while (level < PT64_ROOT_LEVEL-1 && !sp->unsync_children); in mmu_pages_clear_parents()
1555 if (iterator->level == PT64_ROOT_LEVEL && in shadow_walk_init()
1556 vcpu->arch.mmu.root_level < PT64_ROOT_LEVEL && in shadow_walk_init()
2430 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()
2431 (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL || in mmu_free_roots()
2480 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()
2483 sp = kvm_mmu_get_page(vcpu, 0, 0, PT64_ROOT_LEVEL, in mmu_alloc_direct_roots()
2527 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
[all …]
Dmmu_audit.c56 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_spte_walk()
60 __mmu_spte_walk(vcpu, sp, fn, PT64_ROOT_LEVEL); in mmu_spte_walk()
Dpaging_tmpl.h214 mmu->root_level == PT64_ROOT_LEVEL)) { in FNAME()
Dvmx.c3662 for (i = PT64_ROOT_LEVEL; i > PT64_ROOT_LEVEL - nr_sptes; --i) in handle_ept_misconfig()
Dsvm.c433 return PT64_ROOT_LEVEL; in get_npt_level()