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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 270 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
308 setup_child( &ctst->arch, &ptst->arch );
312 { UInt old_cr = LibVEX_GuestPPC64_get_CR( &ctst->arch.vex );
314 ctst->arch.vex.guest_GPR3 = 0;
316 LibVEX_GuestPPC64_put_CR( old_cr & ~(1<<28), &ctst->arch.vex );
320 ctst->arch.vex.guest_GPR1 = sp;
322 ctst->os_state.parent = ptid;
325 ctst->sig_mask = ptst->sig_mask;
326 ctst->tmp_sig_mask = ptst->sig_mask;
337 ctst->os_state.threadgroup = ptst->os_state.threadgroup
    [all...]
syswrap-amd64-linux.c 209 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
239 setup_child( &ctst->arch, &ptst->arch );
243 ctst->arch.vex.guest_RAX = 0;
246 ctst->arch.vex.guest_RSP = rsp;
248 ctst->os_state.parent = ptid;
251 ctst->sig_mask = ptst->sig_mask;
252 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(rsp);
273 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start
    [all...]
syswrap-arm-linux.c 174 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
193 setup_child( &ctst->arch, &ptst->arch );
195 ctst->arch.vex.guest_R0 = 0;
197 ctst->arch.vex.guest_R13 = sp;
199 ctst->os_state.parent = ptid;
201 ctst->sig_mask = ptst->sig_mask;
202 ctst->tmp_sig_mask = ptst->sig_mask;
213 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
217 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(sp);
218 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start
    [all...]
syswrap-ppc32-linux.c 242 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
280 setup_child( &ctst->arch, &ptst->arch );
284 { UInt old_cr = LibVEX_GuestPPC32_get_CR( &ctst->arch.vex );
286 ctst->arch.vex.guest_GPR3 = 0;
288 LibVEX_GuestPPC32_put_CR( old_cr & ~(1<<28), &ctst->arch.vex );
292 ctst->arch.vex.guest_GPR1 = sp;
294 ctst->os_state.parent = ptid;
297 ctst->sig_mask = ptst->sig_mask;
298 ctst->tmp_sig_mask = ptst->sig_mask;
309 ctst->os_state.threadgroup = ptst->os_state.threadgroup
    [all...]
syswrap-x86-linux.c 216 ThreadState* ctst = VG_(get_ThreadState)(ctid); local
250 setup_child( &ctst->arch, &ptst->arch, True );
254 ctst->arch.vex.guest_EAX = 0;
257 ctst->arch.vex.guest_ESP = esp;
259 ctst->os_state.parent = ptid;
262 ctst->sig_mask = ptst->sig_mask;
263 ctst->tmp_sig_mask = ptst->sig_mask;
274 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
283 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(esp);
284 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 339 milliseconds