Searched defs:sigcontext (Results 1 – 2 of 2) sorted by relevance
41 struct sigcontext { struct65 struct sigcontext { argument66 unsigned long long sc_regs[32];67 unsigned long long sc_fpregs[32];68 unsigned long long sc_mdhi;69 unsigned long long sc_hi1;70 unsigned long long sc_hi2;71 unsigned long long sc_hi3;72 unsigned long long sc_mdlo;73 unsigned long long sc_lo1;[all …]
20 struct sigcontext { struct21 unsigned int sc_regmask; /* Unused */22 unsigned int sc_status; /* Unused */23 unsigned long long sc_pc;47 * Keep this struct definition in sync with the sigcontext fragment argument56 struct sigcontext { struct57 __u64 sc_regs[32];58 __u64 sc_fpregs[32];59 __u64 sc_mdhi;60 __u64 sc_hi1;[all …]