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

/gem5/src/cpu/
H A Dstatic_inst.cc84 TheISA::PCState &tgt) const
87 tgt = branchTarget(pc);
92 tgt = branchTarget(tc);
H A Dstatic_inst.hh317 TheISA::PCState &tgt) const;
/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.hh143 enum AccessMapState tgt = states[current - stride]; local
147 return (tgt != AM_INVALID &&
/gem5/src/sim/
H A Dsyscall_emul.hh541 convertStatBuf(target_stat &tgt, host_stat *host, bool fakeTTY = false) argument
546 tgt->st_dev = 0xA;
548 tgt->st_dev = host->st_dev;
549 tgt->st_dev = TheISA::htog(tgt->st_dev);
550 tgt->st_ino = host->st_ino;
551 tgt->st_ino = TheISA::htog(tgt->st_ino);
552 tgt->st_mode = host->st_mode;
555 tgt
590 convertStat64Buf(target_stat &tgt, host_stat64 *host, bool fakeTTY = false) argument
[all...]

Completed in 19 milliseconds