Searched refs:PT64_ROOT_4LEVEL (Results 1 – 4 of 4) sorted by relevance
35 #define PT64_ROOT_4LEVEL 4 macro
2304 if (iterator->level >= PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()3634 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()3768 if (mmu->cpu_role.base.level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()3786 if (mmu->root_role.level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()3829 else if (mmu->root_role.level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots()3845 bool need_pml5 = mmu->root_role.level > PT64_ROOT_4LEVEL; in mmu_alloc_special_roots()3857 mmu->cpu_role.base.level >= PT64_ROOT_4LEVEL || in mmu_alloc_special_roots()3858 mmu->root_role.level < PT64_ROOT_4LEVEL) in mmu_alloc_special_roots()4710 case PT64_ROOT_4LEVEL: in __reset_rsvds_bits_mask()5098 : PT64_ROOT_4LEVEL; in kvm_calc_cpu_role()[all …]
292 return pgtable_l5_enabled() ? PT64_ROOT_5LEVEL : PT64_ROOT_4LEVEL; in get_npt_level()4079 } else if (root_level >= PT64_ROOT_4LEVEL) { in svm_load_mmu_pgd()
2178 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()
Completed in 32 milliseconds