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

/gem5/src/arch/sparc/
H A Dinterrupts.hh48 IT_TRAP_LEVEL_ZERO, enumerator in enum:SparcISA::InterruptTypes
159 if (interrupts[IT_TRAP_LEVEL_ZERO]) {
216 if (interrupts[IT_TRAP_LEVEL_ZERO]) {
H A Dua2005.cc218 cpu->postInterrupt(0, IT_TRAP_LEVEL_ZERO, 0);
220 cpu->clearInterrupt(0, IT_TRAP_LEVEL_ZERO, 0);
H A Disa.cc596 tc->getCpuPtr()->postInterrupt(0, IT_TRAP_LEVEL_ZERO, 0);
598 tc->getCpuPtr()->clearInterrupt(0, IT_TRAP_LEVEL_ZERO, 0);

Completed in 4 milliseconds