Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dsignal_32.c59 #define mcontext mcontext32 macro
103 struct mcontext __user *frame) in save_general_regs()
128 struct mcontext __user *sr) in restore_general_regs()
160 struct mcontext __user *frame) in save_general_regs()
167 struct mcontext __user *sr) in restore_general_regs()
195 struct mcontext mctx; /* all the register values */
198 struct mcontext mctx_transact;
383 static int save_user_regs(struct pt_regs *regs, struct mcontext __user *frame, in save_user_regs()
384 struct mcontext __user *tm_frame, int sigret, in save_user_regs()
491 struct mcontext __user *frame, in save_tm_user_regs()
[all …]
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Ducontext.h13 struct mcontext { struct
27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ argument
37 struct mcontext uc_mcontext;
/Linux-v5.4/arch/m68k/include/asm/
Ducontext.h14 struct mcontext { struct
26 struct mcontext uc_mcontext; argument
/Linux-v5.4/arch/x86/um/os-Linux/
DMakefile6 obj-y = registers.o task_size.o mcontext.o
/Linux-v5.4/arch/powerpc/perf/
Dcallchain.c338 #define mcontext32 mcontext
/Linux-v5.4/Documentation/powerpc/
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
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dqp.c1492 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() local
1498 mlx4_ib_db_unmap_user(mcontext, &qp->db); in destroy_qp_common()