Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:ARG3

162 "       mov    x2, x5\n"            // syscall arg3: parent_tid
420 //ZZ ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
426 //ZZ r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
434 PRINT("sys_fadvise64 ( %ld, %ld, %lu, %ld )", SARG1, SARG2, ARG3, SARG4);
445 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
491 //ZZ PRINT("sys_fstatat64 ( %ld, %#lx(%s), %#lx )",ARG1,ARG2,(char*)ARG2,ARG3);
495 //ZZ PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) );
500 //ZZ POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) );
529 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
538 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int));
539 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int),
578 (Int*)ARG3, /* parent_tidptr */
591 (Int*)ARG3, /* parent_tidptr */
609 POST_MEM_WRITE(ARG3, sizeof(Int));
679 //ZZ PRINT("sys_sigsuspend ( %ld, %ld, %ld )", ARG1,ARG2,ARG3 );
697 //ZZ PRINT("cacheflush (%lx, %#lx, %#lx)",ARG1,ARG2,ARG3);
705 //ZZ // ARG3 is only used for pointers into the traced process's address
711 //ZZ PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4);
781 //ZZ ML_(linux_PRE_getregset)(tid, ARG3, ARG4);
784 //ZZ ML_(linux_PRE_setregset)(tid, ARG3, ARG4);
826 //ZZ ML_(linux_POST_getregset)(tid, ARG3, ARG4);