Searched refs:PT64_ROOT_LEVEL (Results 1 – 4 of 4) sorted by relevance
65 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_spte_walk()69 __mmu_spte_walk(vcpu, sp, fn, PT64_ROOT_LEVEL); in mmu_spte_walk()
39 #define PT64_ROOT_LEVEL 4 macro
1969 struct kvm_mmu_page *parent[PT64_ROOT_LEVEL-1];1970 unsigned int idx[PT64_ROOT_LEVEL-1];2016 } while (level < PT64_ROOT_LEVEL-1 && !sp->unsync_children); in mmu_pages_clear_parents()2159 if (iterator->level == PT64_ROOT_LEVEL && in shadow_walk_init()2160 vcpu->arch.mmu.root_level < PT64_ROOT_LEVEL && in shadow_walk_init()3044 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()3045 (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL || in mmu_free_roots()3097 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()3100 sp = kvm_mmu_get_page(vcpu, 0, 0, PT64_ROOT_LEVEL, in mmu_alloc_direct_roots()3144 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()[all …]
469 return PT64_ROOT_LEVEL; in get_npt_level()