Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:ARG3

201             pid_t* parent_tid   in r5  (sc arg3)
250 " mr 5,8\n" // syscall arg3: parent_tid
322 " mr 5,8\n" // syscall arg3: parent_tid
557 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
563 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
576 //zz ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
582 //zz r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
637 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
646 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int));
647 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int),
678 (Int *)ARG3, /* parent_tidptr */
691 (Int *)ARG3, /* parent_tidptr */
708 POST_MEM_WRITE(ARG3, sizeof(Int));