Home
last modified time | relevance | path

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

/u-boot/arch/mips/include/asm/
A Dprocessor.h66 struct thread_struct { struct
68 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 …]
/u-boot/arch/arm/include/asm/
A Dprocessor.h66 struct thread_struct { struct
89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument

Completed in 3 milliseconds