Searched refs:trans_map (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dsyscall_emul.hh2469 std::map<int, int> trans_map; local
2491 * Add the sim_fd to tgt_fd translation into trans_map for use
2495 trans_map[sim_fd] = iter;
2588 FD_SET(trans_map[i], (fd_set*)&*rd_t);
2593 FD_SET(trans_map[i], (fd_set*)&*wr_t);
2598 FD_SET(trans_map[i], (fd_set*)&*ex_t);

Completed in 13 milliseconds