Searched refs:PT64_ROOT_4LEVEL (Results 1 – 5 of 5) sorted by relevance
264 PT64_ROOT_4LEVEL; in role_regs_to_root_level()2180 if (iterator->level >= PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()3289 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots()3377 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()3512 if (mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()3530 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()3594 mmu->shadow_root_level < PT64_ROOT_4LEVEL) in mmu_alloc_special_roots()4188 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in fast_pgd_switch()4189 mmu->root_level >= PT64_ROOT_4LEVEL) in fast_pgd_switch()4342 case PT64_ROOT_4LEVEL: in __reset_rsvds_bits_mask()[all …]
62 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_spte_walk()
43 #define PT64_ROOT_4LEVEL 4 macro
271 return pgtable_l5_enabled() ? PT64_ROOT_5LEVEL : PT64_ROOT_4LEVEL; in get_max_npt_level()4003 } else if (vcpu->arch.mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in svm_load_mmu_pgd()
2126 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()
Completed in 127 milliseconds