| /netbsd-src/sys/arch/mips/mips/ |
| H A D | genassym.cf | 296 define CTXSWFRAME_SIZ sizeof(label_t) 297 define SF_REG_S0 offsetof(label_t, val[_L_S0]) 298 define SF_REG_S1 offsetof(label_t, val[_L_S1]) 299 define SF_REG_S2 offsetof(label_t, val[_L_S2]) 300 define SF_REG_S3 offsetof(label_t, val[_L_S3]) 301 define SF_REG_S4 offsetof(label_t, val[_L_S4]) 302 define SF_REG_S5 offsetof(label_t, val[_L_S5]) 303 define SF_REG_S6 offsetof(label_t, val[_L_S6]) 304 define SF_REG_S7 offsetof(label_t, val[_L_S7]) 305 define SF_REG_T8 offsetof(label_t, val[_L_T8]) [all …]
|
| /netbsd-src/sys/arch/mips/include/ |
| H A D | types.h | 132 typedef struct label_t { struct 134 } label_t; argument 135 typedef label_t mips_label_t;
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | samachdep.h | 48 typedef struct label_t { struct 50 } label_t; argument 126 int setjmp(label_t *);
|
| /netbsd-src/sys/arch/m68k/include/ |
| H A D | types.h | 41 typedef struct label_t { /* consistent with HP-UX */ struct 43 } label_t; typedef
|
| /netbsd-src/sys/arch/ia64/include/ |
| H A D | types.h | 42 typedef struct label_t { struct 44 } label_t; typedef
|
| /netbsd-src/sys/arch/virt68k/virt68k/ |
| H A D | bus_space.c | 59 label_t *nofault; 195 label_t faultbuf; in do_peek() 212 label_t faultbuf; in do_poke()
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | types.h | 42 typedef struct label_t { struct 44 } label_t; typedef
|
| /netbsd-src/sys/arch/sh3/include/ |
| H A D | types.h | 42 typedef struct label_t { struct 44 } label_t; typedef
|
| /netbsd-src/sys/arch/or1k/include/ |
| H A D | types.h | 60 typedef struct label_t { /* Used by setjmp & longjmp */ struct 62 } label_t; typedef
|
| /netbsd-src/sys/arch/arm/include/ |
| H A D | types.h | 42 typedef struct label_t { /* Used by setjmp & longjmp */ struct 44 } label_t; argument
|
| /netbsd-src/sys/arch/alpha/include/ |
| H A D | types.h | 42 typedef struct label_t { struct 44 } label_t; argument
|
| /netbsd-src/sys/arch/hppa/include/ |
| H A D | types.h | 43 typedef struct label_t { struct 49 } label_t; argument
|
| /netbsd-src/sys/arch/usermode/include/ |
| H A D | types.h | 37 typedef struct label_t { struct 39 } label_t; typedef
|
| /netbsd-src/sys/arch/hp300/hp300/ |
| H A D | machdep.c | 891 label_t faultbuf; in badaddr() 894 if (setjmp((label_t *)nofault)) { in badaddr() 908 label_t faultbuf; in badbaddr() 911 if (setjmp((label_t *)nofault)) { in badbaddr() 1006 label_t faultbuf; in parityenable() 1009 if (setjmp((label_t *)nofault)) { in parityenable() 1060 static label_t parcatch; in parityerrorfind()
|
| /netbsd-src/sys/arch/amd64/include/ |
| H A D | types.h | 44 typedef struct label_t { struct 46 } label_t; typedef
|
| /netbsd-src/sys/arch/powerpc/include/ |
| H A D | types.h | 71 typedef struct label_t { struct 73 } label_t; typedef
|
| /netbsd-src/sys/arch/mvme68k/mvme68k/ |
| H A D | bus_space.c | 63 label_t *nofault; 231 label_t faultbuf; in do_peek() 248 label_t faultbuf; in do_poke()
|
| /netbsd-src/sys/arch/i386/include/ |
| H A D | types.h | 49 typedef struct label_t { struct 51 } label_t; argument
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | types.h | 78 typedef struct label_t { struct 84 } label_t; typedef
|
| /netbsd-src/sys/arch/aarch64/include/ |
| H A D | types.h | 83 typedef struct label_t { /* Used by setjmp & longjmp */ struct 85 } label_t; argument
|
| /netbsd-src/sys/arch/cesfic/cesfic/ |
| H A D | machdep.c | 494 label_t faultbuf; in badaddr() 497 if (setjmp((label_t *)nofault)) { in badaddr() 511 label_t faultbuf; in badbaddr() 514 if (setjmp((label_t *)nofault)) { in badbaddr()
|
| /netbsd-src/sys/arch/riscv/include/ |
| H A D | types.h | 73 typedef struct label_t { /* Used by setjmp & longjmp */ struct 76 } label_t; typedef
|
| /netbsd-src/sys/arch/sun3/sun3/ |
| H A D | autoconf.c | 329 label_t faultbuf; in peek_byte() 345 label_t faultbuf; in peek_word() 361 label_t faultbuf; in peek_long()
|
| /netbsd-src/sys/arch/news68k/news68k/ |
| H A D | bus_space.c | 124 label_t faultbuf; in news68k_bus_space_probe() 128 if (setjmp((label_t *)nofault)) { in news68k_bus_space_probe()
|
| /netbsd-src/sys/arch/mac68k/dev/ |
| H A D | sbc.c | 95 extern label_t *nofault; 248 label_t faultbuf; in sbc_pdma_in() 310 label_t faultbuf; in sbc_pdma_out() 428 label_t faultbuf; in sbc_drq_intr() 458 nofault = (label_t *)0; in sbc_drq_intr() 615 nofault = (label_t *)0; in sbc_dma_alloc()
|