| /arch/s390/include/uapi/asm/ |
| A D | ucontext.h | 22 struct ucontext *uc_link; 31 struct ucontext { struct 33 struct ucontext *uc_link; argument
|
| /arch/sparc/include/uapi/asm/ |
| A D | uctx.h | 64 struct ucontext { struct 65 struct ucontext *uc_link; argument 70 typedef struct ucontext ucontext_t; argument
|
| /arch/parisc/include/asm/ |
| A D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument
|
| A D | rt_sigframe.h | 8 struct ucontext uc;
|
| /arch/xtensa/include/asm/ |
| A D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument
|
| /arch/alpha/include/asm/ |
| A D | ucontext.h | 5 struct ucontext { struct 7 struct ucontext *uc_link; argument
|
| /arch/arm64/include/uapi/asm/ |
| A D | ucontext.h | 22 struct ucontext { struct 24 struct ucontext *uc_link; argument
|
| /arch/loongarch/include/uapi/asm/ |
| A D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument
|
| /arch/riscv/include/uapi/asm/ |
| A D | ucontext.h | 13 struct ucontext { struct 15 struct ucontext *uc_link; argument
|
| /arch/mips/include/uapi/asm/ |
| A D | ucontext.h | 54 struct ucontext { struct 57 struct ucontext *uc_link; argument
|
| /arch/m68k/include/asm/ |
| A D | ucontext.h | 22 struct ucontext { struct 24 struct ucontext *uc_link; argument
|
| /arch/powerpc/include/uapi/asm/ |
| A D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext __user *uc_link; argument
|
| /arch/arm/include/asm/ |
| A D | ucontext.h | 18 struct ucontext { struct 20 struct ucontext *uc_link; argument
|
| /arch/x86/include/asm/ |
| A D | sigframe.h | 13 #define ucontext_ia32 ucontext 61 struct ucontext uc;
|
| /arch/powerpc/kernel/ |
| A D | signal_32.c | 59 #define ucontext ucontext32 macro 66 (sizeof(struct ucontext) - sizeof(elf_vsrreghalf_t32)) 225 struct ucontext uc; 227 struct ucontext uc_transact; 953 static int do_setcontext_tm(struct ucontext __user *ucp, in do_setcontext_tm() 954 struct ucontext __user *tm_ucp, in do_setcontext_tm() 1028 if ((ctx_size < sizeof(struct ucontext)) && in COMPAT_SYSCALL_DEFINE3() 1032 if (ctx_size >= sizeof(struct ucontext)) in COMPAT_SYSCALL_DEFINE3() 1038 if (ctx_size < sizeof(struct ucontext)) in COMPAT_SYSCALL_DEFINE3() 1101 struct ucontext __user *uc_transact; in COMPAT_SYSCALL_DEFINE0() [all …]
|
| A D | signal_64.c | 56 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()
|
| /arch/powerpc/include/asm/ |
| A D | syscalls.h | 53 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,
|
| /arch/arm/kernel/ |
| A D | signal.h | 4 struct ucontext uc;
|
| /arch/openrisc/include/uapi/asm/ |
| A D | Kbuild | 4 generic-y += ucontext.h
|
| /arch/hexagon/include/uapi/asm/ |
| A D | Kbuild | 4 generic-y += ucontext.h
|
| /arch/csky/include/uapi/asm/ |
| A D | Kbuild | 4 generic-y += ucontext.h
|
| /arch/microblaze/include/uapi/asm/ |
| A D | Kbuild | 3 generic-y += ucontext.h
|
| /arch/nios2/include/uapi/asm/ |
| A D | Kbuild | 4 generic-y += ucontext.h
|
| /arch/arc/include/uapi/asm/ |
| A D | Kbuild | 4 generic-y += ucontext.h
|
| /arch/sh/include/uapi/asm/ |
| A D | Kbuild | 4 generic-y += ucontext.h
|