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

/freebsd-current/sys/riscv/include/
H A Ducontext.h57 struct __mcontext { struct
66 typedef struct __mcontext mcontext_t;
/freebsd-current/sys/amd64/include/
H A Dmd_var.h59 struct __mcontext;
96 void get_fpcontext(struct thread *td, struct __mcontext *mcp,
98 int set_fpcontext(struct thread *td, struct __mcontext *mcp,
/freebsd-current/sys/arm64/include/
H A Ducontext.h66 struct __mcontext { struct
77 typedef struct __mcontext mcontext_t;
/freebsd-current/sys/powerpc/include/
H A Ducontext.h39 typedef struct __mcontext { struct
45 int mc_len; /* sizeof(__mcontext) */
60 int mc_len; /* sizeof(__mcontext) */
/freebsd-current/sys/x86/include/
H A Ducontext.h42 typedef struct __mcontext { struct
104 typedef struct __mcontext { struct
/freebsd-current/lib/libc/powerpc/gen/
H A Dsignalcontext.c79 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext);
/freebsd-current/lib/libc/powerpc64/gen/
H A Dsignalcontext.c79 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext);

Completed in 106 milliseconds