Home
last modified time | relevance | path

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

123

/arch/s390/include/uapi/asm/
Ducontext.h21 struct ucontext *uc_link;
30 struct ucontext { struct
32 struct ucontext *uc_link; argument
/arch/sparc/include/uapi/asm/
Ductx.h63 struct ucontext { struct
64 struct ucontext *uc_link; argument
69 typedef struct ucontext ucontext_t; argument
/arch/parisc/include/asm/
Ducontext.h4 struct ucontext { struct
6 struct ucontext *uc_link; argument
Drt_sigframe.h15 struct ucontext uc;
/arch/cris/include/asm/
Ducontext.h4 struct ucontext { struct
6 struct ucontext *uc_link; argument
/arch/frv/include/asm/
Ducontext.h4 struct ucontext { struct
6 struct ucontext *uc_link; argument
/arch/xtensa/include/asm/
Ducontext.h14 struct ucontext { struct
16 struct ucontext *uc_link; argument
/arch/m32r/include/asm/
Ducontext.h4 struct ucontext { struct
6 struct ucontext *uc_link; argument
/arch/avr32/include/asm/
Ducontext.h4 struct ucontext { struct
6 struct ucontext * uc_link; argument
/arch/mn10300/include/asm/
Ducontext.h14 struct ucontext { struct
16 struct ucontext *uc_link; argument
/arch/alpha/include/asm/
Ducontext.h4 struct ucontext { struct
6 struct ucontext *uc_link; argument
/arch/arm64/include/asm/
Ducontext.h19 struct ucontext { struct
21 struct ucontext *uc_link; argument
/arch/mips/include/uapi/asm/
Ducontext.h53 struct ucontext { struct
56 struct ucontext *uc_link; argument
/arch/m68k/include/asm/
Ducontext.h21 struct ucontext { struct
23 struct ucontext *uc_link; argument
/arch/powerpc/include/uapi/asm/
Ducontext.h20 struct ucontext { struct
22 struct ucontext __user *uc_link; argument
/arch/x86/include/asm/
Dsigframe.h13 #define ucontext_ia32 ucontext
65 struct ucontext uc;
/arch/arm/include/asm/
Ducontext.h16 struct ucontext { struct
18 struct ucontext *uc_link; argument
/arch/tile/include/uapi/asm/
DKbuild18 header-y += ucontext.h
21 generic-y += ucontext.h
/arch/tile/include/asm/
Dsigframe.h28 struct ucontext uc;
/arch/ia64/include/uapi/asm/
Ducontext.h4 struct ucontext { struct
/arch/x86/um/
Dstub_segv.c13 struct ucontext *uc = p; in stub_segv_handler()
/arch/mn10300/kernel/
Dsigframe.h30 struct ucontext uc;
/arch/powerpc/kernel/
Dsignal_64.c58 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()
Dsignal_32.c66 #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/
DKbuild2 header-y += ucontext.h
59 generic-y += ucontext.h

123