Lines Matching refs:thread_struct
94 OFFSET(KSP_LIMIT, thread_struct, ksp_limit); in main()
96 OFFSET(RTAS_SP, thread_struct, rtas_sp); in main()
108 OFFSET(KSP, thread_struct, ksp); in main()
109 OFFSET(PT_REGS, thread_struct, regs); in main()
111 OFFSET(THREAD_NORMSAVES, thread_struct, normsave[0]); in main()
113 OFFSET(THREAD_FPEXC_MODE, thread_struct, fpexc_mode); in main()
114 OFFSET(THREAD_FPSTATE, thread_struct, fp_state.fpr); in main()
115 OFFSET(THREAD_FPSAVEAREA, thread_struct, fp_save_area); in main()
117 OFFSET(THREAD_LOAD_FP, thread_struct, load_fp); in main()
119 OFFSET(THREAD_VRSTATE, thread_struct, vr_state.vr); in main()
120 OFFSET(THREAD_VRSAVEAREA, thread_struct, vr_save_area); in main()
121 OFFSET(THREAD_VRSAVE, thread_struct, vrsave); in main()
122 OFFSET(THREAD_USED_VR, thread_struct, used_vr); in main()
124 OFFSET(THREAD_LOAD_VEC, thread_struct, load_vec); in main()
127 OFFSET(THREAD_USED_VSR, thread_struct, used_vsr); in main()
130 OFFSET(KSP_VSID, thread_struct, ksp_vsid); in main()
132 OFFSET(PGDIR, thread_struct, pgdir); in main()
134 OFFSET(SRR0, thread_struct, srr0); in main()
135 OFFSET(SRR1, thread_struct, srr1); in main()
136 OFFSET(DAR, thread_struct, dar); in main()
137 OFFSET(DSISR, thread_struct, dsisr); in main()
139 OFFSET(THR0, thread_struct, r0); in main()
140 OFFSET(THR3, thread_struct, r3); in main()
141 OFFSET(THR4, thread_struct, r4); in main()
142 OFFSET(THR5, thread_struct, r5); in main()
143 OFFSET(THR6, thread_struct, r6); in main()
144 OFFSET(THR8, thread_struct, r8); in main()
145 OFFSET(THR9, thread_struct, r9); in main()
146 OFFSET(THR11, thread_struct, r11); in main()
147 OFFSET(THLR, thread_struct, lr); in main()
148 OFFSET(THCTR, thread_struct, ctr); in main()
152 OFFSET(THREAD_EVR0, thread_struct, evr[0]); in main()
153 OFFSET(THREAD_ACC, thread_struct, acc); in main()
154 OFFSET(THREAD_SPEFSCR, thread_struct, spefscr); in main()
155 OFFSET(THREAD_USED_SPE, thread_struct, used_spe); in main()
159 OFFSET(THREAD_DBCR0, thread_struct, debug.dbcr0); in main()
162 OFFSET(THREAD_KVM_SVCPU, thread_struct, kvm_shadow_vcpu); in main()
165 OFFSET(THREAD_KVM_VCPU, thread_struct, kvm_vcpu); in main()
168 OFFSET(KUAP, thread_struct, kuap); in main()
173 OFFSET(THREAD_TM_TFHAR, thread_struct, tm_tfhar); in main()
174 OFFSET(THREAD_TM_TEXASR, thread_struct, tm_texasr); in main()
175 OFFSET(THREAD_TM_TFIAR, thread_struct, tm_tfiar); in main()
176 OFFSET(THREAD_TM_TAR, thread_struct, tm_tar); in main()
177 OFFSET(THREAD_TM_PPR, thread_struct, tm_ppr); in main()
178 OFFSET(THREAD_TM_DSCR, thread_struct, tm_dscr); in main()
179 OFFSET(THREAD_TM_AMR, thread_struct, tm_amr); in main()
180 OFFSET(PT_CKPT_REGS, thread_struct, ckpt_regs); in main()
181 OFFSET(THREAD_CKVRSTATE, thread_struct, ckvr_state.vr); in main()
182 OFFSET(THREAD_CKVRSAVE, thread_struct, ckvrsave); in main()
183 OFFSET(THREAD_CKFPSTATE, thread_struct, ckfp_state.fpr); in main()