Lines Matching refs:nofault
95 extern label_t *nofault;
276 nofault = &faultbuf;
277 if (setjmp(nofault)) {
299 nofault = NULL;
350 nofault = &faultbuf;
352 if (setjmp(nofault)) {
431 * We use the nofault flag and the setjmp/longjmp in locore.s so we can
468 nofault = &faultbuf;
471 if (setjmp(nofault)) {
472 nofault = (label_t *)0;
617 * OK. No bus error occurred above. Clear the nofault flag
620 nofault