Searched refs:mcontext (Results 1 – 15 of 15) sorted by relevance
58 #define mcontext mcontext32 macro102 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 …]
13 struct mcontext { struct27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ argument37 struct mcontext uc_mcontext;
14 struct mcontext { struct26 struct mcontext uc_mcontext; argument
4 Subject: [PATCH] user-exec: fix usage of mcontext structure on ARM/uClibc7 mcontext structure. Unfortunately, since uClibc defines __GLIBC__, but
6 obj-y = registers.o task_size.o mcontext.o
1 Add musl/ppc mcontext differences specific checks to choose
17 info.mcontext.gregs[i - EF_R0] = status->pr_reg[i];
8 these names for mcontext that can be added once for all
4 Subject: [PATCH] mcontext is not a standard layout so glibc and musl differ
6 mcontext is not a standard layout so glibc and musl differ sadly.
10 file://0001-mcontext-is-not-a-standard-layout-so-glibc-and-musl-.patch \
27 #define mcontext32 mcontext
101 thread state (ucontext/mcontext) to represent the second transactional register115 For 32-bit processes, the mcontext's MSR register is only 32 bits; the top 32
41 file://mcontext.patch \
1437 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() local1443 mlx4_ib_db_unmap_user(mcontext, &qp->db); in destroy_qp_common()