Lines Matching defs:thread_struct
448 struct thread_struct { struct
450 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
452 unsigned long sp0;
454 unsigned long sp;
456 unsigned long sysenter_cs;
458 unsigned short es;
459 unsigned short ds;
460 unsigned short fsindex;
461 unsigned short gsindex;
465 unsigned long fsbase;
466 unsigned long gsbase;
472 unsigned long fs;
473 unsigned long gs;
477 struct perf_event *ptrace_bps[HBP_NUM];
479 unsigned long virtual_dr6;
504 * context switch. Store it in thread_struct to avoid a lookup in argument
525 extern void fpu_thread_struct_whitelist(unsigned long *offset, unsigned long *size); argument