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

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_id.c61 int line_size, partitions, ways, sets; local
90 ways = ((cpuid_info.ebx >> 22) & 0x3ff) + 1;
92 cache_size = ways * partitions * line_size * sets;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2307 * Log tags and data for all ways.
3906 int i, ways; local
3918 ways = PN_L2_NWAYS;
3922 ways = cpu_ecache_nway();
3927 for (i = 0; i < ways; i++, ecp++) {
3949 ways = PN_L3_NWAYS;
3952 for (i = 0; i < ways; i++, ecp++) {
3987 * Check all ways of the Dcache at a specified index for good parity.
4126 * Check all ways of the Icache at a specified index for good parity.
4174 * error log detailed information about each of the ways
[all...]

Completed in 67 milliseconds