Searched refs:max_tdp_level (Results 1 – 2 of 2) sorted by relevance
99 static int max_tdp_level __read_mostly;4492 if (max_tdp_level == 5 && cpuid_maxphyaddr(vcpu) <= 48) in kvm_mmu_get_tdp_level()4495 return max_tdp_level; in kvm_mmu_get_tdp_level()5212 max_tdp_level = tdp_max_root_level; in kvm_configure_mmu()
645 int max_tdp_level; member