Searched refs:max_tdp_level (Results 1 – 2 of 2) sorted by relevance
97 static int max_tdp_level __read_mostly;4462 if (max_tdp_level == 5 && cpuid_maxphyaddr(vcpu) <= 48) in kvm_mmu_get_tdp_level()4465 return max_tdp_level; in kvm_mmu_get_tdp_level()5186 max_tdp_level = tdp_max_root_level; in kvm_configure_mmu()
644 int max_tdp_level; member