Lines Matching defs:thread_struct
440 struct thread_struct { struct
442 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
444 unsigned long sp0;
446 unsigned long sp;
448 unsigned long sysenter_cs;
450 unsigned short es;
451 unsigned short ds;
452 unsigned short fsindex;
453 unsigned short gsindex;
457 unsigned long fsbase;
458 unsigned long gsbase;
464 unsigned long fs;
465 unsigned long gs;
469 struct perf_event *ptrace_bps[HBP_NUM];
471 unsigned long debugreg6;
473 unsigned long ptrace_dr7;
475 unsigned long cr2;
476 unsigned long trap_nr;
477 unsigned long error_code;
502 static inline void arch_thread_struct_whitelist(unsigned long *offset, in arch_thread_struct_whitelist() argument
505 *offset = offsetof(struct thread_struct, fpu.state); in arch_thread_struct_whitelist() argument