Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h37 #define PT64_ROOT_LEVEL 4 macro
Dmmu_audit.c65 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()
Dmmu.c1562 struct kvm_mmu_page *parent[PT64_ROOT_LEVEL-1];
1563 unsigned int idx[PT64_ROOT_LEVEL-1];
1609 } while (level < PT64_ROOT_LEVEL-1 && !sp->unsync_children); in mmu_pages_clear_parents()
1744 if (iterator->level == PT64_ROOT_LEVEL && in shadow_walk_init()
1745 vcpu->arch.mmu.root_level < PT64_ROOT_LEVEL && in shadow_walk_init()
2646 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()
2647 (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL || in mmu_free_roots()
2696 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()
2699 sp = kvm_mmu_get_page(vcpu, 0, 0, PT64_ROOT_LEVEL, in mmu_alloc_direct_roots()
2743 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
[all …]
Dpaging_tmpl.h132 (mmu->root_level == PT64_ROOT_LEVEL)) in FNAME()
Dvmx.c4843 for (i = PT64_ROOT_LEVEL; i > PT64_ROOT_LEVEL - nr_sptes; --i) in handle_ept_misconfig()
Dsvm.c443 return PT64_ROOT_LEVEL; in get_npt_level()