Searched refs:faultbuf (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dpcb.h38 struct faultbuf { struct
56 struct faultbuf *pcb_onfault; /* For use during copyin/copyout */
71 int setfault(struct faultbuf *);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dkcopy.c60 struct faultbuf * const saved_onfault = pcb->pcb_onfault;
61 struct faultbuf env;
H A Dcopyinstr.c51 struct faultbuf env;
H A Dcopyoutstr.c51 struct faultbuf env;
H A Dcopyin.c204 struct faultbuf env;
222 struct faultbuf env;
269 struct faultbuf env;
H A Dcopyout.c300 struct faultbuf env;
348 struct faultbuf env;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dfpu.c60 label_t faultbuf; local
63 nofault = (int *)&faultbuf;
64 if (setjmp(&faultbuf)) {
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/mvme68k/
H A Dbus_space.c232 label_t faultbuf; local
234 nofault = &faultbuf;
235 if (setjmp(&faultbuf)) {
249 label_t faultbuf; local
251 nofault = &faultbuf;
252 if (setjmp(&faultbuf)) {
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dautoconf.c329 label_t faultbuf; local
332 nofault = &faultbuf;
333 if (setjmp(&faultbuf))
345 label_t faultbuf; local
348 nofault = &faultbuf;
349 if (setjmp(&faultbuf))
361 label_t faultbuf; local
364 nofault = &faultbuf;
365 if (setjmp(&faultbuf))
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dbus_space.c128 label_t faultbuf; local
131 nofault = (int *)&faultbuf;
H A Dmachdep.c627 label_t faultbuf; local
633 nofault = (int *) &faultbuf;
662 label_t faultbuf; local
664 nofault = (int *) &faultbuf;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/
H A Dcopyinstr.c50 struct faultbuf env;
H A Dcopyoutstr.c50 struct faultbuf env;
H A Dtrap.c187 struct faultbuf *fb = NULL;
339 struct faultbuf *fb;
422 struct faultbuf env;
489 struct faultbuf env;
519 struct faultbuf env;
586 struct faultbuf env;
625 struct faultbuf env, *oldfault;
650 struct faultbuf env;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dxel.c116 label_t faultbuf; local
122 nofault = (int *) &faultbuf;
123 if (setjmp(&faultbuf)) {
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dbus_space.c176 label_t faultbuf; local
179 nofault = (int *)&faultbuf;
H A Dmachdep.c903 label_t faultbuf; local
905 nofault = (int *)&faultbuf;
919 label_t faultbuf; local
921 nofault = (int *)&faultbuf;
1016 label_t faultbuf; local
1018 nofault = (int *)&faultbuf;
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/sun68k/
H A Dbus.c621 label_t faultbuf; local
627 nofault = &faultbuf;
628 if (setjmp(&faultbuf))
659 label_t faultbuf; local
661 nofault = &faultbuf;
662 if (setjmp(&faultbuf))
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/cesfic/
H A Dmachdep.c510 label_t faultbuf; local
512 nofault = (int *) &faultbuf;
526 label_t faultbuf; local
528 nofault = (int *) &faultbuf;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dsbc.c248 label_t faultbuf; local
271 nofault = &faultbuf;
310 label_t faultbuf; local
339 nofault = &faultbuf;
425 label_t faultbuf; local
450 nofault = &faultbuf;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dtrap.c128 struct faultbuf * const fb = pcb->pcb_onfault;
462 struct faultbuf *fb;
551 struct faultbuf env;
581 struct faultbuf env;
619 struct faultbuf env, *oldfault;
636 struct faultbuf env;
668 struct faultbuf env;
844 struct faultbuf env;
883 struct faultbuf env;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/x68k/
H A Dmachdep.c804 label_t faultbuf; local
806 nofault = (int *)&faultbuf;
820 label_t faultbuf; local
822 nofault = (int *)&faultbuf;
1002 label_t faultbuf; local
1033 nofault = (int *)&faultbuf;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Datari5380.c500 label_t faultbuf; local
516 nofault = (int *)&faultbuf;
552 nofault = (int *)&faultbuf;
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dmachdep.c776 label_t faultbuf;
782 nofault = (int *) &faultbuf;
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/luna68k/
H A Dmachdep.c674 label_t faultbuf; local
680 nofault = (int *)&faultbuf;

Completed in 380 milliseconds

12