Searched refs:doex (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | fpras_impl.h | 140 #define FPRAS_INTERVAL(operation, blk, doex, tmp1, tmp2, tmp3, tmp4, label) \ argument 144 clr doex ;\ 163 rd STICK, doex /* doex is a scratch here */ ;\ 164 sub doex, tmp3, tmp4 /* delta since last check */ ;\ 167 clr doex ;\ 168 stx doex, [tmp2] /* updated timestamp */ ;\ 171 sethi %hi(fpras_chkfngrps), doex ;\ 172 ldn [doex + %lo(fpras_chkfngrps)], doex ;\ 174 add doex, tmp1, doex ;\ 177 add doex, tmp1, doex /* address of check function */ ;\ [all …]
|