/linux/arch/powerpc/include/asm/ |
H A D | processor.h | 133 struct thread_struct { struct 134 unsigned long ksp; /* Kernel stack pointer */ 137 unsigned long ksp_vsid; 139 struct pt_regs *regs; /* Pointer to saved register state */ 142 unsigned long normsave[8] ____cacheline_aligned; 145 void *pgdir; /* root of page-table tree */ 147 unsigned long rtas_sp; /* stack pointer for when in RTAS */ 150 unsigned long kuap; /* opened segments for user access */ 152 unsigned long srr0; 153 unsigned long srr1; [all …]
|
/linux/arch/loongarch/include/asm/ |
H A D | processor.h | 110 struct thread_struct { struct 112 unsigned long reg01, reg03, reg22; /* ra sp fp */ 113 unsigned long reg23, reg24, reg25, reg26; /* s0-s3 */ 114 unsigned long reg27, reg28, reg29, reg30, reg31; /* s4-s8 */ 117 unsigned long sched_ra; 118 unsigned long sched_cfa; 121 unsigned long csr_prmd; 122 unsigned long csr_crmd; 123 unsigned long csr_euen; 124 unsigned long csr_ecfg; [all …]
|
/linux/arch/mips/include/asm/ |
H A D | processor.h | 229 struct thread_struct { struct 231 unsigned long reg16; 232 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23; 233 unsigned long reg29, reg30, reg31; 236 unsigned long cp0_status; 240 struct mips_fpu_struct fpu FPU_ALIGN; 242 atomic_t bd_emu_frame; 244 unsigned long bd_emu_branch_pc; 246 unsigned long bd_emu_cont_pc; 250 unsigned long emulated_fp; [all …]
|
/linux/arch/riscv/include/asm/ |
H A D | processor.h | 105 struct thread_struct { struct 128 static inline void arch_thread_struct_whitelist(unsigned long *offset, in arch_thread_struct_whitelist() argument 131 *offset = offsetof(struct thread_struct, fstate); in arch_thread_struct_whitelist() argument
|
/linux/arch/arm64/include/asm/ |
H A D | processor.h | 147 struct thread_struct { struct 148 struct cpu_context cpu_context; /* cpu context */ 155 struct { 161 } uw; 163 enum fp_type fp_type; /* registers FPSIMD or SVE? */ 164 unsigned int fpsimd_cpu; 165 void *sve_state; /* SVE registers, if any */ 166 void *sme_state; /* ZA and ZT state, if any */ 167 unsigned int vl[ARM64_VEC_MAX]; /* vector length */ 168 unsigned int vl_onexec[ARM64_VEC_MAX]; /* vl after next exec */ [all …]
|
/linux/arch/sparc/include/asm/ |
H A D | processor_32.h | 36 struct thread_struct { struct 37 struct pt_regs *kregs; 38 unsigned int _pad1; 41 unsigned long fork_kpsr __attribute__ ((aligned (8))); 42 unsigned long fork_kwim; 45 unsigned long float_regs[32] __attribute__ ((aligned (8))); 46 unsigned long fsr; 47 unsigned long fpqdepth; 48 struct fpq fpqueue[16];
|
H A D | processor_64.h | 52 struct thread_struct { struct 58 int smp_lock_count; 59 unsigned int smp_lock_pc;
|
/linux/arch/sh/include/asm/ |
H A D | processor_32.h | 91 struct thread_struct { struct 93 unsigned long sp; 94 unsigned long pc; 97 unsigned long flags; 100 struct perf_event *ptrace_bps[HBP_NUM]; 104 struct sh_dsp_struct dsp_status; 108 union thread_xstate *xstate; 118 unsigned char fpu_counter;
|
/linux/arch/microblaze/include/asm/ |
H A D | processor.h | 53 struct thread_struct { struct 55 unsigned long ksp; 56 unsigned long ksp_limit; /* if ksp <= ksp_limit stack overflow */ 57 void *pgdir; /* root of page-table tree */ 58 struct pt_regs *regs; /* Pointer to saved register state */
|
/linux/arch/arc/include/asm/ |
H A D | processor.h | 24 struct thread_struct { struct 25 unsigned long callee_reg; /* pointer to callee regs */ 26 unsigned long fault_address; /* dbls as brkpt holder as well */ 28 struct dsp_callee_regs dsp; 31 struct arc_fpu fpu;
|
/linux/arch/arm/include/asm/ |
H A D | processor.h | 31 struct thread_struct { struct 41 * Everything usercopied to/from thread_struct is statically-sized, so argument
|
/linux/arch/nios2/include/asm/ |
H A D | processor.h | 45 struct thread_struct { struct 46 struct pt_regs *kregs; 49 unsigned long ksp; 50 unsigned long kpsr;
|
/linux/arch/csky/include/asm/ |
H A D | processor.h | 41 struct thread_struct { struct 42 unsigned long sp; /* kernel stack pointer */ 43 unsigned long trap_no; /* saved status register */
|
/linux/arch/parisc/include/asm/ |
H A D | processor.h | 105 struct thread_struct { struct 106 struct pt_regs regs; 107 unsigned long task_size; 108 unsigned long map_base; 109 unsigned long flags;
|
/linux/arch/openrisc/include/asm/ |
H A D | processor.h | 46 struct thread_struct { struct 47 long fpcsr; /* Floating point control status register. */
|
/linux/arch/hexagon/include/asm/ |
H A D | processor.h | 26 struct thread_struct { struct 31 * initializes thread_struct argument
|
/linux/arch/alpha/include/asm/ |
H A D | processor.h | 26 struct thread_struct { }; struct
|