Home
last modified time | relevance | path

Searched refs:ct_label (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c6867 const char *ct_label; member
7019 ct->ct_label = l2_cache_str; in intel_cpuid_4_cache_info()
7021 ct->ct_label = l3_cache_str; in intel_cpuid_4_cache_info()
7062 des_b1_ct.ct_label = itlb2M_str; in intel_walk_cacheinfo()
7065 des_b1_ct.ct_label = itlb4M_str; in intel_walk_cacheinfo()
7122 add_cache_prop(devi, ct->ct_label, assoc_str, ct->ct_assoc); in add_cacheent_props()
7124 add_cache_prop(devi, ct->ct_label, line_str, in add_cacheent_props()
7126 add_cache_prop(devi, ct->ct_label, size_str, ct->ct_size); in add_cacheent_props()
7640 if (ct->ct_label != l2_cache_str && in intel_l2cinfo()
7641 ct->ct_label != sl2_cache_str) in intel_l2cinfo()