Searched refs:cache_str (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | cpu_prop_update.c | 137 char cache_str[MAXSTRLEN]; in add_cache_props() local 165 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props() 169 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props() 173 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props() 177 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props() 184 "%s-associativity", cache_str); in add_cache_props() 192 cache_str); in add_cache_props() 200 "%s-line-size", cache_str); in add_cache_props()
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_cpu.c | 139 char *cache_str = NULL; in dr_cpu_set_prop() local 179 cache_str = "ecache-size"; in dr_cpu_set_prop() 184 cache_str = "l2-cache-size"; in dr_cpu_set_prop() 187 cache_str = "l3-cache-size"; in dr_cpu_set_prop() 196 if (cache_str != NULL) { in dr_cpu_set_prop() 205 cache_str, 0); in dr_cpu_set_prop()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | sbd_cpu.c | 79 char *cache_str = NULL; in sbd_cpu_set_prop() local 94 cache_str = "ecache-size"; in sbd_cpu_set_prop() 97 cache_str = "l2-cache-size"; in sbd_cpu_set_prop() 100 cache_str = "l3-cache-size"; in sbd_cpu_set_prop() 109 if (cache_str != NULL) { in sbd_cpu_set_prop() 112 DDI_PROP_DONTPASS, cache_str, 0); in sbd_cpu_set_prop()
|
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr_cpu.c | 113 char *cache_str = NULL; in dr_cpu_set_prop() local 136 cache_str = "l3-cache-size"; in dr_cpu_set_prop() 144 if (cache_str != NULL) { in dr_cpu_set_prop() 153 cache_str, 0); in dr_cpu_set_prop()
|