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

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm-linux.c169 Addr child_tls)
220 assign_guest_tls(ctid, child_tls);
435 void *, child_tls,
165 do_clone( ThreadId ptid, UInt flags, Addr sp, Int *parent_tidptr, Int *child_tidptr, Addr child_tls) argument
H A Dsyswrap-ppc32-linux.c140 ?? child_tls in r6 (sc arg4)
236 Addr child_tls)
321 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
322 ctst->arch.vex.guest_GPR2 = child_tls;
541 void *, child_tls,
579 (Addr)ARG4)); /* child_tls */
232 do_clone( ThreadId ptid, UInt flags, Addr sp, Int *parent_tidptr, Int *child_tidptr, Addr child_tls) argument
H A Dsyswrap-ppc64-linux.c202 ?? child_tls in r6 (sc arg4)
386 Addr child_tls)
471 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
472 ctst->arch.vex.guest_GPR13 = child_tls;
642 void *, child_tls,
680 (Addr)ARG4)); /* child_tls */
382 do_clone( ThreadId ptid, UInt flags, Addr sp, Int *parent_tidptr, Int *child_tidptr, Addr child_tls) argument
H A Dsyswrap-mips32-linux.c241 Addr child_tls)
289 VG_(printf)("clone child has SETTLS: tls at %#lx\n", child_tls);
290 ctst->arch.vex.guest_r27 = child_tls;
291 res = sys_set_tls(ctid, child_tls);
294 ctst->arch.vex.guest_r27 = child_tls;
303 0 /*child_tls*/);
674 (Addr) ARG4)); /* child_tls */
237 do_clone(ThreadId ptid, UInt flags, Addr sp, Int * parent_tidptr, Int * child_tidptr, Addr child_tls) argument

Completed in 76 milliseconds