Home
last modified time | relevance | path

Searched refs:ucontext_t (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/bsd/dev/arm64/
H A Ddtrace_isa.c411 ucontext_t *ucp = (ucontext_t *) oldcontext; in dtrace_getufpstack()
419 ucontext_t *ucp = (ucontext_t *) oldcontext; in dtrace_getufpstack()
/xnu-11215.1.10/bsd/dev/i386/
H A Ddtrace_isa.c479 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getustack_common()
785 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getufpstack()
793 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getufpstack()
/xnu-11215.1.10/bsd/sys/_types/
H A D_ucontext.h57 typedef _STRUCT_UCONTEXT ucontext_t; /* [???] user context */ typedef
/xnu-11215.1.10/tests/
H A Davx.c311 ucontext_t *contextp = (ucontext_t *) ctx; in ymm_sigalrm_handler()
821 ucontext_t *contextp = (ucontext_t *) ctx; in zmm_sigalrm_handler()
850 ucontext_t *contextp = (ucontext_t *) ctx; in zmm_sigalrm_handler_no_mod()
H A Duser_msrs.c193 _STRUCT_MCONTEXT64 *ctx = ((ucontext_t *)ucontext)->uc_mcontext; in sig_caught()
H A Dsetitimer.c573 ucontext_t *context = (ucontext_t *)uap; in alrm_handler()
H A Dldt.c481 ucontext_t *uctxp = (ucontext_t *)ucontext; in signal_handler()