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

/gem5/src/arch/riscv/
H A Dfaults.cc85 MiscRegIndex cause, epc, tvec, tval; local
89 epc = MISCREG_UEPC;
98 epc = MISCREG_SEPC;
108 epc = MISCREG_MEPC;
124 tc->setMiscReg(epc, tc->instAddr());
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Driscv_test.h65 long epc; member in struct:__anon74
H A Dvm.c175 assert(tf->epc % 4 == 0);
180 if (*(int*)tf->epc == *fssr)
184 tf->epc += 4;
271 tf.epc = test_addr - DRAM_BASE;
H A Dentry.S114 # get sr, epc, badvaddr, cause
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dma_fetch.S136 # verify that epc == &jalr (== t0 - 4)

Completed in 8 milliseconds