HomeSort by: relevance | last modified time | path
    Searched defs:faultbuf (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/m68k/m68k/
fpu.c 60 label_t faultbuf; local in function:fpu_probe
63 nofault = (int *)&faultbuf;
64 if (setjmp(&faultbuf)) {
  /src/sys/arch/news68k/news68k/
bus_space.c 124 label_t faultbuf; local in function:news68k_bus_space_probe
127 nofault = (int *)&faultbuf;
machdep.c 602 label_t faultbuf; local in function:badaddr
608 nofault = (int *) &faultbuf;
638 label_t faultbuf; local in function:badbaddr
640 nofault = (int *) &faultbuf;
  /src/sys/arch/hp300/hp300/
bus_space.c 171 label_t faultbuf; local in function:hp300_bus_space_probe
174 nofault = (int *)&faultbuf;
machdep.c 891 label_t faultbuf; local in function:badaddr
893 nofault = (int *)&faultbuf;
908 label_t faultbuf; local in function:badbaddr
910 nofault = (int *)&faultbuf;
1006 label_t faultbuf; local in function:parityenable
1008 nofault = (int *)&faultbuf;
  /src/sys/arch/aarch64/aarch64/
efi_machdep.c 47 struct faultbuf faultbuf; member in struct:__anon61883eae0108
126 * shared faultbuf is safe here.
128 int err = cpu_set_onfault(&arm_efirt_state.faultbuf);
  /src/sys/arch/luna68k/stand/boot/
machdep.c 91 label_t faultbuf; local in function:badaddr
97 nofault = (int *)&faultbuf;
  /src/sys/arch/aarch64/include/
frame.h 71 struct faultbuf { struct
  /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/x68k/dev/
xel.c 116 label_t faultbuf; local in function:xel_probe
122 nofault = (int *) &faultbuf;
123 if (setjmp(&faultbuf)) {
  /src/sys/arch/mvme68k/mvme68k/
bus_space.c 231 label_t faultbuf; local in function:do_peek
233 nofault = &faultbuf;
234 if (setjmp(&faultbuf)) {
248 label_t faultbuf; local in function:do_poke
250 nofault = &faultbuf;
251 if (setjmp(&faultbuf)) {
  /src/sys/arch/virt68k/virt68k/
bus_space.c 195 label_t faultbuf; local in function:do_peek
197 nofault = &faultbuf;
198 if (setjmp(&faultbuf)) {
212 label_t faultbuf; local in function:do_poke
214 nofault = &faultbuf;
215 if (setjmp(&faultbuf)) {
  /src/sys/arch/sun3/sun3/
autoconf.c 329 label_t faultbuf; local in function:peek_byte
332 nofault = &faultbuf;
333 if (setjmp(&faultbuf))
345 label_t faultbuf; local in function:peek_word
348 nofault = &faultbuf;
349 if (setjmp(&faultbuf))
361 label_t faultbuf; local in function:peek_long
364 nofault = &faultbuf;
365 if (setjmp(&faultbuf))
  /src/sys/arch/sun68k/sun68k/
bus.c 628 label_t faultbuf; local in function:sun68k_bus_peek
634 nofault = &faultbuf;
635 if (setjmp(&faultbuf))
666 label_t faultbuf; local in function:sun68k_bus_poke
668 nofault = &faultbuf;
669 if (setjmp(&faultbuf))
  /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)
  /src/sys/arch/arm/include/
frame.h 96 struct faultbuf { struct
  /src/sys/arch/mac68k/dev/
mac68k5380.c 355 label_t faultbuf; local in function:do_ncr5380_drq_intr
375 nofault = (int *) &faultbuf;
sbc.c 248 label_t faultbuf; local in function:sbc_pdma_in
276 nofault = &faultbuf;
315 label_t faultbuf; local in function:sbc_pdma_out
350 nofault = &faultbuf;
442 label_t faultbuf; local in function:sbc_drq_intr
468 nofault = &faultbuf;
  /src/sys/arch/cesfic/cesfic/
machdep.c 494 label_t faultbuf; local in function:badaddr
496 nofault = (int *) &faultbuf;
511 label_t faultbuf; local in function:badbaddr
513 nofault = (int *) &faultbuf;
  /src/sys/arch/mac68k/obio/
esp.c 738 label_t faultbuf; local in function:esp_quick_dma_go
759 nofault = (int *)&faultbuf;
  /src/sys/arch/atari/atari/
machdep.c 549 label_t faultbuf; local in function:badbaddr
551 nofault = (int *) &faultbuf;
  /src/sys/arch/luna68k/luna68k/
machdep.c 735 label_t faultbuf; local in function:badaddr
737 nofault = (int *)&faultbuf;
  /src/sys/arch/mac68k/mac68k/
bus_space.c 274 label_t faultbuf; local in function:mac68k_bus_space_probe
276 nofault = &faultbuf;
  /src/sys/arch/atari/dev/
atari5380.c 498 label_t faultbuf; local in function:ncr5380_drq_intr
514 nofault = (int *)&faultbuf;
550 nofault = (int *)&faultbuf;
  /src/sys/arch/amiga/amiga/
machdep.c 828 label_t faultbuf; local in function:badaddr
830 nofault = (int *) &faultbuf;
845 label_t faultbuf; local in function:badbaddr
847 nofault = (int *) &faultbuf;

Completed in 27 milliseconds

1 2