Lines Matching refs:thread_struct
80 DEFINE(THREAD_DSCR, offsetof(struct thread_struct, dscr)); in main()
81 DEFINE(THREAD_DSCR_INHERIT, offsetof(struct thread_struct, dscr_inherit)); in main()
86 DEFINE(KSP_LIMIT, offsetof(struct thread_struct, ksp_limit)); in main()
89 DEFINE(KSP, offsetof(struct thread_struct, ksp)); in main()
90 DEFINE(PT_REGS, offsetof(struct thread_struct, regs)); in main()
92 DEFINE(THREAD_NORMSAVES, offsetof(struct thread_struct, normsave[0])); in main()
94 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode)); in main()
95 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fp_state)); in main()
96 DEFINE(THREAD_FPSAVEAREA, offsetof(struct thread_struct, fp_save_area)); in main()
99 DEFINE(THREAD_VRSTATE, offsetof(struct thread_struct, vr_state)); in main()
100 DEFINE(THREAD_VRSAVEAREA, offsetof(struct thread_struct, vr_save_area)); in main()
101 DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave)); in main()
102 DEFINE(THREAD_USED_VR, offsetof(struct thread_struct, used_vr)); in main()
106 DEFINE(THREAD_USED_VSR, offsetof(struct thread_struct, used_vsr)); in main()
109 DEFINE(KSP_VSID, offsetof(struct thread_struct, ksp_vsid)); in main()
111 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir)); in main()
113 DEFINE(THREAD_EVR0, offsetof(struct thread_struct, evr[0])); in main()
114 DEFINE(THREAD_ACC, offsetof(struct thread_struct, acc)); in main()
115 DEFINE(THREAD_SPEFSCR, offsetof(struct thread_struct, spefscr)); in main()
116 DEFINE(THREAD_USED_SPE, offsetof(struct thread_struct, used_spe)); in main()
120 DEFINE(THREAD_DBCR0, offsetof(struct thread_struct, debug.dbcr0)); in main()
123 DEFINE(THREAD_KVM_SVCPU, offsetof(struct thread_struct, kvm_shadow_vcpu)); in main()
126 DEFINE(THREAD_KVM_VCPU, offsetof(struct thread_struct, kvm_vcpu)); in main()
130 DEFINE(THREAD_TAR, offsetof(struct thread_struct, tar)); in main()
131 DEFINE(THREAD_BESCR, offsetof(struct thread_struct, bescr)); in main()
132 DEFINE(THREAD_EBBHR, offsetof(struct thread_struct, ebbhr)); in main()
133 DEFINE(THREAD_EBBRR, offsetof(struct thread_struct, ebbrr)); in main()
134 DEFINE(THREAD_SIAR, offsetof(struct thread_struct, siar)); in main()
135 DEFINE(THREAD_SDAR, offsetof(struct thread_struct, sdar)); in main()
136 DEFINE(THREAD_SIER, offsetof(struct thread_struct, sier)); in main()
137 DEFINE(THREAD_MMCR0, offsetof(struct thread_struct, mmcr0)); in main()
138 DEFINE(THREAD_MMCR2, offsetof(struct thread_struct, mmcr2)); in main()
142 DEFINE(THREAD_TM_TFHAR, offsetof(struct thread_struct, tm_tfhar)); in main()
143 DEFINE(THREAD_TM_TEXASR, offsetof(struct thread_struct, tm_texasr)); in main()
144 DEFINE(THREAD_TM_TFIAR, offsetof(struct thread_struct, tm_tfiar)); in main()
145 DEFINE(THREAD_TM_TAR, offsetof(struct thread_struct, tm_tar)); in main()
146 DEFINE(THREAD_TM_PPR, offsetof(struct thread_struct, tm_ppr)); in main()
147 DEFINE(THREAD_TM_DSCR, offsetof(struct thread_struct, tm_dscr)); in main()
148 DEFINE(PT_CKPT_REGS, offsetof(struct thread_struct, ckpt_regs)); in main()
149 DEFINE(THREAD_TRANSACT_VRSTATE, offsetof(struct thread_struct, in main()
151 DEFINE(THREAD_TRANSACT_VRSAVE, offsetof(struct thread_struct, in main()
153 DEFINE(THREAD_TRANSACT_FPSTATE, offsetof(struct thread_struct, in main()