HomeSort by: relevance | last modified time | path
    Searched defs:BUSERR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
srt0.S 58 BUSERR = 0xfffffffc
310 movl BUSERR,_C_LABEL(_bsave) /* save ROM bus error handler address */
312 movl #catchbad,BUSERR /* plug in our handler */
315 movl _C_LABEL(_bsave),BUSERR /* if we got here, it did not fault */
321 movl _C_LABEL(_bsave),BUSERR /* got a bus error, so restore */
  /src/sys/arch/hp300/hp300/
locore.s 1033 #define BUSERR 0xfffffffc
1036 movl BUSERR,%a3@ | save ROM bus error handler
1040 movl %a3,BUSERR | plug in our handler
1043 movl %a3@,BUSERR
1048 movl %a3@,BUSERR
1053 #undef BUSERR

Completed in 18 milliseconds