Searched defs:thread_struct (Results 1 – 2 of 2) sorted by relevance
2221 struct thread_struct { struct2222 struct cpu_context cpu_context;2224 struct {2228 } uw;2229 enum fp_type fp_type;2230 unsigned int fpsimd_cpu;2231 void *sve_state;2232 void *sme_state;2233 unsigned int vl[2];2234 unsigned int vl_onexec[2];[all …]
1777 struct thread_struct { struct1778 struct desc_struct tls_array[3];1779 unsigned long sp;1780 unsigned short es;1781 unsigned short ds;1782 unsigned short fsindex;1783 unsigned short gsindex;1784 unsigned long fsbase;1785 unsigned long gsbase;1786 struct perf_event *ptrace_bps[4];[all …]