PT32E_ROOT_LEVEL
iterator->level = PT32E_ROOT_LEVEL;
if (iterator->level == PT32E_ROOT_LEVEL) {
} else if (shadow_root_level == PT32E_ROOT_LEVEL) {
if (mmu->cpu_role.base.level == PT32E_ROOT_LEVEL) {
if (mmu->cpu_role.base.level == PT32E_ROOT_LEVEL) {
if (level == PT32E_ROOT_LEVEL)
case PT32E_ROOT_LEVEL:
WARN_ON_ONCE(context->root_role.level < PT32E_ROOT_LEVEL);
role.base.level = PT32E_ROOT_LEVEL;
root_role.level = max_t(u32, root_role.level, PT32E_ROOT_LEVEL);
if (tdp_enabled && kvm_mmu_get_tdp_level(vcpu) > PT32E_ROOT_LEVEL)
if (walker->level == PT32E_ROOT_LEVEL) {
if (top_level == PT32E_ROOT_LEVEL)
return PT32E_ROOT_LEVEL;