Lines Matching refs:compat_ulong_t

21 	compat_ulong_t pc;
22 compat_ulong_t ra;
23 compat_ulong_t sp;
24 compat_ulong_t gp;
25 compat_ulong_t tp;
26 compat_ulong_t t0;
27 compat_ulong_t t1;
28 compat_ulong_t t2;
29 compat_ulong_t s0;
30 compat_ulong_t s1;
31 compat_ulong_t a0;
32 compat_ulong_t a1;
33 compat_ulong_t a2;
34 compat_ulong_t a3;
35 compat_ulong_t a4;
36 compat_ulong_t a5;
37 compat_ulong_t a6;
38 compat_ulong_t a7;
39 compat_ulong_t s2;
40 compat_ulong_t s3;
41 compat_ulong_t s4;
42 compat_ulong_t s5;
43 compat_ulong_t s6;
44 compat_ulong_t s7;
45 compat_ulong_t s8;
46 compat_ulong_t s9;
47 compat_ulong_t s10;
48 compat_ulong_t s11;
49 compat_ulong_t t3;
50 compat_ulong_t t4;
51 compat_ulong_t t5;
52 compat_ulong_t t6;
58 cregs->pc = (compat_ulong_t) regs->epc; in regs_to_cregs()
59 cregs->ra = (compat_ulong_t) regs->ra; in regs_to_cregs()
60 cregs->sp = (compat_ulong_t) regs->sp; in regs_to_cregs()
61 cregs->gp = (compat_ulong_t) regs->gp; in regs_to_cregs()
62 cregs->tp = (compat_ulong_t) regs->tp; in regs_to_cregs()
63 cregs->t0 = (compat_ulong_t) regs->t0; in regs_to_cregs()
64 cregs->t1 = (compat_ulong_t) regs->t1; in regs_to_cregs()
65 cregs->t2 = (compat_ulong_t) regs->t2; in regs_to_cregs()
66 cregs->s0 = (compat_ulong_t) regs->s0; in regs_to_cregs()
67 cregs->s1 = (compat_ulong_t) regs->s1; in regs_to_cregs()
68 cregs->a0 = (compat_ulong_t) regs->a0; in regs_to_cregs()
69 cregs->a1 = (compat_ulong_t) regs->a1; in regs_to_cregs()
70 cregs->a2 = (compat_ulong_t) regs->a2; in regs_to_cregs()
71 cregs->a3 = (compat_ulong_t) regs->a3; in regs_to_cregs()
72 cregs->a4 = (compat_ulong_t) regs->a4; in regs_to_cregs()
73 cregs->a5 = (compat_ulong_t) regs->a5; in regs_to_cregs()
74 cregs->a6 = (compat_ulong_t) regs->a6; in regs_to_cregs()
75 cregs->a7 = (compat_ulong_t) regs->a7; in regs_to_cregs()
76 cregs->s2 = (compat_ulong_t) regs->s2; in regs_to_cregs()
77 cregs->s3 = (compat_ulong_t) regs->s3; in regs_to_cregs()
78 cregs->s4 = (compat_ulong_t) regs->s4; in regs_to_cregs()
79 cregs->s5 = (compat_ulong_t) regs->s5; in regs_to_cregs()
80 cregs->s6 = (compat_ulong_t) regs->s6; in regs_to_cregs()
81 cregs->s7 = (compat_ulong_t) regs->s7; in regs_to_cregs()
82 cregs->s8 = (compat_ulong_t) regs->s8; in regs_to_cregs()
83 cregs->s9 = (compat_ulong_t) regs->s9; in regs_to_cregs()
84 cregs->s10 = (compat_ulong_t) regs->s10; in regs_to_cregs()
85 cregs->s11 = (compat_ulong_t) regs->s11; in regs_to_cregs()
86 cregs->t3 = (compat_ulong_t) regs->t3; in regs_to_cregs()
87 cregs->t4 = (compat_ulong_t) regs->t4; in regs_to_cregs()
88 cregs->t5 = (compat_ulong_t) regs->t5; in regs_to_cregs()
89 cregs->t6 = (compat_ulong_t) regs->t6; in regs_to_cregs()