Searched refs:add_cache_prop (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | cpuid.c | 3631 add_cache_prop(dev_info_t *devi, const char *label, const char *type, in add_cache_prop() function 3930 add_cache_prop(devi, ct->ct_label, assoc_str, ct->ct_assoc); in add_cacheent_props() 3932 add_cache_prop(devi, ct->ct_label, line_str, in add_cacheent_props() 3934 add_cache_prop(devi, ct->ct_label, size_str, ct->ct_size); in add_cacheent_props() 3954 add_cache_prop(devi, label, assoc_str, assoc); in add_amd_assoc() 3957 add_cache_prop(devi, label, fully_assoc, 1); in add_amd_assoc() 3967 add_cache_prop(devi, label, size_str, size); in add_amd_tlb() 3985 add_cache_prop(devi, label, "lines-per-tag", lines_per_tag); in add_amd_cache() 3986 add_cache_prop(devi, label, line_str, line_size); in add_amd_cache() 3987 add_cache_prop(devi, label, size_str, size * 1024); in add_amd_cache() [all …]
|