Lines Matching defs:sigcontext
29 typedef struct sigcontext { struct30 unsigned long _unused[4];31 int signal;32 int _pad0;33 unsigned long handler;34 unsigned long oldmask;35 struct pt_regs *regs;36 gregset_t gp_regs;37 fpregset_t fp_regs;38 vrregset_t *v_regs;39 long vmx_reserve[34+34+32+1];