Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c375 l2_subaddr |= (ecp->ec_idx & PN_L2_INDEX_MASK); in print_l2cache_line()
381 way, (uint32_t)ecp->ec_idx, PRTF_64_TO_32(l2_subaddr), in print_l2cache_line()
430 ec_subaddr |= (ecp->ec_idx & PN_L3_TAG_RD_MASK); in print_ecache_line()
436 way, (uint32_t)ecp->ec_idx, PRTF_64_TO_32(ec_subaddr), in print_ecache_line()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in285 ec_idx CH_EC_IDX
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c2407 uint32_t ec_idx; in get_cpu_status() local
2456 for (i = 0, ec_idx = (aflt->flt_addr % ec_set_size); in get_cpu_status()
2457 i < ecache_associativity; i++, ec_idx += ec_set_size) { in get_cpu_status()
2458 get_ecache_dtag(P2ALIGN(ec_idx, 64), in get_cpu_status()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h1308 uint64_t ec_idx; /* Ecache index */ member