Searched defs:sigcontext (Results 1 – 6 of 6) sorted by relevance
39 struct sigcontext { struct63 struct sigcontext { argument67 __extension__ unsigned long long sc_hi1;68 __extension__ unsigned long long sc_hi2;69 __extension__ unsigned long long sc_hi3;71 __extension__ unsigned long long sc_lo1;74 __extension__ unsigned long long sc_pc;75 unsigned int sc_fpc_csr;76 unsigned int sc_used_math;77 unsigned int sc_dsp;[all …]
40 struct sigcontext struct44 stack_t sc_stack; /* previously active stack */46 unsigned long int sc_ip; /* instruction pointer */47 unsigned long int sc_cfm; /* current frame marker */48 unsigned long int sc_um; /* user mask bits */50 unsigned long int sc_ar_bsp; /* backing store pointer */56 unsigned long int sc_ar_lc; /* loop count register */57 unsigned long int sc_pr; /* predicate registers */58 unsigned long int sc_br[8]; /* branch registers */63 unsigned long int sc_ar25; /* cmp8xchg16 uses this */[all …]
59 int sc_gs;60 int sc_fs;61 int sc_es;62 int sc_ds;66 int sc_edi;67 int sc_esi;68 int sc_ebp;70 int sc_ebx;71 int sc_edx;72 int sc_ecx;[all …]
25 struct sigcontext { struct27 unsigned long int gregs[32];28 unsigned long long int fpregs[66] __attribute__ ((__aligned__ (16)));
95 struct sigcontext struct97 unsigned short gs, __gsh;98 unsigned short fs, __fsh;99 unsigned short es, __esh;100 unsigned short ds, __dsh;112 unsigned short cs, __csh;115 unsigned short ss, __ssh;139 struct sigcontext argument141 __uint64_t r8;142 __uint64_t r9;[all …]
35 struct sigcontext struct58 struct sigcontext argument82 #endif /* bits/sigcontext.h */ argument
Completed in 17 milliseconds