Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dsigcontext.h77 struct sigcontext32 { struct
78 __u32 sc_regmask; /* Unused */
79 __u32 sc_status; /* Unused */
80 __u64 sc_pc;
81 __u64 sc_regs[32];
82 __u64 sc_fpregs[32];
83 __u32 sc_acx; /* Only MIPS32; was sc_ownedfp */
84 __u32 sc_fpc_csr;
85 __u32 sc_fpc_eir; /* Unused */
86 __u32 sc_used_math;
[all …]
/linux-2.6.39/arch/sparc/include/asm/
Dsigcontext.h12 struct sigcontext32 { struct
13 int sigc_onstack; /* state to restore */
14 int sigc_mask; /* sigmask to restore */
15 int sigc_sp; /* stack pointer */
16 int sigc_pc; /* program counter */
17 int sigc_npc; /* next program counter */
18 int sigc_psr; /* for condition codes etc */
19 int sigc_g1; /* User uses these two registers */
20 int sigc_o0; /* within the trampoline code. */
25 int sigc_oswins; /* outstanding windows */
[all …]
/linux-2.6.39/arch/powerpc/kernel/
Dppc32.h110 struct sigcontext32 { struct
111 unsigned int _unused[4];
112 int signal;
113 compat_uptr_t handler;
114 unsigned int oldmask;
115 compat_uptr_t regs; /* 4 byte pointer to the pt_regs32 structure. */
Dperf_callchain.c322 #define sigcontext32 sigcontext macro
/linux-2.6.39/arch/s390/kernel/
Dcompat_linux.h132 struct sigcontext32 struct
134 __u32 oldmask[_COMPAT_NSIG_WORDS];
135 __u32 sregs; /* pointer */