Searched refs:TheISA (Results 101 - 125 of 125) sorted by relevance

12345

/gem5/src/dev/storage/
H A Dide_disk.cc67 using namespace TheISA;
446 curPrd.getByteCount(), TheISA::PageBytes);
458 if (dmaReadCG->size() == TheISA::PageBytes)
529 curPrd.getByteCount(), TheISA::PageBytes);
543 if (dmaWriteCG->size() == TheISA::PageBytes)
/gem5/src/dev/arm/
H A Dgeneric_timer.cc527 ctrlRange(RangeSize(p->base, TheISA::PageBytes)),
528 timerRange(RangeSize(p->base + TheISA::PageBytes, TheISA::PageBytes)),
/gem5/src/base/
H A Dremote_gdb.cc160 using namespace TheISA;
748 removeHardBreak(bkpt, sizeof(TheISA::MachInst));
756 insertHardBreak(bkpt, sizeof(TheISA::MachInst));
H A Dcp_annotate.cc80 using namespace TheISA;
154 return (tc->readMiscRegNoEffect(TheISA::IPR_PALtemp23) &
169 if (!TheISA::inUserMode(tc))
346 if (!TheISA::inUserMode(tc)) {
399 if (!TheISA::inUserMode(tc))
/gem5/src/mem/
H A Dabstract_mem.cc293 TheISA::globalClearExclusive(ctx);
314 size, pkt->getAddr(), pkt->getUintX(TheISA::GuestByteOrder),
/gem5/src/sim/
H A Dsystem.cc85 using namespace TheISA;
308 TheISA::startupCPU(threadContexts[i], i);
H A Dpseudo_inst.cc86 using namespace TheISA;
H A Dsyscall_emul.cc58 using namespace TheISA;
350 result = TheISA::htog(result);
/gem5/src/dev/alpha/
H A Dtsunami_io.cc64 using namespace TheISA;
H A Dtsunami_pchip.cc54 using namespace TheISA;
/gem5/src/cpu/checker/
H A Dcpu.cc60 using namespace TheISA;
/gem5/src/mem/cache/prefetch/
H A Dindirect_memory.cc51 byteOrder(TheISA::GuestByteOrder)
/gem5/src/cpu/minor/
H A Dcpu.cc119 TheISA::initCPU(tc, cpuId());
/gem5/src/cpu/o3/
H A Dlsq_impl.hh1102 TheISA::handleIprWrite(thread, pkt);
1114 TheISA::handleIprWrite(thread, pkt);
1125 return TheISA::handleIprRead(thread, pkt);
1139 Cycles d = TheISA::handleIprRead(thread, pkt);
H A Ddecode_impl.hh748 TheISA::PCState target = inst->branchTarget();
H A Dlsq_unit.hh659 TheISA::handleLockedRead(load_inst.get(), req->mainRequest());
H A Diew_impl.hh511 TheISA::PCState pc = inst->pcState();
512 TheISA::advancePC(pc, inst->staticInst);
H A Dinst_queue_impl.hh106 params->numPhysVecRegs * TheISA::NumVecElemPerVecReg +
H A Dcommit_impl.hh1079 TheISA::advancePC(pc[tid], head_inst->staticInst);
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh592 typedef std::array<NodeSeqNum, TheISA::MaxInstSrcRegs> RegDepArray;
H A Dtrace_cpu.cc1308 assert((pkt_msg.reg_dep()).size() <= TheISA::MaxInstSrcRegs);
/gem5/src/cpu/kvm/
H A Dbase.cc120 TheISA::initCPU(tc, tc->contextId());
1143 TheISA::handleIprWrite(tc, pkt) :
1144 TheISA::handleIprRead(tc, pkt));
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc778 (TheISA::StoreCheck << TheISA::FlagShift);
/gem5/src/dev/net/
H A Dsinic.cc55 using namespace TheISA;
H A Dns_gige.cc93 using namespace TheISA;

Completed in 89 milliseconds

12345