/openbmc/linux/arch/powerpc/kernel/ |
H A D | signal_32.c | 58 #define mcontext mcontext32 macro 199 struct mcontext mctx_transact; 740 struct mcontext __user *mctx; in handle_rt_signal32() 840 struct mcontext __user *mctx; in handle_signal32() 923 struct mcontext __user *mcp; in do_setcontext() 958 struct mcontext __user *mcp; in do_setcontext_tm() 1004 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE3() 1042 struct mcontext __user *mctx; in COMPAT_SYSCALL_DEFINE3() 1132 struct mcontext __user *mcp; in COMPAT_SYSCALL_DEFINE0() 1304 struct mcontext __user *sr; in COMPAT_SYSCALL_DEFINE0() [all …]
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ucontext.h | 13 struct mcontext { struct 27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ argument 37 struct mcontext uc_mcontext;
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | clc.c | 14 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 D | vrep.c | 17 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigill() local 24 mcontext->gregs[2] = SIGILL; in handle_sigill()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | ucontext.h | 14 struct mcontext { struct 26 struct mcontext uc_mcontext; argument
|
/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | Makefile | 6 obj-y = registers.o task_size.o mcontext.o
|
/openbmc/qemu/linux-user/ppc/ |
H A D | signal.c | 91 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
H A D | mcontext.patch | 15 info.mcontext.gregs[i - EF_R0] = status->pr_reg[i];
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/ |
H A D | ppc_musl_ucontext.patch | 1 Add musl/ppc mcontext differences specific checks to choose
|
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
H A D | 0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch | 8 these names for mcontext that can be added once for all
|
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/ |
H A D | 0001-sigsegv-Fix-build-on-ppc-musl.patch | 6 mcontext is not a standard layout so glibc and musl differ sadly.
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | callchain_32.c | 27 #define mcontext32 mcontext
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 398 if (mhvalue != env->mcontext) { in trigger_textra_match() 1088 env->mcontext = 0; in riscv_trigger_reset_hold()
|
H A D | cpu.h | 424 target_ulong mcontext; member
|
H A D | csr.c | 4332 *val = env->mcontext; in read_mcontext() 4350 env->mcontext = val & mask; in write_mcontext()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | transactional_memory.rst | 101 thread state (ucontext/mcontext) to represent the second transactional register 115 For 32-bit processes, the mcontext's MSR register is only 32 bits; the top 32
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/ |
H A D | breakpad_2023.06.01.bb | 38 file://mcontext.patch \
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 1476 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() local 1482 mlx4_ib_db_unmap_user(mcontext, &qp->db); in destroy_qp_common()
|
/openbmc/ |
H A D | opengrok2.0.log | 36377 …xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/mcontext.patch.gz
|
H A D | opengrok1.0.log | 39168 …xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/mcontext.patch.gz
|