Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dsignal_32.c58 #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 …]
/linux-6.15/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;
/linux-6.15/arch/m68k/include/asm/
H A Ducontext.h14 struct mcontext { struct
26 struct mcontext uc_mcontext; argument
/linux-6.15/arch/x86/um/os-Linux/
H A DMakefile6 obj-y = registers.o mcontext.o
/linux-6.15/arch/powerpc/perf/
H A Dcallchain_32.c27 #define mcontext32 mcontext
/linux-6.15/Documentation/arch/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
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dqp.c1484 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() local
1490 mlx4_ib_db_unmap_user(mcontext, &qp->db); in destroy_qp_common()