Lines Matching defs:thread_struct
455 struct thread_struct { struct
457 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
459 unsigned long sp0;
461 unsigned long sp;
463 unsigned long sysenter_cs;
465 unsigned short es;
466 unsigned short ds;
467 unsigned short fsindex;
468 unsigned short gsindex;
472 unsigned long fsbase;
473 unsigned long gsbase;
479 unsigned long fs;
480 unsigned long gs;
484 struct perf_event *ptrace_bps[HBP_NUM];
486 unsigned long debugreg6;
488 unsigned long ptrace_dr7;
490 unsigned long cr2;
491 unsigned long trap_nr;
492 unsigned long error_code;
517 static inline void arch_thread_struct_whitelist(unsigned long *offset, in arch_thread_struct_whitelist() argument
520 *offset = offsetof(struct thread_struct, fpu.state); in arch_thread_struct_whitelist() argument