Searched defs:thread_struct (Results 1 – 9 of 9) sorted by relevance
9 struct thread_struct { struct13 struct thread_struct thread = (struct thread_struct) { {{0}} }; in _init_task_union() argument
11 struct thread_struct { struct15 struct thread_struct thread = (struct thread_struct) { {{0}} }; in _init_task_union() argument
1167 struct thread_struct { struct1168 long unsigned int ksp;1169 long unsigned int ksp_vsid;1170 struct pt_regs *regs;1171 struct debug_reg debug;1173 struct thread_fp_state fp_state;1174 struct thread_fp_state *fp_save_area;1175 int fpexc_mode;1176 unsigned int align_ctl;1177 struct perf_event *ptrace_bps[2];[all …]
984 struct thread_struct { struct985 struct desc_struct tls_array[3];986 long unsigned int sp;987 short unsigned int es;988 short unsigned int ds;989 short unsigned int fsindex;990 short unsigned int gsindex;991 long unsigned int fsbase;992 long unsigned int gsbase;993 struct perf_event *ptrace_bps[4];[all …]
784 struct thread_struct { struct785 struct desc_struct tls_array[3];786 long unsigned int sp;787 short unsigned int es;788 short unsigned int ds;789 short unsigned int fsindex;790 short unsigned int gsindex;791 long unsigned int fsbase;792 long unsigned int gsbase;793 struct perf_event *ptrace_bps[4];[all …]
806 struct thread_struct { struct807 struct cpu_context cpu_context;809 struct {813 } uw;814 unsigned int fpsimd_cpu;815 void *sve_state;816 unsigned int sve_vl;817 unsigned int sve_vl_onexec;818 long unsigned int fault_address;819 long unsigned int fault_code;[all …]