Home
last modified time | relevance | path

Searched refs:L3_INDEX (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h320 #define L3_INDEX(i) ((i) / (L1_SZ * L2_SZ)) macro
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1707 if (((tmp_index = L3_INDEX(index)) > 0) && (L3_REM(index) == 0)) { in update_temp()