Searched defs:fault (Results 1 - 25 of 49) sorted by relevance

12

/gem5/src/arch/x86/
H A Dvtophys.cc66 Fault fault = walker->startFunctional( local
H A Dpseudo_inst.cc52 Fault fault; local
H A Dremote_gdb.cc78 Fault fault = walker->startFunctional(context(), va, logBytes, local
H A Dmemhelpers.hh111 Fault fault = xc->readMem(addr, (uint8_t *)&mem, dataSize, flags); local
129 Fault fault = xc->readMem(addr, (uint8_t *)&real_mem, local
145 Fault fault = NoFault; local
213 Fault fault = local
229 Fault fault; local
[all...]
H A Dtlb.cc352 Fault fault = walker->start(tc, translation, req, mode); local
442 Fault fault = local
/gem5/src/arch/arm/
H A Dvtophys.cc70 Fault fault; local
H A Dstage2_mmu.cc67 Fault fault; local
[all...]
H A Dstage2_mmu.hh81 Fault fault; member in class:ArmISA::Stage2MMU::Stage2Translation
H A Dstage2_lookup.hh72 Fault fault; member in class:ArmISA::Stage2LookUp
/gem5/src/sim/
H A Dsyscall_desc.cc49 SyscallDesc::doSyscall(int callnum, ThreadContext *tc, Fault *fault) argument
/gem5/src/arch/generic/
H A Dtlb.cc47 Fault fault = p->pTable->translate(req); local
H A Dmemhelpers.hh81 Fault fault = xc->readMem(addr, (uint8_t *)&mem, sizeof(MemT), flags); local
113 Fault fault = local
136 Fault fault = xc->amoMem(addr, (uint8_t *)&mem, sizeof(MemT), flags, local
/gem5/src/arch/riscv/
H A Dfaults.cc193 Fault *fault = NoFault; local
/gem5/src/arch/sparc/linux/
H A Dprocess.cc103 handleTrap(int trapNum, ThreadContext *tc, Fault *fault) argument
120 handleTrap(int trapNum, ThreadContext *tc, Fault *fault) argument
/gem5/src/cpu/o3/
H A Dthread_state.hh143 void syscall(int64_t callnum, Fault *fault) argument
H A Ddyn_inst_impl.hh189 BaseO3DynInst<Impl>::trap(const Fault &fault) argument
196 BaseO3DynInst<Impl>::syscall(int64_t callnum, Fault *fault) argument
[all...]
/gem5/src/arch/arm/insts/
H A Dmisc64.cc380 Fault fault = trap(tc, miscReg, el, imm); local
H A Dstatic_inst.hh511 annotateFault(ArmFault *fault) {} argument
/gem5/src/cpu/
H A Dtranslation.hh114 finish(const Fault &fault, int index) argument
252 finish(const Fault &fault, const RequestPtr &req, ThreadContext *tc, argument
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.hh89 FaultType fault; member in struct:SMMUTranslationProcess::TranslResult
/gem5/src/cpu/minor/
H A Dpipe_data.hh194 Fault fault; member in class:Minor::ForwardLineData
H A Dfetch1.hh140 Fault fault; member in class:Minor::Fetch1::FetchRequest
/gem5/src/arch/sparc/
H A Dfaults.cc821 Fault fault; local
/gem5/src/cpu/checker/
H A Dcpu_impl.hh72 Checker<Impl>::advancePC(const Fault &fault) argument
206 Fault fault = NoFault; local
[all...]
/gem5/src/arch/mips/
H A Dmt.hh171 forkThread(TC *tc, Fault &fault, int Rd_bits, int Rs, int Rt) argument
239 yieldThread(TC *tc, Fault &fault, int src_reg, uint32_t yield_mask) argument

Completed in 34 milliseconds

12