Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dsignal_32.c63 #define mcontext mcontext32 macro
107 struct mcontext __user *frame) in save_general_regs()
132 struct mcontext __user *sr) in restore_general_regs()
164 struct mcontext __user *frame) in save_general_regs()
171 struct mcontext __user *sr) in restore_general_regs()
199 struct mcontext mctx; /* all the register values */
202 struct mcontext mctx_transact;
387 static int save_user_regs(struct pt_regs *regs, struct mcontext __user *frame, in save_user_regs()
388 struct mcontext __user *tm_frame, int sigret, in save_user_regs()
495 struct mcontext __user *frame, in save_tm_user_regs()
[all …]
/Linux-v4.19/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-v4.19/arch/m68k/include/asm/
Ducontext.h14 struct mcontext { struct
26 struct mcontext uc_mcontext; argument
/Linux-v4.19/arch/x86/um/os-Linux/
DMakefile6 obj-y = registers.o task_size.o mcontext.o
/Linux-v4.19/arch/powerpc/perf/
Dcallchain.c342 #define mcontext32 mcontext
/Linux-v4.19/Documentation/powerpc/
Dtransactional_memory.txt100 thread state (ucontext/mcontext) to represent the second transactional register
114 For 32-bit processes, the mcontext's MSR register is only 32 bits; the top 32
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c1405 struct mlx4_ib_ucontext *mcontext = !src ? in destroy_qp_common() local
1408 mlx4_ib_db_unmap_user(mcontext, &qp->db); in destroy_qp_common()