Searched defs:child_tls (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-arm-linux.c171 Addr child_tls)
238 assign_guest_tls(ctid, child_tls);
451 void *, child_tls,
167 do_clone( ThreadId ptid, UInt flags, Addr sp, Int *parent_tidptr, Int *child_tidptr, Addr child_tls) argument
H A Dsyswrap-ppc32-linux.c142 ?? child_tls in r6 (sc arg4)
238 Addr child_tls)
344 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
345 ctst->arch.vex.guest_GPR2 = child_tls;
564 void *, child_tls,
602 (Addr)ARG4)); /* child_tls */
234 do_clone( ThreadId ptid, UInt flags, Addr sp, Int *parent_tidptr, Int *child_tidptr, Addr child_tls) argument
H A Dsyswrap-ppc64-linux.c154 ?? child_tls in r6 (sc arg4)
265 Addr child_tls)
371 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
372 ctst->arch.vex.guest_GPR13 = child_tls;
542 void *, child_tls,
580 (Addr)ARG4)); /* child_tls */
261 do_clone( ThreadId ptid, UInt flags, Addr sp, Int *parent_tidptr, Int *child_tidptr, Addr child_tls) argument
H A Dsyswrap-mips32-linux.c243 Addr child_tls)
306 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
307 ctst->arch.vex.guest_r27 = child_tls;
308 res = sys_set_tls(ctid, child_tls);
311 ctst->arch.vex.guest_r27 = child_tls;
320 0 /*child_tls*/);
691 (Addr) ARG4)); /* child_tls */
239 do_clone(ThreadId ptid, UInt flags, Addr sp, Int * parent_tidptr, Int * child_tidptr, Addr child_tls) argument

Completed in 126 milliseconds