Searched defs:thread_user_mode_rec (Results 1 – 2 of 2) sorted by relevance
47 struct thread_user_mode_rec { struct48 unsigned long ctx_regs_ptr;49 unsigned long exit_status0_ptr;50 unsigned long exit_status1_ptr;51 unsigned long pad;58 unsigned long x[13];
70 struct thread_user_mode_rec { struct71 uint64_t ctx_regs_ptr;72 uint64_t exit_status0_ptr;73 uint64_t exit_status1_ptr;74 uint64_t pad;75 uint64_t x[31 - 19]; /* x19..x30 */