HomeSort by relevance Sort by last modified time
    Searched refs:ctst (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 271 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->os_state.threadgroup = ptst->os_state.threadgroup
    [all...]
syswrap-ppc32-linux.c 243 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
281 setup_child( &ctst->arch, &ptst->arch );
285 { UInt old_cr = LibVEX_GuestPPC32_get_CR( &ctst->arch.vex );
287 ctst->arch.vex.guest_GPR3 = 0;
289 LibVEX_GuestPPC32_put_CR( old_cr & ~(1<<28), &ctst->arch.vex );
293 ctst->arch.vex.guest_GPR1 = sp;
295 ctst->os_state.parent = ptid;
298 ctst->sig_mask = ptst->sig_mask;
299 ctst->tmp_sig_mask = ptst->sig_mask;
310 ctst->os_state.threadgroup = ptst->os_state.threadgroup
    [all...]
syswrap-amd64-linux.c 210 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
240 setup_child( &ctst->arch, &ptst->arch );
244 ctst->arch.vex.guest_RAX = 0;
247 ctst->arch.vex.guest_RSP = rsp;
249 ctst->os_state.parent = ptid;
252 ctst->sig_mask = ptst->sig_mask;
253 ctst->tmp_sig_mask = ptst->sig_mask;
264 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
273 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(rsp);
274 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start
    [all...]
syswrap-s390x-linux.c 216 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
246 setup_child( &ctst->arch, &ptst->arch );
250 ctst->arch.vex.guest_r2 = 0;
253 ctst->arch.vex.guest_r15 = sp;
255 ctst->os_state.parent = ptid;
258 ctst->sig_mask = ptst->sig_mask;
259 ctst->tmp_sig_mask = ptst->sig_mask;
262 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
271 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(sp);
272 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start
    [all...]
syswrap-x86-linux.c 217 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
251 setup_child( &ctst->arch, &ptst->arch, True );
255 ctst->arch.vex.guest_EAX = 0;
258 ctst->arch.vex.guest_ESP = esp;
260 ctst->os_state.parent = ptid;
263 ctst->sig_mask = ptst->sig_mask;
264 ctst->tmp_sig_mask = ptst->sig_mask;
275 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
284 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(esp);
285 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start
    [all...]
syswrap-arm-linux.c 175 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
194 setup_child( &ctst->arch, &ptst->arch );
196 ctst->arch.vex.guest_R0 = 0;
198 ctst->arch.vex.guest_R13 = sp;
200 ctst->os_state.parent = ptid;
202 ctst->sig_mask = ptst->sig_mask;
203 ctst->tmp_sig_mask = ptst->sig_mask;
214 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
218 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(sp);
219 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start
    [all...]
syswrap-aix5.c 2304 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
    [all...]

Completed in 2351 milliseconds