Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h318 #define L2_INDEX(i) ((i) / L1_SZ) macro
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1733 if (((tmp_index = L2_INDEX(index)) > 0) && (L2_REM(index) == 0)) { in update_temp()
1940 if (((tmp_index = L2_INDEX(index)) > 0) && (L2_REM(index) == 0)) { in update_temp()
1982 curr_index = (L2_INDEX(tempstat->index) - 1) % L2_SZ; in temp_trend()