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

/gem5/src/arch/mips/
H A Dinterrupts.cc46 getCauseIP(ThreadContext *tc) { function in namespace:MipsISA
65 uint8_t intstatus = getCauseIP(tc);
83 uint8_t intstatus = getCauseIP(tc);
170 uint8_t intStatus = getCauseIP(tc);
175 return (getCauseIP(tc) != 0);

Completed in 5 milliseconds