Lines Matching defs:thread_struct
436 struct thread_struct { struct
438 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
440 unsigned long sp0;
442 unsigned long sp;
444 unsigned long sysenter_cs;
446 unsigned short es;
447 unsigned short ds;
448 unsigned short fsindex;
449 unsigned short gsindex;
453 unsigned long fsbase;
454 unsigned long gsbase;
460 unsigned long fs;
461 unsigned long gs;
465 struct perf_event *ptrace_bps[HBP_NUM];
467 unsigned long virtual_dr6;
492 * context switch. Store it in thread_struct to avoid a lookup in argument
514 extern void fpu_thread_struct_whitelist(unsigned long *offset, unsigned long *size); argument