Searched refs:CPUID_DATP_PGSIZE_4MB (Results 1 – 2 of 2) sorted by relevance
1048 | CPUID_DATP_PGSIZE_4MB: in intel_cpu_cacheinfo()1067 | CPUID_DATP_PGSIZE_4MB: in intel_cpu_cacheinfo()1099 | CPUID_DATP_PGSIZE_4MB)) in intel_cpu_cacheinfo()1106 } else if ((pgsize & CPUID_DATP_PGSIZE_4MB) in intel_cpu_cacheinfo()1147 case CPUID_DATP_PGSIZE_4MB: in intel_cpu_cacheinfo()1156 else if ((pgsize & CPUID_DATP_PGSIZE_4MB) != 0) in intel_cpu_cacheinfo()
712 #define CPUID_DATP_PGSIZE_4MB __BIT(2) /* 4MB page support */ macro