Searched refs:ways (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/arm/arm/
H A Didentcpu.c382 u_int cpuid, reg, size, sets, ways; local
465 ways = CPUV7_CT_xSIZE_ASSOC(reg) + 1;
468 size = (ways * sets * linesize) / 1024;
471 printf(" %dKB/%dB %d-way unified cache", size, linesize,ways);
473 printf(" %dKB/%dB %d-way data cache", size, linesize, ways);
488 ways = CPUV7_CT_xSIZE_ASSOC(reg) + 1;
491 size = (ways * sets * linesize) / 1024;
493 printf(" %dKB/%dB %d-way instruction cache", size, linesize, ways);
/freebsd-10.1-release/contrib/bmake/mk/
H A Dmeta.autodep.mk140 # The current objdir may be refered to in various ways

Completed in 99 milliseconds