Searched refs:ctst (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c271 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
309 setup_child( &ctst->arch, &ptst->arch );
313 { UInt old_cr = LibVEX_GuestPPC64_get_CR( &ctst->arch.vex );
315 ctst->arch.vex.guest_GPR3 = 0;
317 LibVEX_GuestPPC64_put_CR( old_cr & ~(1<<28), &ctst->arch.vex );
321 ctst->arch.vex.guest_GPR1 = sp;
323 ctst->os_state.parent = ptid;
326 ctst->sig_mask = ptst->sig_mask;
327 ctst->tmp_sig_mask = ptst->sig_mask;
338 ctst
[all...]
H A Dsyswrap-arm64-linux.c227 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
257 setup_child( &ctst->arch, &ptst->arch );
261 ctst->arch.vex.guest_X0 = 0;
264 ctst->arch.vex.guest_XSP = child_xsp;
266 ctst->os_state.parent = ptid;
269 ctst->sig_mask = ptst->sig_mask;
270 ctst->tmp_sig_mask = ptst->sig_mask;
281 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
290 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(child_xsp);
291 ctst
[all...]
H A Dsyswrap-mips32-linux.c248 ThreadState * ctst = VG_ (get_ThreadState) (ctid); local
263 setup_child (&ctst->arch, &ptst->arch);
266 ctst->arch.vex.guest_r2 = 0;
267 ctst->arch.vex.guest_r7 = 0;
269 ctst->arch.vex.guest_r29 = sp;
271 ctst->os_state.parent = ptid;
272 ctst->sig_mask = ptst->sig_mask;
273 ctst->tmp_sig_mask = ptst->sig_mask;
285 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
289 ctst
[all...]
H A Dsyswrap-ppc32-linux.c244 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
282 setup_child( &ctst->arch, &ptst->arch );
286 { UInt old_cr = LibVEX_GuestPPC32_get_CR( &ctst->arch.vex );
288 ctst->arch.vex.guest_GPR3 = 0;
290 LibVEX_GuestPPC32_put_CR( old_cr & ~(1<<28), &ctst->arch.vex );
294 ctst->arch.vex.guest_GPR1 = sp;
296 ctst->os_state.parent = ptid;
299 ctst->sig_mask = ptst->sig_mask;
300 ctst->tmp_sig_mask = ptst->sig_mask;
311 ctst
[all...]
H A Dsyswrap-mips64-linux.c205 ThreadState * ctst = VG_ (get_ThreadState) (ctid); local
220 setup_child(&ctst->arch, &ptst->arch);
223 ctst->arch.vex.guest_r2 = 0;
224 ctst->arch.vex.guest_r7 = 0;
226 ctst->arch.vex.guest_r29 = sp;
228 ctst->os_state.parent = ptid;
229 ctst->sig_mask = ptst->sig_mask;
230 ctst->tmp_sig_mask = ptst->sig_mask;
232 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
236 ctst
[all...]
H A Dsyswrap-amd64-linux.c211 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
241 setup_child( &ctst->arch, &ptst->arch );
245 ctst->arch.vex.guest_RAX = 0;
248 ctst->arch.vex.guest_RSP = rsp;
250 ctst->os_state.parent = ptid;
253 ctst->sig_mask = ptst->sig_mask;
254 ctst->tmp_sig_mask = ptst->sig_mask;
265 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
274 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(rsp);
275 ctst
[all...]
H A Dsyswrap-s390x-linux.c217 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
247 setup_child( &ctst->arch, &ptst->arch );
251 ctst->arch.vex.guest_r2 = 0;
254 ctst->arch.vex.guest_r15 = sp;
256 ctst->os_state.parent = ptid;
259 ctst->sig_mask = ptst->sig_mask;
260 ctst->tmp_sig_mask = ptst->sig_mask;
263 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
272 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(sp);
273 ctst
[all...]
H A Dsyswrap-arm-linux.c177 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
196 setup_child( &ctst->arch, &ptst->arch );
198 ctst->arch.vex.guest_R0 = 0;
200 ctst->arch.vex.guest_R13 = sp;
202 ctst->os_state.parent = ptid;
204 ctst->sig_mask = ptst->sig_mask;
205 ctst->tmp_sig_mask = ptst->sig_mask;
216 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
220 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(sp);
221 ctst
[all...]
H A Dsyswrap-x86-linux.c218 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
252 setup_child( &ctst->arch, &ptst->arch, True );
256 ctst->arch.vex.guest_EAX = 0;
259 ctst->arch.vex.guest_ESP = esp;
261 ctst->os_state.parent = ptid;
264 ctst->sig_mask = ptst->sig_mask;
265 ctst->tmp_sig_mask = ptst->sig_mask;
276 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
285 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(esp);
286 ctst
[all...]

Completed in 54 milliseconds