Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/include/asm/
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 …]
/external/u-boot/arch/arm/include/asm/
Dprocessor.h66 struct thread_struct { struct
89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument
/external/clang/test/CodeGen/
D2003-11-27-ConstructorCast.c9 struct thread_struct { struct
13 struct thread_struct thread = (struct thread_struct) { {{0}} }; in _init_task_union() argument
D2003-11-27-UnionCtorInitialization.c11 struct thread_struct { struct
15 struct thread_struct thread = (struct thread_struct) { {{0}} }; in _init_task_union() argument
/external/ltp/testcases/kernel/io/disktest/
Dmain.h189 typedef struct thread_struct { struct
192 struct thread_struct *next; /* pointer to next thread */ argument
/external/u-boot/arch/powerpc/include/asm/
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 …]