Searched refs:mcontext (Results 1 – 12 of 12) sorted by relevance
14 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigsegv() local15 if (mcontext->gregs[0] != 600) { in handle_sigsegv()19 if (((mcontext->psw.mask >> 44) & 3) != 1) { in handle_sigsegv()
17 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigill() local24 mcontext->gregs[2] = SIGILL; in handle_sigill()
15 info.mcontext.gregs[i - EF_R0] = status->pr_reg[i];
1 Add musl/ppc mcontext differences specific checks to choose
91 struct target_mcontext mcontext; member197 uc.tuc_sigcontext.mcontext)511 mctx = &rt_sf->uc.tuc_sigcontext.mcontext; in setup_rt_frame()623 offsetof(struct target_ucontext, tuc_sigcontext.mcontext); in do_setcontext()684 mctx = &uctx->tuc_sigcontext.mcontext; in do_swapcontext()
8 these names for mcontext that can be added once for all
399 if (mhvalue != env->mcontext) { in trigger_textra_match()1085 env->mcontext = 0; in riscv_trigger_reset_hold()
455 target_ulong mcontext; member
5386 *val = env->mcontext; in read_mcontext()5404 env->mcontext = val & mask; in write_mcontext()
38 file://mcontext.patch \
[all...]