Searched defs:thread_struct (Results 1 – 1 of 1) sorted by relevance
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 …]