Searched refs:uc_mcontext64 (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_ucontext64.h41 _STRUCT_MCONTEXT64 *uc_mcontext64; /* pointer to machine specific context */ variable
/darwin-on-arm/xnu/bsd/sys/
H A Ducontext.h55 user_addr_t uc_mcontext64; /* machine context */ member in struct:user_ucontext64
H A D_structs.h158 _STRUCT_MCONTEXT64 *uc_mcontext64; /* pointer to machine specific context */ variable
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c269 uctx64.uc_mcontext64 = ua_mctxp;
692 if ((error = copyin(uctx64.uc_mcontext64, (void *)&mctxp->mctx_avx64, sizeof (struct mcontext_avx64))))

Completed in 16 milliseconds