Lines Matching refs:thread_struct
89 OFFSET(RTAS_SP, thread_struct, rtas_sp); in main()
101 OFFSET(KSP, thread_struct, ksp); in main()
102 OFFSET(PT_REGS, thread_struct, regs); in main()
104 OFFSET(THREAD_NORMSAVES, thread_struct, normsave[0]); in main()
107 OFFSET(THREAD_FPEXC_MODE, thread_struct, fpexc_mode); in main()
108 OFFSET(THREAD_FPSTATE, thread_struct, fp_state.fpr); in main()
109 OFFSET(THREAD_FPSAVEAREA, thread_struct, fp_save_area); in main()
112 OFFSET(THREAD_LOAD_FP, thread_struct, load_fp); in main()
114 OFFSET(THREAD_VRSTATE, thread_struct, vr_state.vr); in main()
115 OFFSET(THREAD_VRSAVEAREA, thread_struct, vr_save_area); in main()
116 OFFSET(THREAD_USED_VR, thread_struct, used_vr); in main()
118 OFFSET(THREAD_LOAD_VEC, thread_struct, load_vec); in main()
121 OFFSET(THREAD_USED_VSR, thread_struct, used_vsr); in main()
124 OFFSET(KSP_VSID, thread_struct, ksp_vsid); in main()
126 OFFSET(PGDIR, thread_struct, pgdir); in main()
127 OFFSET(SRR0, thread_struct, srr0); in main()
128 OFFSET(SRR1, thread_struct, srr1); in main()
129 OFFSET(DAR, thread_struct, dar); in main()
130 OFFSET(DSISR, thread_struct, dsisr); in main()
132 OFFSET(THR0, thread_struct, r0); in main()
133 OFFSET(THR3, thread_struct, r3); in main()
134 OFFSET(THR4, thread_struct, r4); in main()
135 OFFSET(THR5, thread_struct, r5); in main()
136 OFFSET(THR6, thread_struct, r6); in main()
137 OFFSET(THR8, thread_struct, r8); in main()
138 OFFSET(THR9, thread_struct, r9); in main()
139 OFFSET(THR11, thread_struct, r11); in main()
140 OFFSET(THLR, thread_struct, lr); in main()
141 OFFSET(THCTR, thread_struct, ctr); in main()
142 OFFSET(THSR0, thread_struct, sr0); in main()
145 OFFSET(THREAD_EVR0, thread_struct, evr[0]); in main()
146 OFFSET(THREAD_ACC, thread_struct, acc); in main()
147 OFFSET(THREAD_USED_SPE, thread_struct, used_spe); in main()
151 OFFSET(THREAD_KVM_SVCPU, thread_struct, kvm_shadow_vcpu); in main()
154 OFFSET(THREAD_KVM_VCPU, thread_struct, kvm_vcpu); in main()
159 OFFSET(THREAD_TM_TFHAR, thread_struct, tm_tfhar); in main()
160 OFFSET(THREAD_TM_TEXASR, thread_struct, tm_texasr); in main()
161 OFFSET(THREAD_TM_TFIAR, thread_struct, tm_tfiar); in main()
162 OFFSET(THREAD_TM_TAR, thread_struct, tm_tar); in main()
163 OFFSET(THREAD_TM_PPR, thread_struct, tm_ppr); in main()
164 OFFSET(THREAD_TM_DSCR, thread_struct, tm_dscr); in main()
165 OFFSET(THREAD_TM_AMR, thread_struct, tm_amr); in main()
166 OFFSET(PT_CKPT_REGS, thread_struct, ckpt_regs); in main()
167 OFFSET(THREAD_CKVRSTATE, thread_struct, ckvr_state.vr); in main()
168 OFFSET(THREAD_CKVRSAVE, thread_struct, ckvrsave); in main()
169 OFFSET(THREAD_CKFPSTATE, thread_struct, ckfp_state.fpr); in main()