Searched defs:thread_struct (Results 1 – 2 of 2) sorted by relevance
66 struct thread_struct { struct68 unsigned long reg16;69 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;70 unsigned long reg29, reg30, reg31;73 unsigned long cp0_status;79 unsigned long emulated_fp;85 struct mips_dsp_state dsp;90 unsigned long error_code;91 unsigned long trap_no;93 unsigned long irix_oldctx;[all …]
66 struct thread_struct { struct89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument
Completed in 5 milliseconds