Lines Matching refs:thread_info
43 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
44 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
45 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); in main()
46 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
47 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain)); in main()
48 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
49 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain)); in main()
50 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); in main()
51 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
52 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
53 DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate)); in main()
54 DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate)); in main()
56 DEFINE(TI_THUMBEE_STATE, offsetof(struct thread_info, thumbee_state)); in main()
59 DEFINE(TI_IWMMXT_STATE, offsetof(struct thread_info, fpstate.iwmmxt)); in main()
62 DEFINE(TI_CRUNCH_STATE, offsetof(struct thread_info, crunchstate)); in main()