Searched refs:ec_idx (Results 1 - 3 of 3) sorted by relevance

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

Completed in 78 milliseconds