Searched defs:cause (Results 1 - 14 of 14) sorted by relevance

/gem5/configs/example/
H A Dsc_main.py44 cause = m5.simulate(m5.MaxTick).getCause() variable
/gem5/src/systemc/tests/
H A Dconfig.py47 cause = m5.simulate(m5.MaxTick).getCause() variable
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dconfig.py58 cause = m5.simulate(m5.MaxTick).getCause() variable
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dconfig.py64 cause = m5.simulate(m5.MaxTick).getCause() variable
/gem5/src/arch/mips/
H A Dfaults.cc127 CauseReg cause = tc->readMiscReg(MISCREG_CAUSE); local
H A Dremote_gdb.hh62 uint32_t cause; member in struct:MipsISA::RemoteGDB::MipsGdbRegCache::__anon4
H A Dinterrupts.cc47 CauseReg cause = tc->readMiscRegNoEffect(MISCREG_CAUSE); local
53 CauseReg cause = tc->readMiscRegNoEffect(MISCREG_CAUSE); local
123 CauseReg cause = tc->readMiscRegNoEffect(MISCREG_CAUSE); local
138 CauseReg M5_VAR_USED cause = tc->readMiscRegNoEffect(MISCREG_CAUSE); local
H A Dfaults.hh170 CauseReg cause = tc->readMiscReg(MISCREG_CAUSE); local
183 CauseReg cause = tc->readMiscRegNoEffect(MISCREG_CAUSE); local
/gem5/src/arch/riscv/
H A Dfaults.cc85 MiscRegIndex cause, epc, tvec, tval; local
/gem5/src/sim/
H A Dsim_events.hh58 std::string cause; member in class:GlobalSimLoopExitEvent
79 std::string cause; member in class:LocalSimLoopExitEvent
106 std::string cause; // string explaining why we're terminating member in class:CountedExitEvent
/gem5/src/cpu/
H A Dbase.cc169 const char *cause = "a thread reached the max instruction count"; local
179 const char *cause = "simpoint starting point found"; local
185 const char *cause = "all threads reached the max instruction count"; local
207 const char *cause = "a thread reached the max load count"; local
213 const char *cause = "all threads reached the max load count"; local
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Driscv_test.h67 long cause; member in struct:__anon74
H A Dvm.c123 void handle_fault(uintptr_t addr, uintptr_t cause) argument
/gem5/src/mem/cache/
H A Dbase.hh1134 void setBlocked(BlockedCause cause) argument
1153 clearBlocked(BlockedCause cause) argument
[all...]

Completed in 26 milliseconds