/linux-2.4.37.9/include/asm-sparc64/ |
D | uctx.h | 63 struct ucontext { struct 64 struct ucontext *uc_link; argument 69 typedef struct ucontext ucontext_t; argument
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-s390/ |
D | ucontext.h | 12 struct ucontext { struct 14 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-s390x/ |
D | ucontext.h | 12 struct ucontext { struct 14 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-sh/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-parisc/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
D | rt_sigframe.h | 7 struct ucontext uc;
|
/linux-2.4.37.9/include/asm-arm/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-cris/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-i386/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-mips64/ |
D | ucontext.h | 13 struct ucontext { struct 15 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-mips/ |
D | ucontext.h | 13 struct ucontext { struct 15 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-sh64/ |
D | ucontext.h | 15 struct ucontext { struct 17 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-alpha/ |
D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | ucontext.h | 13 struct ucontext { struct 15 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ucontext.h | 14 struct ucontext { struct 16 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-m68k/ |
D | ucontext.h | 23 struct ucontext { struct 25 struct ucontext *uc_link; argument
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ucontext.h | 4 struct ucontext { struct
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | signal.c | 222 struct ucontext uc; 404 static int do_setcontext(struct ucontext *ucp, struct pt_regs *regs) in do_setcontext() 419 int sys_swapcontext(struct ucontext *old_ctx, struct ucontext *new_ctx, in sys_swapcontext()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | signal.c | 187 struct ucontext uc; 284 static inline int rt_restore_fpu_state(struct ucontext *uc) in rt_restore_fpu_state() 440 struct ucontext *uc, int *pd0) in rt_restore_ucontext() 632 static inline int rt_save_fpu_state(struct ucontext *uc, struct pt_regs *regs) in rt_save_fpu_state() 698 static inline int rt_setup_ucontext(struct ucontext *uc, struct pt_regs *regs) in rt_setup_ucontext()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | signal.c | 69 struct ucontext uc; 340 struct ucontext *uc = (struct ucontext *)regs->gpr[1]; in sys_rt_sigreturn()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | signal.c | 77 struct ucontext *ucp = (struct ucontext *) regs->u_regs[UREG_I0]; in sparc64_set_context() 175 struct ucontext *ucp = (struct ucontext *) regs->u_regs[UREG_I0]; in sparc64_get_context()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | signal.c | 208 struct ucontext uc; 469 err |= __clear_user(&frame->uc, offsetof(struct ucontext, uc_mcontext)); in setup_rt_frame()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | signal.c | 188 struct ucontext uc; 454 err |= __clear_user(&frame->uc, offsetof(struct ucontext, uc_mcontext)); in setup_rt_frame()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | signal.c | 160 struct ucontext rs_uc;
|