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

/barrelfish-master/include/sys/
H A D_ucontext.h44 mcontext_t uc_mcontext;
H A Ducontext.h85 int get_mcontext(struct thread *, mcontext_t *, int);
86 int set_mcontext(struct thread *, mcontext_t *);
/barrelfish-master/include/arch/aarch64/machine/
H A Ducontext.h62 typedef struct __mcontext mcontext_t; typedef in typeref:struct:__mcontext
/barrelfish-master/include/arch/arm/machine/
H A Ducontext.h91 } mcontext_t; typedef in typeref:struct:__anon13
/barrelfish-master/include/arch/x86_64/machine/
H A Ducontext.h44 * The definition of mcontext_t must match the layout of
70 int mc_len; /* sizeof(mcontext_t) */
92 } mcontext_t; typedef in typeref:struct:__mcontext
106 * The definition of mcontext_t must match the layout of
141 long mc_len; /* sizeof(mcontext_t) */
162 } mcontext_t; typedef in typeref:struct:__mcontext
167 } mcontext_t; typedef in typeref:struct:__mcontext
/barrelfish-master/lib/libc/amd64/gen/
H A Dmakecontext.c52 if ((ucp == NULL) || (ucp->uc_mcontext.mc_len != sizeof(mcontext_t)))
H A Dsignalcontext.c84 ucp->uc_mcontext.mc_len = sizeof(mcontext_t);

Completed in 100 milliseconds