Searched refs:add_cache_prop (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpuid.c | 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() [all …]
|