Home
last modified time | relevance | path

Searched refs:ucontext (Results 1 – 25 of 59) sorted by relevance

123

/linux/arch/s390/include/uapi/asm/
H A Ducontext.h22 struct ucontext *uc_link;
31 struct ucontext { struct
33 struct ucontext *uc_link; argument
/linux/arch/sparc/include/uapi/asm/
H A Ductx.h64 struct ucontext { struct
65 struct ucontext *uc_link; argument
70 typedef struct ucontext ucontext_t; argument
/linux/arch/powerpc/kernel/
H A Dsignal_32.c59 #define ucontext ucontext32 macro
66 (sizeof(struct ucontext) - sizeof(elf_vsrreghalf_t32))
225 struct ucontext uc;
227 struct ucontext uc_transact;
920 static int do_setcontext(struct ucontext __user *ucp, struct pt_regs *regs, int sig) in do_setcontext()
953 static int do_setcontext_tm(struct ucontext __user *ucp, in do_setcontext_tm()
954 struct ucontext __user *tm_ucp, in do_setcontext_tm()
990 COMPAT_SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3()
991 struct ucontext __user *, new_ctx, int, ctx_size) in COMPAT_SYSCALL_DEFINE3()
993 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3()
[all …]
H A Dsignal_64.c56 struct ucontext uc;
58 struct ucontext uc_transact;
652 (sizeof(struct ucontext) - 32*sizeof(long))
657 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in SYSCALL_DEFINE3()
658 struct ucontext __user *, new_ctx, long, ctx_size) in SYSCALL_DEFINE3()
677 if ((ctx_size < sizeof(struct ucontext)) && in SYSCALL_DEFINE3()
681 if (ctx_size >= sizeof(struct ucontext)) in SYSCALL_DEFINE3()
747 struct ucontext __user *uc = (struct ucontext __user *)regs->gpr[1]; in SYSCALL_DEFINE0()
806 struct ucontext __user *uc_transact; in SYSCALL_DEFINE0()
/linux/arch/parisc/include/asm/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
/linux/include/uapi/asm-generic/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
/linux/arch/alpha/include/asm/
H A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
/linux/arch/arm64/include/uapi/asm/
H A Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link; argument
/linux/arch/loongarch/include/uapi/asm/
H A Ducontext.h14 struct ucontext { struct
16 struct ucontext *uc_link; argument
/linux/arch/riscv/include/uapi/asm/
H A Ducontext.h13 struct ucontext { struct
15 struct ucontext *uc_link; argument
/linux/arch/mips/include/uapi/asm/
H A Ducontext.h54 struct ucontext { struct
57 struct ucontext *uc_link; argument
/linux/arch/powerpc/include/uapi/asm/
H A Ducontext.h21 struct ucontext { struct
23 struct ucontext __user *uc_link; argument
/linux/arch/arm/include/asm/
H A Ducontext.h18 struct ucontext { struct
20 struct ucontext *uc_link; argument
/linux/arch/x86/include/asm/
H A Dsigframe.h13 #define ucontext_ia32 ucontext
61 struct ucontext uc;
/linux/arch/powerpc/include/asm/
H A Dsyscalls.h53 long sys_swapcontext(struct ucontext __user *old_ctx,
54 struct ucontext __user *new_ctx, long ctx_size);
65 long sys_debug_setcontext(struct ucontext __user *ctx, int ndbg,
/linux/tools/testing/selftests/riscv/cfi/
H A Dcfitests.c5 #include <asm/ucontext.h>
22 struct ucontext *ctx = (struct ucontext *)uc; in sigsegv_handler()
/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c170 static void handle_sigsys(int sig, siginfo_t *info, void *ucontext) in handle_sigsys() argument
192 ((ucontext_t *)ucontext)->uc_mcontext.__gregs[REG_A0] = in handle_sigsys()
193 ((ucontext_t *)ucontext)->uc_mcontext.__gregs[REG_A7]; in handle_sigsys()
/linux/arch/loongarch/include/asm/
H A Dsigframe.h8 struct ucontext rs_uctx;
/linux/arch/arm/kernel/
H A Dsignal.h4 struct ucontext uc;
/linux/arch/sh/include/uapi/asm/
H A DKbuild4 generic-y += ucontext.h
/linux/arch/microblaze/include/uapi/asm/
H A DKbuild3 generic-y += ucontext.h
/linux/arch/nios2/include/uapi/asm/
H A DKbuild4 generic-y += ucontext.h
/linux/arch/csky/include/uapi/asm/
H A DKbuild4 generic-y += ucontext.h
/linux/arch/openrisc/include/uapi/asm/
H A DKbuild4 generic-y += ucontext.h
/linux/arch/arc/include/uapi/asm/
H A DKbuild4 generic-y += ucontext.h

123