| /src/sys/arch/powerpc/include/ |
| pcb.h | 39 struct faultbuf { struct 57 struct faultbuf *pcb_onfault; /* For use during copyin/copyout */ 72 int setfault(struct faultbuf *);
|
| /src/sys/arch/powerpc/booke/ |
| kcopy.c | 59 struct faultbuf * const saved_onfault = pcb->pcb_onfault; 60 struct faultbuf env;
|
| copyin.c | 207 struct faultbuf env; 225 struct faultbuf env; 243 struct faultbuf env; 261 struct faultbuf env; 308 struct faultbuf env;
|
| copyout.c | 305 struct faultbuf env; 323 struct faultbuf env; 341 struct faultbuf env; 359 struct faultbuf env; 408 struct faultbuf env; 451 struct faultbuf env;
|
| /src/sys/arch/riscv/include/ |
| locore.h | 59 struct faultbuf { struct 64 CTASSERT(sizeof(label_t) == sizeof(struct faultbuf)); 123 int cpu_set_onfault(struct faultbuf *) __returns_twice; 124 void cpu_jump_onfault(struct trapframe *, const struct faultbuf *, int); 132 static inline struct faultbuf * 135 struct faultbuf * const fb = curlwp->l_md.md_onfault; 141 cpu_enable_onfault(struct faultbuf *fb)
|
| proc.h | 47 struct faultbuf *md_onfault; /* registers to store on fault */
|
| /src/sys/arch/arm/include/arm32/ |
| machdep.h | 114 int cpu_set_onfault(struct faultbuf *) __returns_twice; 115 void cpu_jump_onfault(struct trapframe *, const struct faultbuf *, int); 124 cpu_enable_onfault(struct faultbuf *fb) 129 static inline struct faultbuf * 132 struct faultbuf * const fb = curpcb->pcb_onfault;
|
| /src/sys/arch/m68k/m68k/ |
| fpu.c | 77 label_t faultbuf; local 86 nofault = &faultbuf; 87 if (setjmp(&faultbuf)) {
|
| /src/sys/arch/aarch64/aarch64/ |
| efi_machdep.c | 47 struct faultbuf faultbuf; member in struct:__anon858 126 * shared faultbuf is safe here. 128 int err = cpu_set_onfault(&arm_efirt_state.faultbuf);
|
| bus_space.c | 700 struct faultbuf fb; 715 struct faultbuf fb; 730 struct faultbuf fb; 745 struct faultbuf fb; 760 struct faultbuf fb; 774 struct faultbuf fb; 788 struct faultbuf fb; 802 struct faultbuf fb;
|
| /src/sys/arch/sun3/sun3/ |
| autoconf.c | 330 label_t faultbuf; local 333 nofault = &faultbuf; 334 if (setjmp(&faultbuf)) 346 label_t faultbuf; local 349 nofault = &faultbuf; 350 if (setjmp(&faultbuf)) 362 label_t faultbuf; local 365 nofault = &faultbuf; 366 if (setjmp(&faultbuf))
|
| /src/sys/arch/news68k/news68k/ |
| bus_space.c | 122 label_t faultbuf; local 125 nofault = &faultbuf;
|
| /src/sys/arch/aarch64/include/ |
| machdep.h | 118 int cpu_set_onfault(struct faultbuf *) __returns_twice; 119 void cpu_jump_onfault(struct trapframe *, const struct faultbuf *, int); 129 cpu_enable_onfault(struct faultbuf *fb) 134 static inline struct faultbuf * 137 struct faultbuf * const fb = curlwp->l_md.md_onfault;
|
| frame.h | 71 struct faultbuf { struct
|
| /src/sys/arch/x68k/dev/ |
| xel.c | 114 label_t faultbuf; local 120 nofault = &faultbuf; 121 if (setjmp(&faultbuf)) {
|
| /src/sys/arch/luna68k/stand/boot/ |
| machdep.c | 91 label_t faultbuf; local 97 nofault = (int *)&faultbuf;
|
| /src/sys/arch/hp300/hp300/ |
| bus_space.c | 167 label_t faultbuf; local 170 nofault = &faultbuf;
|
| /src/sys/arch/arm/arm/ |
| trap.c | 46 cpu_jump_onfault(struct trapframe *tf, const struct faultbuf *fb, int val)
|
| efi_machdep.c | 47 struct faultbuf aert_faultbuf; 68 * shared faultbuf is safe here.
|
| /src/sys/arch/arm/include/ |
| frame.h | 96 struct faultbuf { struct
|
| /src/sys/arch/powerpc/ibm4xx/ |
| copyinstr.c | 52 struct faultbuf env;
|
| copyoutstr.c | 52 struct faultbuf env;
|
| /src/sys/arch/riscv/riscv/ |
| trap.c | 97 cpu_jump_onfault(struct trapframe *tf, const struct faultbuf *fb, int error) 121 struct faultbuf fb; 149 struct faultbuf fb; 177 struct faultbuf fb; 191 struct faultbuf fb; 227 struct faultbuf fb; 509 struct faultbuf * const fb = cpu_disable_onfault(); 672 struct faultbuf fb; 737 struct faultbuf fb;
|
| /src/sys/arch/sun68k/sun68k/ |
| bus.c | 626 label_t faultbuf; local 632 nofault = &faultbuf; 633 if (setjmp(&faultbuf)) 664 label_t faultbuf; local 666 nofault = &faultbuf; 667 if (setjmp(&faultbuf))
|
| /src/sys/arch/powerpc/powerpc/ |
| trap.c | 137 struct faultbuf * const fb = pcb->pcb_onfault; 465 struct faultbuf *fb; 553 struct faultbuf env; \ 582 struct faultbuf env; \ 612 struct faultbuf env; 642 struct faultbuf env; 680 struct faultbuf env, *oldfault; 699 struct faultbuf env; 727 struct faultbuf env; 1107 struct faultbuf env [all...] |