Lines Matching defs:thread_struct
469 struct thread_struct { struct
471 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
473 unsigned long sp0;
475 unsigned long sp;
477 unsigned long sysenter_cs;
479 unsigned short es;
480 unsigned short ds;
481 unsigned short fsindex;
482 unsigned short gsindex;
486 unsigned long fsbase;
487 unsigned long gsbase;
493 unsigned long fs;
494 unsigned long gs;
498 struct perf_event *ptrace_bps[HBP_NUM];
500 unsigned long virtual_dr6;
525 * context switch. Store it in thread_struct to avoid a lookup in argument
544 *offset = offsetof(struct thread_struct, fpu.state); in arch_thread_struct_whitelist() argument