Home
last modified time | relevance | path

Searched defs:sigcontext32 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/include/asm/
H A Dsigcontext.h16 struct sigcontext32 { struct
17 __u32 sc_regmask; /* Unused */
18 __u32 sc_status; /* Unused */
19 __u64 sc_pc;
20 __u64 sc_regs[32];
21 __u64 sc_fpregs[32];
22 __u32 sc_acx; /* Only MIPS32; was sc_ownedfp */
23 __u32 sc_fpc_csr;
24 __u32 sc_fpc_eir; /* Unused */
25 __u32 sc_used_math;
[all …]
/linux/arch/powerpc/include/asm/
H A Dsyscalls_32.h31 struct sigcontext32 { struct
32 unsigned int _unused[4];
33 int signal;
34 compat_uptr_t handler;
35 unsigned int oldmask;
36 compat_uptr_t regs; /* 4 byte pointer to the pt_regs32 structure. */
/linux/arch/s390/kernel/
H A Dcompat_linux.h58 struct sigcontext32 { struct
59 __u32 oldmask[_COMPAT_NSIG_WORDS];
60 __u32 sregs; /* pointer */