/arch/s390/include/uapi/asm/ |
D | ucontext.h | 21 struct ucontext *uc_link; 30 struct ucontext { struct 32 struct ucontext *uc_link; argument
|
/arch/sparc/include/uapi/asm/ |
D | uctx.h | 63 struct ucontext { struct 64 struct ucontext *uc_link; argument 69 typedef struct ucontext ucontext_t; argument
|
/arch/parisc/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
D | rt_sigframe.h | 15 struct ucontext uc;
|
/arch/cris/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/arch/frv/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/arch/xtensa/include/asm/ |
D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument
|
/arch/m32r/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/arch/avr32/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext * uc_link; argument
|
/arch/mn10300/include/asm/ |
D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument
|
/arch/alpha/include/asm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/arch/arm64/include/asm/ |
D | ucontext.h | 19 struct ucontext { struct 21 struct ucontext *uc_link; argument
|
/arch/mips/include/uapi/asm/ |
D | ucontext.h | 53 struct ucontext { struct 56 struct ucontext *uc_link; argument
|
/arch/m68k/include/asm/ |
D | ucontext.h | 21 struct ucontext { struct 23 struct ucontext *uc_link; argument
|
/arch/powerpc/include/uapi/asm/ |
D | ucontext.h | 20 struct ucontext { struct 22 struct ucontext __user *uc_link; argument
|
/arch/x86/include/asm/ |
D | sigframe.h | 13 #define ucontext_ia32 ucontext 65 struct ucontext uc;
|
/arch/arm/include/asm/ |
D | ucontext.h | 16 struct ucontext { struct 18 struct ucontext *uc_link; argument
|
/arch/tile/include/uapi/asm/ |
D | Kbuild | 18 header-y += ucontext.h 21 generic-y += ucontext.h
|
/arch/tile/include/asm/ |
D | sigframe.h | 28 struct ucontext uc;
|
/arch/ia64/include/uapi/asm/ |
D | ucontext.h | 4 struct ucontext { struct
|
/arch/x86/um/ |
D | stub_segv.c | 13 struct ucontext *uc = p; in stub_segv_handler()
|
/arch/mn10300/kernel/ |
D | sigframe.h | 30 struct ucontext uc;
|
/arch/powerpc/kernel/ |
D | signal_64.c | 58 struct ucontext uc; 60 struct ucontext uc_transact; 581 (sizeof(struct ucontext) - 32*sizeof(long)) 586 int sys_swapcontext(struct ucontext __user *old_ctx, in sys_swapcontext() 587 struct ucontext __user *new_ctx, in sys_swapcontext() 608 if ((ctx_size < sizeof(struct ucontext)) && in sys_swapcontext() 612 if (ctx_size >= sizeof(struct ucontext)) in sys_swapcontext() 662 struct ucontext __user *uc = (struct ucontext __user *)regs->gpr[1]; in sys_rt_sigreturn() 682 struct ucontext __user *uc_transact; in sys_rt_sigreturn()
|
D | signal_32.c | 66 #define ucontext ucontext32 macro 75 (sizeof(struct ucontext) - sizeof(elf_vsrreghalf_t32)) 252 struct ucontext uc; 254 struct ucontext uc_transact; 1072 static int do_setcontext(struct ucontext __user *ucp, struct pt_regs *regs, int sig) in do_setcontext() 1102 static int do_setcontext_tm(struct ucontext __user *ucp, in do_setcontext_tm() 1103 struct ucontext __user *tm_ucp, in do_setcontext_tm() 1130 long sys_swapcontext(struct ucontext __user *old_ctx, in sys_swapcontext() 1131 struct ucontext __user *new_ctx, in sys_swapcontext() 1165 if ((ctx_size < sizeof(struct ucontext)) && in sys_swapcontext() [all …]
|
/arch/hexagon/include/asm/ |
D | Kbuild | 2 header-y += ucontext.h 59 generic-y += ucontext.h
|