Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h322 #define L4_INDEX(i) ((i) / (L1_SZ * L2_SZ * L3_SZ)) macro
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1681 if (((tmp_index = L4_INDEX(index)) > 0) && (L4_REM(index) == 0)) { in update_temp()