Searched defs:thread_scall_regs (Results 1 – 2 of 2) sorted by relevance
234 struct thread_scall_regs { struct248 struct thread_scall_regs { argument249 uint64_t elr;250 uint64_t spsr;251 uint64_t x0; /* r0_usr */252 uint64_t x1; /* r1_usr */253 uint64_t x2; /* r2_usr */254 uint64_t x3; /* r3_usr */255 uint64_t x4; /* r4_usr */256 uint64_t x5; /* r5_usr */[all …]
106 struct thread_scall_regs { struct107 unsigned long ra;108 unsigned long sp;109 unsigned long gp;110 unsigned long tp;111 unsigned long t0;112 unsigned long t1;113 unsigned long t2;114 unsigned long a0;115 unsigned long a1;[all …]