Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h325 #define L5_REM(i) ((i) % (L1_SZ * L2_SZ * L3_SZ * L4_SZ)) macro
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1655 if (((tmp_index = L5_INDEX(index)) > 0) && (L5_REM(index) == 0)) { in update_temp()