Lines Matching refs:add_cache_prop
6836 add_cache_prop(dev_info_t *devi, const char *label, const char *type, in add_cache_prop() function
7136 add_cache_prop(devi, ct->ct_label, assoc_str, ct->ct_assoc); in add_cacheent_props()
7138 add_cache_prop(devi, ct->ct_label, line_str, in add_cacheent_props()
7140 add_cache_prop(devi, ct->ct_label, size_str, ct->ct_size); in add_cacheent_props()
7160 add_cache_prop(devi, label, assoc_str, assoc); in add_amd_assoc()
7163 add_cache_prop(devi, label, fully_assoc, 1); in add_amd_assoc()
7173 add_cache_prop(devi, label, size_str, size); in add_amd_tlb()
7191 add_cache_prop(devi, label, "lines-per-tag", lines_per_tag); in add_amd_cache()
7192 add_cache_prop(devi, label, line_str, line_size); in add_amd_cache()
7193 add_cache_prop(devi, label, size_str, size * 1024); in add_amd_cache()
7205 add_cache_prop(devi, label, assoc_str, assoc); in add_amd_l2_assoc()
7208 add_cache_prop(devi, label, assoc_str, 8); in add_amd_l2_assoc()
7211 add_cache_prop(devi, label, assoc_str, 16); in add_amd_l2_assoc()
7214 add_cache_prop(devi, label, fully_assoc, 1); in add_amd_l2_assoc()
7227 add_cache_prop(devi, label, size_str, size); in add_amd_l2_tlb()
7238 add_cache_prop(devi, label, "lines-per-tag", lines_per_tag); in add_amd_l2_cache()
7239 add_cache_prop(devi, label, line_str, line_size); in add_amd_l2_cache()
7240 add_cache_prop(devi, label, size_str, size * 1024); in add_amd_l2_cache()