Home
last modified time | relevance | path

Searched refs:mcontext (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dclc.c14 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigsegv() local
15 if (mcontext->gregs[0] != 600) { in handle_sigsegv()
19 if (((mcontext->psw.mask >> 44) & 3) != 1) { in handle_sigsegv()
H A Dvrep.c17 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigill() local
24 mcontext->gregs[2] = SIGILL; in handle_sigill()
/qemu/linux-user/ppc/
H A Dsignal.c91 struct target_mcontext mcontext; member
197 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()
/qemu/target/riscv/
H A Dcpu.h366 target_ulong mcontext; member
H A Ddebug.c947 env->mcontext = 0; in riscv_trigger_reset_hold()
H A Dcsr.c3949 *val = env->mcontext; in read_mcontext()
3967 env->mcontext = val & mask; in write_mcontext()