Home
last modified time | relevance | path

Searched defs:sigcontext (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigcontext.h41 struct sigcontext { struct
65 struct sigcontext { argument
66 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 …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsigcontext.h20 struct sigcontext { struct
21 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 argument
56 struct sigcontext { struct
57 __u64 sc_regs[32];
58 __u64 sc_fpregs[32];
59 __u64 sc_mdhi;
60 __u64 sc_hi1;
[all …]