Lines Matching refs:cachetab
3671 static const struct cachetab { struct
3780 static const struct cachetab cyrix_ctab[] = {
3789 static const struct cachetab *
3790 find_cacheent(const struct cachetab *ct, uint_t code) in find_cacheent()
3809 intel_cpuid_4_cache_info(struct cachetab *ct, struct cpuid_info *cpi) in intel_cpuid_4_cache_info()
3844 void *arg, int (*func)(void *, const struct cachetab *)) in intel_walk_cacheinfo() argument
3846 const struct cachetab *ct; in intel_walk_cacheinfo()
3847 struct cachetab des_49_ct, des_b1_ct; in intel_walk_cacheinfo()
3893 void *arg, int (*func)(void *, const struct cachetab *)) in cyrix_walk_cacheinfo() argument
3895 const struct cachetab *ct; in cyrix_walk_cacheinfo()
3926 add_cacheent_props(void *arg, const struct cachetab *ct) in add_cacheent_props()
4426 intel_l2cinfo(void *arg, const struct cachetab *ct) in intel_l2cinfo()