Lines Matching defs:thread_struct
438 struct thread_struct { struct
440 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
442 unsigned long sp0;
444 unsigned long sp;
446 unsigned long sysenter_cs;
448 unsigned short es;
449 unsigned short ds;
450 unsigned short fsindex;
451 unsigned short gsindex;
455 unsigned long fsbase;
456 unsigned long gsbase;
462 unsigned long fs;
463 unsigned long gs;
467 struct perf_event *ptrace_bps[HBP_NUM];
469 unsigned long virtual_dr6;
494 * context switch. Store it in thread_struct to avoid a lookup in argument
516 extern void fpu_thread_struct_whitelist(unsigned long *offset, unsigned long *size); argument