Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/powerpc/include/asm/
Dprocessor.h244 struct thread_struct { struct
245 unsigned long ksp; /* Kernel stack pointer */
248 unsigned long ksp_vsid;
250 struct pt_regs *regs; /* Pointer to saved register state */
251 mm_segment_t addr_limit; /* for get_fs() validation */
254 unsigned long normsave[8] ____cacheline_aligned;
257 void *pgdir; /* root of page-table tree */
258 unsigned long ksp_limit; /* if ksp <= ksp_limit stack overflow */
261 struct debug_reg debug;
262 struct thread_fp_state fp_state;
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dprocessor.h118 struct thread_struct { struct
119 unsigned int acrs[NUM_ACRS];
120 unsigned long ksp; /* kernel stack pointer */
121 unsigned long user_timer; /* task cputime in user space */
122 unsigned long guest_timer; /* task cputime in kvm guest */
123 unsigned long system_timer; /* task cputime in kernel space */
124 unsigned long hardirq_timer; /* task cputime in hardirq context */
125 unsigned long softirq_timer; /* task cputime in softirq context */
126 unsigned long sys_call_table; /* system call table address */
127 mm_segment_t mm_segment;
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Dprocessor.h84 struct thread_struct { struct
85 unsigned long ksp; /* kernel stack pointer */
86 unsigned long usp; /* user stack pointer */
87 unsigned short sr; /* saved status register */
88 unsigned short fs; /* saved fs (sfc, dfc) */
89 unsigned long crp[2]; /* cpu root pointer */
90 unsigned long esp0; /* points to SR of stack frame */
91 unsigned long faddr; /* info about last fault */
92 int signo, code;
93 unsigned long fp[8*3];
[all …]
/Linux-v4.19/arch/c6x/include/asm/
Dprocessor.h54 struct thread_struct { struct
55 unsigned long long b15_14;
56 unsigned long long a15_14;
57 unsigned long long b13_12;
58 unsigned long long a13_12;
59 unsigned long long b11_10;
60 unsigned long long a11_10;
61 unsigned long long ricl_icl;
62 unsigned long usp; /* user stack pointer */
63 unsigned long pc; /* kernel pc */
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dprocessor.h254 struct thread_struct { struct
256 unsigned long reg16;
257 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;
258 unsigned long reg29, reg30, reg31;
261 unsigned long cp0_status;
264 struct mips_fpu_struct fpu FPU_ALIGN;
266 atomic_t bd_emu_frame;
268 unsigned long bd_emu_branch_pc;
270 unsigned long bd_emu_cont_pc;
273 unsigned long emulated_fp;
[all …]
/Linux-v4.19/arch/sparc/include/asm/
Dprocessor_32.h46 struct thread_struct { struct
47 struct pt_regs *kregs;
48 unsigned int _pad1;
51 unsigned long fork_kpsr __attribute__ ((aligned (8)));
52 unsigned long fork_kwim;
55 unsigned long float_regs[32] __attribute__ ((aligned (8)));
56 unsigned long fsr;
57 unsigned long fpqdepth;
58 struct fpq fpqueue[16];
59 unsigned long flags;
[all …]
Dprocessor_64.h62 struct thread_struct { struct
68 int smp_lock_count;
69 unsigned int smp_lock_pc;
/Linux-v4.19/arch/um/include/asm/
Dprocessor-generic.h21 struct thread_struct { struct
22 struct pt_regs regs;
23 struct pt_regs *segv_regs;
24 int singlestep_syscall;
25 void *fault_addr;
26 jmp_buf *fault_catcher;
27 struct task_struct *prev_sched;
28 struct arch_thread arch;
29 jmp_buf switch_buf;
30 struct {
[all …]
/Linux-v4.19/arch/sh/include/asm/
Dprocessor_64.h107 struct thread_struct { struct
108 unsigned long sp;
109 unsigned long pc;
112 unsigned long flags;
118 struct pt_regs *kregs;
122 struct pt_regs *uregs;
124 unsigned long address;
128 union thread_xstate *xstate;
138 unsigned char fpu_counter;
Dprocessor_32.h97 struct thread_struct { struct
99 unsigned long sp;
100 unsigned long pc;
103 unsigned long flags;
106 struct perf_event *ptrace_bps[HBP_NUM];
110 struct sh_dsp_struct dsp_status;
114 union thread_xstate *xstate;
124 unsigned char fpu_counter;
/Linux-v4.19/arch/h8300/include/asm/
Dprocessor.h57 struct thread_struct { struct
58 unsigned long ksp; /* kernel stack pointer */
59 unsigned long usp; /* user stack pointer */
60 unsigned long ccr; /* saved status register */
61 unsigned long esp0; /* points to SR of stack frame */
62 struct {
65 } breakinfo;
/Linux-v4.19/arch/xtensa/include/asm/
Dprocessor.h134 struct thread_struct { struct
137 unsigned long ra; /* kernel's a0: return address and window call size */
138 unsigned long sp; /* kernel's a1: stack pointer */
140 mm_segment_t current_ds; /* see uaccess.h for example uses */
144 unsigned long bad_vaddr; /* last user fault */
145 unsigned long bad_uaddr; /* last kernel fault accessing user space */
146 unsigned long error_code;
148 struct perf_event *ptrace_bp[XCHAL_NUM_IBREAK];
149 struct perf_event *ptrace_wp[XCHAL_NUM_DBREAK];
152 int align[0] __attribute__ ((aligned(16)));
/Linux-v4.19/arch/riscv/include/asm/
Dprocessor.h43 struct thread_struct { struct
45 unsigned long ra;
46 unsigned long sp; /* Kernel mode stack */
47 unsigned long s[12]; /* s[0]: frame pointer */
48 struct __riscv_d_ext_state fstate;
/Linux-v4.19/arch/arm64/include/asm/
Dprocessor.h108 struct thread_struct { struct
131 static inline void arch_thread_struct_whitelist(unsigned long *offset, in arch_thread_struct_whitelist() argument
135 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() argument
/Linux-v4.19/arch/microblaze/include/asm/
Dprocessor.h64 struct thread_struct { }; struct
104 struct thread_struct { struct
106 unsigned long ksp;
107 unsigned long ksp_limit; /* if ksp <= ksp_limit stack overflow */
108 void *pgdir; /* root of page-table tree */
109 struct pt_regs *regs; /* Pointer to saved register state */
/Linux-v4.19/arch/unicore32/include/asm/
Dprocessor.h42 struct thread_struct { struct
44 unsigned long address;
45 unsigned long trap_no;
46 unsigned long error_code;
48 struct debug_info debug;
/Linux-v4.19/arch/arc/include/asm/
Dprocessor.h41 struct thread_struct { struct
42 unsigned long ksp; /* kernel mode stack pointer */
43 unsigned long callee_reg; /* pointer to callee regs */
44 unsigned long fault_address; /* dbls as brkpt holder as well */
46 struct arc_fpu fpu;
49 struct eznps_dp dp;
/Linux-v4.19/arch/arm/include/asm/
Dprocessor.h39 struct thread_struct { struct
49 * Everything usercopied to/from thread_struct is statically-sized, so argument
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h455 struct thread_struct { struct
457 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
459 unsigned long sp0;
461 unsigned long sp;
463 unsigned long sysenter_cs;
465 unsigned short es;
466 unsigned short ds;
467 unsigned short fsindex;
468 unsigned short gsindex;
472 unsigned long fsbase;
[all …]
/Linux-v4.19/arch/nios2/include/asm/
Dprocessor.h51 struct thread_struct { struct
52 struct pt_regs *kregs;
55 unsigned long ksp;
56 unsigned long kpsr;
/Linux-v4.19/arch/nds32/include/asm/
Dprocessor.h38 struct thread_struct { struct
39 struct cpu_context cpu_context; /* cpu context */
41 unsigned long address;
42 unsigned long trap_no;
43 unsigned long error_code;
/Linux-v4.19/arch/ia64/include/asm/
Dprocessor.h274 struct thread_struct { struct
275 __u32 flags; /* various thread flags (see IA64_THREAD_*) */
277 __u8 on_ustack; /* executing on user-stacks? */
278 __u8 pad[3];
279 __u64 ksp; /* kernel stack pointer */
280 __u64 map_base; /* base address for get_unmapped_area() */
281 __u64 rbs_bot; /* the base address for the RBS */
282 int last_fph_cpu; /* CPU that may hold the contents of f32-f127 */
285 void *pfm_context; /* pointer to detailed PMU context */
286 unsigned long pfm_needs_checking; /* when >0, pending perfmon work on kernel exit */
[all …]
/Linux-v4.19/arch/parisc/include/asm/
Dprocessor.h125 struct thread_struct { struct
126 struct pt_regs regs;
127 unsigned long task_size;
128 unsigned long map_base;
129 unsigned long flags;
/Linux-v4.19/arch/hexagon/include/asm/
Dprocessor.h42 struct thread_struct { struct
47 * initializes thread_struct argument
/Linux-v4.19/arch/openrisc/include/asm/
Dprocessor.h55 struct thread_struct { struct

12