HomeSort by: relevance | last modified time | path
    Searched refs:c_totalsize (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc/sparc/
cache_print.h 48 if (ci->c_totalsize == 0) {
69 ci->c_totalsize/1024, ci->c_linesize);
73 ci->c_totalsize/1024,
cache.h 122 #define GUESS_CACHE_ALIAS_BITS ((cpuinfo.cacheinfo.c_totalsize - 1) & ~PGOFSET)
123 #define GUESS_CACHE_ALIAS_DIST (cpuinfo.cacheinfo.c_totalsize)
cache.c 118 ts = CACHEINFO.c_totalsize;
216 alias_dist = CACHEINFO.c_totalsize;
224 ts = CACHEINFO.c_totalsize;
294 alias_dist = CACHEINFO.c_totalsize;
306 ts = CACHEINFO.c_totalsize;
391 p = (char *)0; /* addresses 0..cacheinfo.c_totalsize will do fine */
394 i = CACHEINFO.c_totalsize >> PGSHIFT;
448 i = CACHEINFO.c_totalsize >> PGSHIFT;
512 #define CACHE_FLUSH_MAGIC (CACHEINFO.c_totalsize / PAGE_SIZE)
596 p = (char *)0; /* addresses 0..cacheinfo.c_totalsize will do fine *
    [all...]
cpu.c 1176 ci->c_totalsize = 0;
1192 ci->c_totalsize = 128*1024;
1197 ci->c_nlines = ci->c_totalsize >> ci->c_l2linesize;
1201 ci->c_totalsize = 128*1024;
1206 ci->c_nlines = ci->c_totalsize >> ci->c_l2linesize;
1211 ci->c_totalsize = 128 * 1024;
1216 ci->c_nlines = ci->c_totalsize >> ci->c_l2linesize;
1315 ci->c_totalsize = prom_getpropint(node, "vac-size", 65536);
1331 ci->c_nlines = ci->c_totalsize >> i;
1440 ci->c_totalsize = uimax(ci->ic_totalsize, ci->dc_totalsize)
    [all...]
pmap.c 3700 if (CACHEINFO.c_totalsize > align) {
3702 while (align <= CACHEINFO.c_totalsize)
  /src/sys/arch/sparc/include/
cpu.h 76 int c_totalsize; /* total size, in bytes */ member in struct:cacheinfo

Completed in 48 milliseconds