Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h321 #define L3_REM(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()