Searched refs:mcontext (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A Ducontext.h37 struct mcontext struct
H A D_structs.h102 #define I386_MCONTEXT_SIZE sizeof(struct mcontext)
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Ducontext.h36 struct mcontext { struct
H A D_structs.h60 #define _STRUCT_MCONTEXT struct mcontext
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c108 /* The following are valid mcontext sizes */
175 out->__pad[0] = in->pad[0]; /* mcontext.ss.r1 */
187 struct mcontext mctx;
188 user_addr_t p_mctx = USER_ADDR_NULL; /* mcontext dest. */
190 user_addr_t p_mctx64 = USER_ADDR_NULL; /* mcontext dest. */
390 sp -= sizeof(struct mcontext);
635 * NOTE: Size of mcontext is not variant between 64bit and
715 struct mcontext *p_mctx;
777 * The 64 bit process mcontext is identical to the mcontext64, so
814 p_mctx = (struct mcontext *)mact
[all...]

Completed in 79 milliseconds