Lines Matching defs:thread_struct
457 struct thread_struct { struct
459 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
461 unsigned long sp0;
463 unsigned long sp;
465 unsigned long sysenter_cs;
467 unsigned short es;
468 unsigned short ds;
469 unsigned short fsindex;
470 unsigned short gsindex;
474 unsigned long fsbase;
475 unsigned long gsbase;
481 unsigned long fs;
482 unsigned long gs;
486 struct perf_event *ptrace_bps[HBP_NUM];
488 unsigned long virtual_dr6;
513 * context switch. Store it in thread_struct to avoid a lookup in argument
535 extern void fpu_thread_struct_whitelist(unsigned long *offset, unsigned long *size); argument