Searched refs:uc_mcsize (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | ucontext.h | 49 user_size_t uc_mcsize; /* mcontext size */ member 58 user32_size_t uc_mcsize; /* mcontext size */ member
|
| /xnu-11215.1.10/tests/ |
| H A D | ldt.c | 510 if (uctxp->uc_mcsize == sizeof(_STRUCT_MCONTEXT_AVX512_64) || in signal_handler() 511 uctxp->uc_mcsize == sizeof(_STRUCT_MCONTEXT_AVX64) || in signal_handler() 512 uctxp->uc_mcsize == sizeof(_STRUCT_MCONTEXT64)) { in signal_handler() 562 } else if (uctxp->uc_mcsize == sizeof(_STRUCT_MCONTEXT_AVX512_64_FULL) || in signal_handler() 563 uctxp->uc_mcsize == sizeof(_STRUCT_MCONTEXT_AVX64_FULL) || in signal_handler() 564 uctxp->uc_mcsize == sizeof(_STRUCT_MCONTEXT64_FULL)) { in signal_handler() 598 T_ASSERT_FAIL("Unknown mcontext size %lu: Aborting.", uctxp->uc_mcsize); in signal_handler() 600 fprintf(stderr, "Unknown mcontext size %lu: Aborting.\n", uctxp->uc_mcsize); in signal_handler()
|
| H A D | avx.c | 321 T_ASSERT_GE(contextp->uc_mcsize, MCONTEXT_SIZE_256, "check context size"); in ymm_sigalrm_handler() 831 T_ASSERT_GE(contextp->uc_mcsize, MCONTEXT_SIZE_512, "check context size"); in zmm_sigalrm_handler() 860 T_ASSERT_GE(contextp->uc_mcsize, MCONTEXT_SIZE_512, "check context size"); in zmm_sigalrm_handler_no_mod()
|
| /xnu-11215.1.10/bsd/dev/arm/ |
| H A D | unix_signal.c | 168 uctx->uc_mcsize = (user64_size_t) UC_FLAVOR_SIZE64; in sendsig_fill_uctx64() 205 uctx->uc_mcsize = (user32_size_t) UC_FLAVOR_SIZE32; in sendsig_fill_uctx32() 690 switch (uctx->uc_mcsize) { in sigreturn_copyin_ctx32() 697 assert(uctx->uc_mcsize == sizeof(*mctx)); in sigreturn_copyin_ctx32() 698 error = copyin((user_addr_t)uctx->uc_mcontext, mctx, uctx->uc_mcsize); in sigreturn_copyin_ctx32() 744 switch (uctx->uc_mcsize) { in sigreturn_copyin_ctx64() 751 assert(uctx->uc_mcsize == sizeof(*mctx)); in sigreturn_copyin_ctx64() 752 error = copyin((user_addr_t)uctx->uc_mcontext64, mctx, uctx->uc_mcsize); in sigreturn_copyin_ctx64()
|
| /xnu-11215.1.10/bsd/sys/_types/ |
| H A D | _ucontext64.h | 49 __darwin_size_t uc_mcsize; /* size of the machine context passed in */ variable
|
| H A D | _ucontext.h | 49 __darwin_size_t uc_mcsize; /* size of the machine context passed in */ variable
|
| /xnu-11215.1.10/bsd/dev/i386/ |
| H A D | unix_signal.c | 350 uctx64.uc_mcsize = thread_state64[sig_xstate].mcontext_size; in sendsig() 509 uctx32.uc_mcsize = thread_state64[sig_xstate].mcontext_size; in sendsig()
|