Searched refs:add_cache_prop (Results 1 – 1 of 1) sorted by relevance
| /titanic_53/usr/src/uts/i86pc/os/ |
| H A D | cpuid.c | 3655 add_cache_prop(dev_info_t *devi, const char *label, const char *type, in add_cache_prop() function 3954 add_cache_prop(devi, ct->ct_label, assoc_str, ct->ct_assoc); in add_cacheent_props() 3956 add_cache_prop(devi, ct->ct_label, line_str, in add_cacheent_props() 3958 add_cache_prop(devi, ct->ct_label, size_str, ct->ct_size); in add_cacheent_props() 3978 add_cache_prop(devi, label, assoc_str, assoc); in add_amd_assoc() 3981 add_cache_prop(devi, label, fully_assoc, 1); in add_amd_assoc() 3991 add_cache_prop(devi, label, size_str, size); in add_amd_tlb() 4009 add_cache_prop(devi, label, "lines-per-tag", lines_per_tag); in add_amd_cache() 4010 add_cache_prop(devi, label, line_str, line_size); in add_amd_cache() 4011 add_cache_prop(devi, label, size_str, size * 1024); in add_amd_cache() [all …]
|