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

/gem5/src/sim/
H A Dsyscall_emul.hh615 typedef TypedBufferArg<typename OS::tgt_stat> tgt_stat_buf; typedef
616 tgt_stat_buf tgt(addr);
617 convertStatBuf<tgt_stat_buf, hst_stat>(tgt, host, fakeTTY);
626 typedef TypedBufferArg<typename OS::tgt_stat64> tgt_stat_buf; typedef
627 tgt_stat_buf tgt(addr);
628 convertStat64Buf<tgt_stat_buf, hst_stat64>(tgt, host, fakeTTY);

Completed in 14 milliseconds