Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dppc32.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;
/linux/arch/s390/kernel/
A Dcompat_linux.h76 struct ucontext32 { struct
77 __u32 uc_flags;
78 __u32 uc_link; /* pointer */
79 compat_stack_t uc_stack;
80 _sigregs32 uc_mcontext;
81 compat_sigset_t uc_sigmask;
83 unsigned char __unused[128 - sizeof(compat_sigset_t)];
84 _sigregs_ext32 uc_mcontext_ext;
/linux/arch/mips/kernel/
A Dsignal_o32.c37 struct ucontext32 { struct
49 struct ucontext32 rs_uc; argument
/linux/arch/powerpc/perf/
A Dcallchain_32.c28 #define ucontext32 ucontext macro

Completed in 11 milliseconds