| plan 9 kernel history: overview | file list | diff list |
alphapc/faultalpha.c (diff list | history)
| 1999/0415/sys/src/9/alphapc/faultalpha.c:15,21 – 2001/0727/sys/src/9/alphapc/faultalpha.c:15,21 (short | long) | ||
| 1999/0415 | { ulong addr, cause; int read, user; | |
| 2001/0727 | char buf[ERRMAX]; | |
| 1999/0415 | uvlong x; x = ur->a0&0xffffffff80000000LL; | |
| 1999/0415/sys/src/9/alphapc/faultalpha.c:42,51 – 2001/0727/sys/src/9/alphapc/faultalpha.c:42,49 | ||
| 1999/0415 | } iprint("kernel %s vaddr=0x%lux\n", read? (cause != 0) ? "ifetch" : "read" : "write", (ulong)ur->a0); | |
| 2001/0727 | if(0) mmudump(); | |
| 1999/0415 | dumpregs(ur); panic("fault"); } | |
| 2001/0727/sys/src/9/alphapc/faultalpha.c:45,51 – 2001/0728/sys/src/9/alphapc/faultalpha.c:45,52 (short | long) | ||
| 2001/0727 | if(0) mmudump(); | |
| 1999/0415 | dumpregs(ur); | |
| 2001/0728 | _dumpstack(ur); exit(1); | |
| 1999/0415 | } /* | |