Searched refs:__mcontext (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/arm64/include/
H A Ducontext.h53 struct __mcontext { struct
62 typedef struct __mcontext mcontext_t;
/freebsd-11-stable/sys/riscv/include/
H A Ducontext.h59 struct __mcontext { struct
68 typedef struct __mcontext mcontext_t;
/freebsd-11-stable/sys/sparc64/include/
H A Ducontext.h35 struct __mcontext { struct
43 typedef struct __mcontext mcontext_t;
/freebsd-11-stable/sys/x86/include/
H A Ducontext.h42 typedef struct __mcontext { struct
104 typedef struct __mcontext { struct
166 typedef struct __mcontext { struct
/freebsd-11-stable/sys/powerpc/include/
H A Ducontext.h38 typedef struct __mcontext { struct
44 int mc_len; /* sizeof(__mcontext) */
59 int mc_len; /* sizeof(__mcontext) */
/freebsd-11-stable/lib/libc/powerpc/gen/
H A Dsignalcontext.c80 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext);
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A Dsignalcontext.c80 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext);
/freebsd-11-stable/sys/mips/include/
H A Ducontext.h46 typedef struct __mcontext { struct
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c160 CTASSERT(sizeof(struct __mcontext) == 512);

Completed in 113 milliseconds