Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dprocessor.h67 struct thread_struct { struct
69 unsigned long reg16;
70 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;
71 unsigned long reg29, reg30, reg31;
74 unsigned long cp0_status;
77 struct mips_fpu_struct fpu;
80 unsigned long emulated_fp;
82 cpumask_t user_cpus_allowed;
86 struct mips_dsp_state dsp;
89 unsigned long cp0_badvaddr; /* Last user fault */
[all …]
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dprocessor.h66 struct thread_struct { struct
89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dprocessor.h1262 struct thread_struct { struct
1263 unsigned long ksp; /* Kernel stack pointer */
1264 unsigned long wchan; /* Event task is sleeping on */
1265 struct pt_regs *regs; /* Pointer to saved register state */
1266 mm_segment_t fs; /* for get_fs() validation */
1267 void *pgdir; /* root of page-table tree */
1268 signed long last_syscall;
1269 double fpr[32]; /* Complete floating point set */
1270 unsigned long fpscr_pad; /* fpr ... fpscr must be contiguous */
1271 unsigned long fpscr; /* Floating point status */
[all …]