Searched defs:thread_struct (Results 1 – 1 of 1) sorted by relevance
191 struct thread_struct { struct193 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];194 unsigned long esp0;195 unsigned long sysenter_cs;196 unsigned long eip;197 unsigned long esp;198 unsigned long fs;199 unsigned long gs;201 unsigned long debugreg[8];203 unsigned long cr2, trap_no, error_code;[all …]