Searched refs:PT64_ROOT_LEVEL (Results 1 – 6 of 6) sorted by relevance
37 #define PT64_ROOT_LEVEL 4 macro
1391 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 …]
56 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()
214 mmu->root_level == PT64_ROOT_LEVEL)) { in FNAME()
3662 for (i = PT64_ROOT_LEVEL; i > PT64_ROOT_LEVEL - nr_sptes; --i) in handle_ept_misconfig()
433 return PT64_ROOT_LEVEL; in get_npt_level()