Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Dsigcontext.h16 struct sigcontext32 { struct
19 __u64 sc_pc;
20 __u64 sc_regs[32];
21 __u64 sc_fpregs[32];
23 __u32 sc_fpc_csr;
25 __u32 sc_used_math;
27 __u64 sc_mdhi;
28 __u64 sc_mdlo;
32 __u32 sc_lo2;
33 __u32 sc_hi3;
[all …]
/linux/arch/sparc/include/asm/
A Dsigcontext.h13 struct sigcontext32 { struct
14 int sigc_onstack; /* state to restore */
15 int sigc_mask; /* sigmask to restore */
16 int sigc_sp; /* stack pointer */
17 int sigc_pc; /* program counter */
18 int sigc_npc; /* next program counter */
19 int sigc_psr; /* for condition codes etc */
21 int sigc_o0; /* within the trampoline code. */
26 int sigc_oswins; /* outstanding windows */
29 unsigned int sigc_spbuf[__SUNOS_MAXWIN];
[all …]
/linux/arch/powerpc/kernel/
A Dppc32.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/
A Dcompat_linux.h67 struct sigcontext32 struct
69 __u32 oldmask[_COMPAT_NSIG_WORDS];
70 __u32 sregs; /* pointer */
/linux/arch/powerpc/perf/
A Dcallchain_32.c26 #define sigcontext32 sigcontext macro

Completed in 8 milliseconds