Home
last modified time | relevance | path

Searched refs:happened (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kernel/
Dirq.c99 unsigned long happened; in get_irq_happened() local
102 : "=r" (happened) : "i" (offsetof(struct paca_struct, irq_happened))); in get_irq_happened()
104 return happened; in get_irq_happened()
142 unsigned char happened = local_paca->irq_happened; in __check_irq_replay() local
162 if ((happened & PACA_IRQ_DEC) || decrementer_check_overflow()) in __check_irq_replay()
167 if (happened & PACA_IRQ_EE) in __check_irq_replay()
176 if (happened & PACA_IRQ_EE_EDGE) in __check_irq_replay()
180 if (happened & PACA_IRQ_DBELL) in __check_irq_replay()
184 if (happened & PACA_IRQ_DBELL) { in __check_irq_replay()
193 if (happened & PACA_IRQ_HMI) in __check_irq_replay()
/arch/arm/kernel/
Dhyp-stub.S60 strne \reg1, [\reg2, \reg3] @ record what happened and give up
/arch/frv/kernel/
Dbreak.S321 # return to where the interrupt happened
356 # return to where the trap happened
/arch/openrisc/
DKconfig113 the last exception has happened in delay slot.
/arch/arc/kernel/
Dentry-compact.S385 ; paranoid check, given A1 was active when A2 happened, preempt count
/arch/m68k/ifpsp060/src/
Disp.S496 # here, we sort out all of the special cases that may have happened.