Home
last modified time | relevance | path

Searched refs:cache_str (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c135 char cache_str[MAXSTRLEN]; in add_cache_props() local
163 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props()
167 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props()
171 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props()
175 (void) snprintf(cache_str, sizeof (cache_str), in add_cache_props()
182 "%s-associativity", cache_str); in add_cache_props()
190 cache_str); in add_cache_props()
198 "%s-line-size", cache_str); in add_cache_props()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c140 char *cache_str = NULL; in dr_cpu_set_prop() local
173 cache_str = "ecache-size"; in dr_cpu_set_prop()
178 cache_str = "l2-cache-size"; in dr_cpu_set_prop()
181 cache_str = "l3-cache-size"; in dr_cpu_set_prop()
190 if (cache_str != NULL) { in dr_cpu_set_prop()
199 cache_str, 0); in dr_cpu_set_prop()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c81 char *cache_str = NULL; in sbd_cpu_set_prop() local
96 cache_str = "ecache-size"; in sbd_cpu_set_prop()
99 cache_str = "l2-cache-size"; in sbd_cpu_set_prop()
102 cache_str = "l3-cache-size"; in sbd_cpu_set_prop()
111 if (cache_str != NULL) { in sbd_cpu_set_prop()
114 DDI_PROP_DONTPASS, cache_str, 0); in sbd_cpu_set_prop()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c118 char *cache_str = NULL; in dr_cpu_set_prop() local
141 cache_str = "l3-cache-size"; in dr_cpu_set_prop()
149 if (cache_str != NULL) { in dr_cpu_set_prop()
158 cache_str, 0); in dr_cpu_set_prop()