Home
last modified time | relevance | path

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

12

/arch/s390/include/uapi/asm/
A Ducontext.h22 struct ucontext *uc_link;
31 struct ucontext { struct
33 struct ucontext *uc_link; argument
/arch/sparc/include/uapi/asm/
A Ductx.h64 struct ucontext { struct
65 struct ucontext *uc_link; argument
70 typedef struct ucontext ucontext_t; argument
/arch/parisc/include/asm/
A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
A Drt_sigframe.h8 struct ucontext uc;
/arch/xtensa/include/asm/
A Ducontext.h14 struct ucontext { struct
16 struct ucontext *uc_link; argument
/arch/alpha/include/asm/
A Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
/arch/arm64/include/uapi/asm/
A Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link; argument
/arch/loongarch/include/uapi/asm/
A Ducontext.h14 struct ucontext { struct
16 struct ucontext *uc_link; argument
/arch/riscv/include/uapi/asm/
A Ducontext.h13 struct ucontext { struct
15 struct ucontext *uc_link; argument
/arch/mips/include/uapi/asm/
A Ducontext.h54 struct ucontext { struct
57 struct ucontext *uc_link; argument
/arch/m68k/include/asm/
A Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link; argument
/arch/powerpc/include/uapi/asm/
A Ducontext.h21 struct ucontext { struct
23 struct ucontext __user *uc_link; argument
/arch/arm/include/asm/
A Ducontext.h18 struct ucontext { struct
20 struct ucontext *uc_link; argument
/arch/x86/include/asm/
A Dsigframe.h13 #define ucontext_ia32 ucontext
61 struct ucontext uc;
/arch/powerpc/kernel/
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;
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 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()
/arch/powerpc/include/asm/
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,
/arch/arm/kernel/
A Dsignal.h4 struct ucontext uc;
/arch/openrisc/include/uapi/asm/
A DKbuild4 generic-y += ucontext.h
/arch/hexagon/include/uapi/asm/
A DKbuild4 generic-y += ucontext.h
/arch/csky/include/uapi/asm/
A DKbuild4 generic-y += ucontext.h
/arch/microblaze/include/uapi/asm/
A DKbuild3 generic-y += ucontext.h
/arch/nios2/include/uapi/asm/
A DKbuild4 generic-y += ucontext.h
/arch/arc/include/uapi/asm/
A DKbuild4 generic-y += ucontext.h
/arch/sh/include/uapi/asm/
A DKbuild4 generic-y += ucontext.h

Completed in 26 milliseconds

12