Lines Matching defs:index

175                            int index = 0);
180 int index);
318 int index);
338 int index = 0;
341 Addr uaddr = process->getSyscallArg(tc, index);
342 int op = process->getSyscallArg(tc, index);
343 int val = process->getSyscallArg(tc, index);
344 int timeout M5_VAR_USED = process->getSyscallArg(tc, index);
345 Addr uaddr2 M5_VAR_USED = process->getSyscallArg(tc, index);
346 int val3 = process->getSyscallArg(tc, index);
682 int index = 0;
685 int tgt_fd = p->getSyscallArg(tc, index);
686 unsigned req = p->getSyscallArg(tc, index);
706 Addr conf_addr = p->getSyscallArg(tc, index);
736 Addr req_addr = p->getSyscallArg(tc, index);
761 int index = 0;
770 tgt_dirfd = p->getSyscallArg(tc, index);
777 if (!tc->getVirtProxy().tryReadString(path, p->getSyscallArg(tc, index)))
789 int tgt_flags = p->getSyscallArg(tc, index);
804 int mode = p->getSyscallArg(tc, index);
936 int index = 0;
938 int dirfd = process->getSyscallArg(tc, index);
950 int index = 0;
952 int dirfd = process->getSyscallArg(tc, index);
963 int index = 0;
965 int dirfd = process->getSyscallArg(tc, index);
976 int index = 0;
979 int olddirfd = process->getSyscallArg(tc, index);
986 process->getSyscallArg(tc, index)))
989 int newdirfd = process->getSyscallArg(tc, index);
996 process->getSyscallArg(tc, index)))
1012 int index = 0;
1016 sysinfo(process->getSyscallArg(tc, index));
1035 int index = 0;
1037 process->getSyscallArg(tc, index))) {
1041 uint32_t mode = process->getSyscallArg(tc, index);
1062 int index = 0;
1064 Addr fdsPtr = p->getSyscallArg(tc, index);
1065 int nfds = p->getSyscallArg(tc, index);
1066 int tmout = p->getSyscallArg(tc, index);
1078 for (index = 0; index < nfds; index++) {
1079 temp_tgt_fds[index] = ((struct pollfd *)fdsBuf.bufferPtr())[index].fd;
1080 auto tgt_fd = temp_tgt_fds[index];
1085 ((struct pollfd *)fdsBuf.bufferPtr())[index].fd = host_fd;
1120 for (index = 0; index < nfds; index++) {
1121 auto tgt_fd = temp_tgt_fds[index];
1122 ((struct pollfd *)fdsBuf.bufferPtr())[index].fd = tgt_fd;
1139 int index = 0;
1141 int tgt_fd = p->getSyscallArg(tc, index);
1142 uint32_t mode = p->getSyscallArg(tc, index);
1161 int index = 0;
1163 Addr start = process->getSyscallArg(tc, index);
1164 uint64_t old_length = process->getSyscallArg(tc, index);
1165 uint64_t new_length = process->getSyscallArg(tc, index);
1166 uint64_t flags = process->getSyscallArg(tc, index);
1171 provided_address = process->getSyscallArg(tc, index);
1244 int index = 0;
1246 process->getSyscallArg(tc, index))) {
1249 Addr bufPtr = process->getSyscallArg(tc, index);
1274 int index = 0;
1276 process->getSyscallArg(tc, index)))
1278 Addr bufPtr = process->getSyscallArg(tc, index);
1305 int index = 0;
1307 int dirfd = process->getSyscallArg(tc, index);
1313 process->getSyscallArg(tc, index)))
1315 Addr bufPtr = process->getSyscallArg(tc, index);
1342 int index = 0;
1344 int tgt_fd = p->getSyscallArg(tc, index);
1345 Addr bufPtr = p->getSyscallArg(tc, index);
1377 int index = 0;
1379 process->getSyscallArg(tc, index))) {
1382 Addr bufPtr = process->getSyscallArg(tc, index);
1406 int index = 0;
1408 process->getSyscallArg(tc, index))) {
1411 Addr bufPtr = process->getSyscallArg(tc, index);
1437 int index = 0;
1439 int tgt_fd = p->getSyscallArg(tc, index);
1440 Addr bufPtr = p->getSyscallArg(tc, index);
1469 int index = 0;
1471 process->getSyscallArg(tc, index))) {
1474 Addr bufPtr = process->getSyscallArg(tc, index);
1497 int index = 0;
1500 RegVal flags = p->getSyscallArg(tc, index);
1501 RegVal newStack = p->getSyscallArg(tc, index);
1502 Addr ptidPtr = p->getSyscallArg(tc, index);
1510 Addr tlsPtr = p->getSyscallArg(tc, index);
1511 Addr ctidPtr = p->getSyscallArg(tc, index);
1513 Addr ctidPtr = p->getSyscallArg(tc, index);
1514 Addr tlsPtr = p->getSyscallArg(tc, index);
1637 int index = 0;
1639 int tgt_fd = p->getSyscallArg(tc, index);
1640 Addr bufPtr = p->getSyscallArg(tc, index);
1663 int index = 0;
1665 int tgt_fd = p->getSyscallArg(tc, index);
1673 uint64_t tiov_base = p->getSyscallArg(tc, index);
1674 size_t count = p->getSyscallArg(tc, index);
1703 int index = 0;
1705 int tgt_fd = p->getSyscallArg(tc, index);
1713 uint64_t tiov_base = p->getSyscallArg(tc, index);
1714 size_t count = p->getSyscallArg(tc, index);
1740 int index = 0;
1742 Addr start = p->getSyscallArg(tc, index);
1743 uint64_t length = p->getSyscallArg(tc, index);
1744 int prot = p->getSyscallArg(tc, index);
1745 int tgt_flags = p->getSyscallArg(tc, index);
1746 int tgt_fd = p->getSyscallArg(tc, index);
1747 int offset = p->getSyscallArg(tc, index);
1918 int index = 0;
1920 int tgt_fd = p->getSyscallArg(tc, index);
1921 Addr bufPtr = p->getSyscallArg(tc, index);
1922 int nbytes = p->getSyscallArg(tc, index);
1923 int offset = p->getSyscallArg(tc, index);
1959 int index = 0;
1961 unsigned resource = process->getSyscallArg(tc, index);
1962 TypedBufferArg<typename OS::rlimit> rlp(process->getSyscallArg(tc, index));
1999 int index = 0;
2001 if (process->getSyscallArg(tc, index) != 0)
2006 int resource = process->getSyscallArg(tc, index);
2007 Addr n = process->getSyscallArg(tc, index);
2010 Addr o = process->getSyscallArg(tc, index);
2042 int index = 1;
2044 //int clk_id = p->getSyscallArg(tc, index);
2045 TypedBufferArg<typename OS::timespec> tp(p->getSyscallArg(tc, index));
2062 int index = 1;
2064 TypedBufferArg<typename OS::timespec> tp(p->getSyscallArg(tc, index));
2080 int index = 0;
2082 TypedBufferArg<typename OS::timeval> tp(process->getSyscallArg(tc, index));
2103 int index = 0;
2105 process->getSyscallArg(tc, index))) {
2110 tp(process->getSyscallArg(tc, index));
2137 int index = 0;
2140 if (!mem_proxy.tryReadString(path, p->getSyscallArg(tc, index)))
2169 Addr argv_mem_loc = p->getSyscallArg(tc, index);
2171 Addr envp_mem_loc = p->getSyscallArg(tc, index);
2227 int index = 0;
2229 int who = process->getSyscallArg(tc, index); // THREAD, SELF, or CHILDREN
2230 TypedBufferArg<typename OS::rusage> rup(process->getSyscallArg(tc, index));
2279 int index = 0;
2281 TypedBufferArg<typename OS::tms> bufp(process->getSyscallArg(tc, index));
2309 int index = 0;
2311 Addr taddr = (Addr)process->getSyscallArg(tc, index);
2325 int index = 0;
2327 int tgid = process->getSyscallArg(tc, index);
2328 int tid = process->getSyscallArg(tc, index);
2329 int sig = process->getSyscallArg(tc, index);
2375 int index = 0;
2377 int domain = p->getSyscallArg(tc, index);
2378 int type = p->getSyscallArg(tc, index);
2379 int prot = p->getSyscallArg(tc, index);
2395 int index = 0;
2397 int domain = p->getSyscallArg(tc, index);
2398 int type = p->getSyscallArg(tc, index);
2399 int prot = p->getSyscallArg(tc, index);
2400 Addr svPtr = p->getSyscallArg(tc, index);
2424 int index = 0;
2426 int nfds_t = p->getSyscallArg(tc, index);
2427 Addr fds_read_ptr = p->getSyscallArg(tc, index);
2428 Addr fds_writ_ptr = p->getSyscallArg(tc, index);
2429 Addr fds_excp_ptr = p->getSyscallArg(tc, index);
2430 Addr time_val_ptr = p->getSyscallArg(tc, index);
2618 int index = 0;
2620 int tgt_fd = p->getSyscallArg(tc, index);
2621 Addr buf_ptr = p->getSyscallArg(tc, index);
2622 int nbytes = p->getSyscallArg(tc, index);
2649 int index = 0;
2651 int tgt_fd = p->getSyscallArg(tc, index);
2652 Addr buf_ptr = p->getSyscallArg(tc, index);
2653 int nbytes = p->getSyscallArg(tc, index);
2691 int index = 0;
2693 pid_t pid = p->getSyscallArg(tc, index);
2694 Addr statPtr = p->getSyscallArg(tc, index);
2695 int options = p->getSyscallArg(tc, index);
2696 Addr rusagePtr = p->getSyscallArg(tc, index);
2756 int index = 0;
2758 int tgt_fd = p->getSyscallArg(tc, index);
2759 Addr addrPtr = p->getSyscallArg(tc, index);
2760 Addr lenPtr = p->getSyscallArg(tc, index);
2825 int index = 0;
2827 unsigned initval = p->getSyscallArg(tc, index);
2828 int in_flags = p->getSyscallArg(tc, index);