Home
last modified time | relevance | path

Searched refs:c_totalsize (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/sparc/sparc/
Dcache_print.h48 if (ci->c_totalsize == 0) { in cache_printf_backend()
69 ci->c_totalsize/1024, ci->c_linesize); in cache_printf_backend()
73 ci->c_totalsize/1024, in cache_printf_backend()
Dcache.c118 ts = CACHEINFO.c_totalsize; in sun4_cache_enable()
216 alias_dist = CACHEINFO.c_totalsize; in hypersparc_cache_enable()
224 ts = CACHEINFO.c_totalsize; in hypersparc_cache_enable()
294 alias_dist = CACHEINFO.c_totalsize; in cypress_cache_enable()
306 ts = CACHEINFO.c_totalsize; in cypress_cache_enable()
394 i = CACHEINFO.c_totalsize >> PGSHIFT; in sun4_vcache_flush_context()
448 i = CACHEINFO.c_totalsize >> PGSHIFT; in sun4_vcache_flush_segment()
512 #define CACHE_FLUSH_MAGIC (CACHEINFO.c_totalsize / PAGE_SIZE)
794 if (__predict_true(len < CACHEINFO.c_totalsize)) { in srmmu_cache_flush()
Dcpu.c1176 ci->c_totalsize = 0; in getcacheinfo_sun4()
1192 ci->c_totalsize = 128*1024; in getcacheinfo_sun4()
1197 ci->c_nlines = ci->c_totalsize >> ci->c_l2linesize; in getcacheinfo_sun4()
1201 ci->c_totalsize = 128*1024; in getcacheinfo_sun4()
1206 ci->c_nlines = ci->c_totalsize >> ci->c_l2linesize; in getcacheinfo_sun4()
1211 ci->c_totalsize = 128 * 1024; in getcacheinfo_sun4()
1216 ci->c_nlines = ci->c_totalsize >> ci->c_l2linesize; in getcacheinfo_sun4()
1315 ci->c_totalsize = prom_getpropint(node, "vac-size", 65536); in getcacheinfo_sun4c()
1331 ci->c_nlines = ci->c_totalsize >> i; in getcacheinfo_sun4c()
1440 ci->c_totalsize = uimax(ci->ic_totalsize, ci->dc_totalsize); in getcacheinfo_obp()
[all …]
Dcache.h122 #define GUESS_CACHE_ALIAS_BITS ((cpuinfo.cacheinfo.c_totalsize - 1) & ~PGOFSET)
123 #define GUESS_CACHE_ALIAS_DIST (cpuinfo.cacheinfo.c_totalsize)
Dpmap.c3700 if (CACHEINFO.c_totalsize > align) { in pmap_bootstrap4m()
3702 while (align <= CACHEINFO.c_totalsize) in pmap_bootstrap4m()
/netbsd/src/sys/arch/sparc/include/
Dcpu.h76 int c_totalsize; /* total size, in bytes */ member