Searched refs:ec_idx (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | mem_cache.c | 375 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()
|
/titanic_50/usr/src/uts/sun4u/ml/ |
H A D | mach_offsets.in | 285 ec_idx CH_EC_IDX
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 2407 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()
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | cheetahregs.h | 1308 uint64_t ec_idx; /* Ecache index */ member
|