Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/sparc/
H A Dcache_print.h62 if (ci->dc_totalsize > 0) { in cache_printf_backend()
64 ci->dc_totalsize/1024, ci->dc_linesize); in cache_printf_backend()
H A Dcache.c147 CACHEINFO.dc_totalsize / CACHEINFO.dc_associativity); in ms1_cache_enable()
264 CACHEINFO.dc_totalsize / CACHEINFO.dc_associativity); in swift_cache_enable()
277 ts = CACHEINFO.dc_totalsize; in swift_cache_enable()
329 CACHEINFO.dc_totalsize / CACHEINFO.dc_associativity); in turbosparc_cache_enable()
342 ts = CACHEINFO.dc_totalsize; in turbosparc_cache_enable()
H A Dcpu.c1436 ci->dc_totalsize = l * ci->dc_nlines * ci->dc_associativity; in getcacheinfo_obp()
1440 ci->c_totalsize = uimax(ci->ic_totalsize, ci->dc_totalsize); in getcacheinfo_obp()
1940 ci->dc_totalsize = ci->dc_linesize * ci->dc_nlines * in getcacheinfo_sun4d()
1945 ci->c_totalsize = uimax(ci->ic_totalsize, ci->dc_totalsize); in getcacheinfo_sun4d()
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h96 int dc_totalsize; /* data cache */ member