Home
last modified time | relevance | path

Searched refs:label_t (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/sys/arch/mips/mips/
H A Dgenassym.cf296 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 Dtypes.h132 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 Dsamachdep.h48 typedef struct label_t { struct
50 } label_t; argument
126 int setjmp(label_t *);
/netbsd-src/sys/arch/m68k/include/
H A Dtypes.h41 typedef struct label_t { /* consistent with HP-UX */ struct
43 } label_t; typedef
/netbsd-src/sys/arch/ia64/include/
H A Dtypes.h42 typedef struct label_t { struct
44 } label_t; typedef
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dbus_space.c59 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 Dtypes.h42 typedef struct label_t { struct
44 } label_t; typedef
/netbsd-src/sys/arch/sh3/include/
H A Dtypes.h42 typedef struct label_t { struct
44 } label_t; typedef
/netbsd-src/sys/arch/or1k/include/
H A Dtypes.h60 typedef struct label_t { /* Used by setjmp & longjmp */ struct
62 } label_t; typedef
/netbsd-src/sys/arch/arm/include/
H A Dtypes.h42 typedef struct label_t { /* Used by setjmp & longjmp */ struct
44 } label_t; argument
/netbsd-src/sys/arch/alpha/include/
H A Dtypes.h42 typedef struct label_t { struct
44 } label_t; argument
/netbsd-src/sys/arch/hppa/include/
H A Dtypes.h43 typedef struct label_t { struct
49 } label_t; argument
/netbsd-src/sys/arch/usermode/include/
H A Dtypes.h37 typedef struct label_t { struct
39 } label_t; typedef
/netbsd-src/sys/arch/hp300/hp300/
H A Dmachdep.c891 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 Dtypes.h44 typedef struct label_t { struct
46 } label_t; typedef
/netbsd-src/sys/arch/powerpc/include/
H A Dtypes.h71 typedef struct label_t { struct
73 } label_t; typedef
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dbus_space.c63 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 Dtypes.h49 typedef struct label_t { struct
51 } label_t; argument
/netbsd-src/sys/arch/sparc/include/
H A Dtypes.h78 typedef struct label_t { struct
84 } label_t; typedef
/netbsd-src/sys/arch/aarch64/include/
H A Dtypes.h83 typedef struct label_t { /* Used by setjmp & longjmp */ struct
85 } label_t; argument
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dmachdep.c494 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 Dtypes.h73 typedef struct label_t { /* Used by setjmp & longjmp */ struct
76 } label_t; typedef
/netbsd-src/sys/arch/sun3/sun3/
H A Dautoconf.c329 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 Dbus_space.c124 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 Dsbc.c95 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()

123