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

/gem5/src/arch/arm/
H A Dinterrupts.hh133 bool takeInt(ThreadContext *tc, InterruptTypes int_type) const;
155 bool take_irq = takeInt(tc, INT_IRQ);
156 bool take_fiq = takeInt(tc, INT_FIQ);
157 bool take_ea = takeInt(tc, INT_ABT);
241 bool take_irq = takeInt(tc, INT_IRQ);
242 bool take_fiq = takeInt(tc, INT_FIQ);
243 bool take_ea = takeInt(tc, INT_ABT);
H A Dinterrupts.cc51 ArmISA::Interrupts::takeInt(ThreadContext *tc, InterruptTypes int_type) const function in class:ArmISA::Interrupts

Completed in 4 milliseconds