Home
last modified time | relevance | path

Searched defs:ucontext32 (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dsyscalls_32.h47 struct ucontext32 { struct
48 unsigned int uc_flags;
49 unsigned int uc_link;
50 compat_stack_t uc_stack;
51 int uc_pad[7];
52 compat_uptr_t uc_regs; /* points to uc_mcontext field */
53 compat_sigset_t uc_sigmask; /* mask last for extensibility */
55 int uc_maskext[30];
56 int uc_pad2[3];
57 struct mcontext32 uc_mcontext;
/arch/s390/kernel/
Dcompat_linux.h66 struct ucontext32 { struct
67 __u32 uc_flags;
68 __u32 uc_link; /* pointer */
69 compat_stack_t uc_stack;
70 _sigregs32 uc_mcontext;
71 compat_sigset_t uc_sigmask;
73 unsigned char __unused[128 - sizeof(compat_sigset_t)];
74 _sigregs_ext32 uc_mcontext_ext;
/arch/mips/kernel/
Dsignal_o32.c37 struct ucontext32 { struct
49 struct ucontext32 rs_uc; argument
/arch/powerpc/perf/
Dcallchain_32.c28 #define ucontext32 ucontext macro