Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal_32.c58 #define mcontext mcontext32 macro
102 struct mcontext __user *frame) in save_general_regs()
123 struct mcontext __user *sr) in restore_general_regs()
155 struct mcontext __user *frame) in save_general_regs()
162 struct mcontext __user *sr) in restore_general_regs()
190 struct mcontext mctx; /* all the register values */
193 struct mcontext mctx_transact;
238 static int save_user_regs(struct pt_regs *regs, struct mcontext __user *frame, in save_user_regs()
239 struct mcontext __user *tm_frame, int sigret, in save_user_regs()
346 struct mcontext __user *frame, in save_tm_user_regs()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Ducontext.h13 struct mcontext { struct
27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ argument
37 struct mcontext uc_mcontext;
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Ducontext.h14 struct mcontext { struct
26 struct mcontext uc_mcontext; argument
/OK3568_Linux_fs/buildroot/package/qemu/
H A D0001-user-exec-fix-usage-of-mcontext-structure-on-ARM-uCl.patch4 Subject: [PATCH] user-exec: fix usage of mcontext structure on ARM/uClibc
7 mcontext structure. Unfortunately, since uClibc defines __GLIBC__, but
/OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/
H A DMakefile6 obj-y = registers.o task_size.o mcontext.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/
H A Dppc_musl_ucontext.patch1 Add musl/ppc mcontext differences specific checks to choose
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A Dmcontext.patch17 info.mcontext.gregs[i - EF_R0] = status->pr_reg[i];
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/
H A D0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch8 these names for mcontext that can be added once for all
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/grep/grep/
H A D0001-mcontext-is-not-a-standard-layout-so-glibc-and-musl-.patch4 Subject: [PATCH] mcontext is not a standard layout so glibc and musl differ
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/m4/
H A D0001-sigsegv-Fix-build-on-ppc-musl.patch6 mcontext is not a standard layout so glibc and musl differ sadly.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/grep/
H A Dgrep_3.7.bb10 file://0001-mcontext-is-not-a-standard-layout-so-glibc-and-musl-.patch \
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcallchain_32.c27 #define mcontext32 mcontext
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dtransactional_memory.rst101 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/
H A Dbreakpad_git.bb41 file://mcontext.patch \
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dqp.c1437 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() local
1443 mlx4_ib_db_unmap_user(mcontext, &qp->db); in destroy_qp_common()