happened           95 arch/powerpc/kernel/irq.c 	unsigned long happened;
happened           98 arch/powerpc/kernel/irq.c 	: "=r" (happened) : "i" (offsetof(struct paca_struct, irq_happened)));
happened          100 arch/powerpc/kernel/irq.c 	return happened;
happened          132 arch/powerpc/kernel/irq.c 	unsigned char happened = local_paca->irq_happened;
happened          154 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_HARD_DIS) {
happened          162 arch/powerpc/kernel/irq.c 		if (!(happened & PACA_IRQ_DEC)) {
happened          165 arch/powerpc/kernel/irq.c 				happened |= PACA_IRQ_DEC;
happened          184 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_HMI) {
happened          189 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_DEC) {
happened          194 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_PMI) {
happened          199 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_EE) {
happened          210 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_EE_EDGE) {
happened          215 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_DBELL) {
happened          220 arch/powerpc/kernel/irq.c 	if (happened & PACA_IRQ_DBELL) {
happened          176 drivers/usb/usbip/usbip_event.c 	int happened = 0;
happened          181 drivers/usb/usbip/usbip_event.c 		happened = 1;
happened          184 drivers/usb/usbip/usbip_event.c 	return happened;