Searched refs:add_cache_prop (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cpuid.c | 3660 add_cache_prop(dev_info_t *devi, const char *label, const char *type, function 3959 add_cache_prop(devi, ct->ct_label, assoc_str, ct->ct_assoc); 3961 add_cache_prop(devi, ct->ct_label, line_str, 3963 add_cache_prop(devi, ct->ct_label, size_str, ct->ct_size); 3983 add_cache_prop(devi, label, assoc_str, assoc); 3986 add_cache_prop(devi, label, fully_assoc, 1); 3996 add_cache_prop(devi, label, size_str, size); 4014 add_cache_prop(devi, label, "lines-per-tag", lines_per_tag); 4015 add_cache_prop(devi, label, line_str, line_size); 4016 add_cache_prop(dev [all...] |
Completed in 53 milliseconds