Home
last modified time | relevance | path

Searched full:logpa (Results 1 – 1 of 1) sorted by relevance

/titanic_54/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s723 * ERRLOG_BUFSIZ boundary. The args logpa, bufmask, tmp are
727 * 1. logpa = contents of errorlog scratchpad register
729 * 3. tmp = logpa & ~(bufmask) (tmp is now logbase)
730 * 4. logpa += ERRLOG_SZ
731 * 5. logpa = logpa & bufmask (get new offset to logbase)
732 * 4. logpa = tmp | logpa
733 * 7. write logpa back into errorlog scratchpad register
735 * new logpa = (logpa & ~bufmask) | ((logpa + ERRLOG_SZ) & bufmask)
738 #define UPDATE_LOGADD(logpa, bufmask, tmp) \ argument
740 ldxa [tmp]ASI_SCRATCHPAD, logpa ;\
[all …]