Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/include/asm/
H 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;
76 struct mips_fpu_struct fpu;
79 unsigned long emulated_fp;
81 cpumask_t user_cpus_allowed;
85 struct mips_dsp_state dsp;
88 unsigned long cp0_badvaddr; /* Last user fault */
[all …]
/openbmc/linux/arch/loongarch/include/asm/
Dprocessor.h
/openbmc/linux/arch/sparc/include/asm/
Dprocessor_32.h
Dprocessor_64.h
/openbmc/u-boot/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
/openbmc/linux/arch/microblaze/include/asm/
Dprocessor.h
/openbmc/linux/arch/arc/include/asm/
Dprocessor.h
/openbmc/linux/arch/sh/include/asm/
Dprocessor_32.h
/openbmc/linux/arch/arm/include/asm/
Dprocessor.h
/openbmc/linux/arch/nios2/include/asm/
Dprocessor.h
/openbmc/linux/arch/xtensa/include/asm/
Dprocessor.h
/openbmc/linux/arch/csky/include/asm/
Dprocessor.h
/openbmc/linux/arch/hexagon/include/asm/
Dprocessor.h
/openbmc/linux/arch/alpha/include/asm/
Dprocessor.h
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1255 struct thread_struct { struct
1256 unsigned long ksp; /* Kernel stack pointer */
1257 unsigned long wchan; /* Event task is sleeping on */
1258 struct pt_regs *regs; /* Pointer to saved register state */
1259 mm_segment_t fs; /* for get_fs() validation */
1260 void *pgdir; /* root of page-table tree */
1261 signed long last_syscall;
1262 double fpr[32]; /* Complete floating point set */
1263 unsigned long fpscr_pad; /* fpr ... fpscr must be contiguous */
1264 unsigned long fpscr; /* Floating point status */
[all …]