Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
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.h39 #define PT64_ROOT_LEVEL 4 macro
Dmmu.c1898 struct kvm_mmu_page *parent[PT64_ROOT_LEVEL-1];
1899 unsigned int idx[PT64_ROOT_LEVEL-1];
1945 } while (level < PT64_ROOT_LEVEL-1 && !sp->unsync_children); in mmu_pages_clear_parents()
2088 if (iterator->level == PT64_ROOT_LEVEL && in shadow_walk_init()
2089 vcpu->arch.mmu.root_level < PT64_ROOT_LEVEL && in shadow_walk_init()
3070 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()
3071 (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL || in mmu_free_roots()
3123 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3126 sp = kvm_mmu_get_page(vcpu, 0, 0, PT64_ROOT_LEVEL, in mmu_alloc_direct_roots()
3170 if (vcpu->arch.mmu.root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
[all …]
Dvmx.c5885 for (i = PT64_ROOT_LEVEL; i > PT64_ROOT_LEVEL - nr_sptes; --i) in handle_ept_misconfig()
Dsvm.c467 return PT64_ROOT_LEVEL; in get_npt_level()