/linux-4.1.27/arch/sh/boards/mach-hp6xx/ |
H A D | pm_wakeup.S | 38 4: .long handle_interrupt
|
/linux-4.1.27/arch/alpha/oprofile/ |
H A D | op_impl.h | 48 void (*handle_interrupt) (unsigned long, struct pt_regs *, member in struct:op_axp_model
|
H A D | op_model_ev5.c | 195 .handle_interrupt = ev5_handle_interrupt, 205 .handle_interrupt = ev5_handle_interrupt,
|
H A D | op_model_ev6.c | 97 .handle_interrupt = ev6_handle_interrupt,
|
H A D | op_model_ev4.c | 110 .handle_interrupt = ev4_handle_interrupt,
|
H A D | common.c | 39 model->handle_interrupt(which, regs, ctr); op_handle_interrupt()
|
H A D | op_model_ev67.c | 257 .handle_interrupt = ev67_handle_interrupt,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | oprofile_impl.h | 58 void (*handle_interrupt) (struct pt_regs *, member in struct:op_powerpc_model
|
/linux-4.1.27/arch/powerpc/oprofile/ |
H A D | op_model_7450.c | 210 .handle_interrupt = fsl7450_handle_interrupt,
|
H A D | common.c | 35 model->handle_interrupt(regs, ctr); op_handle_interrupt()
|
H A D | op_model_fsl_emb.c | 383 .handle_interrupt = fsl_emb_handle_interrupt,
|
H A D | op_model_pa6t.c | 238 .handle_interrupt = pa6t_handle_interrupt,
|
H A D | op_model_power4.c | 441 .handle_interrupt = power4_handle_interrupt,
|
H A D | op_model_cell.c | 1716 .handle_interrupt = cell_handle_interrupt,
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | intvec_64.S | 306 * the interrupt. Defaults to "handle_interrupt". 308 .macro __int_hand vecnum, vecname, c_routine,processing=handle_interrupt 418 * and defers to handle_interrupt to save the rest. 792 .pushsection .text.handle_interrupt,"ax" 793 handle_interrupt: label 794 finish_interrupt_save handle_interrupt 801 FEEDBACK_REENTER(handle_interrupt) 806 STD_ENDPROC(handle_interrupt) 1205 * Parallel code for syscalls to handle_interrupt. 1493 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt
|
H A D | intvec_32.S | 110 * the interrupt. Defaults to "handle_interrupt". 112 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt 216 * and defers to handle_interrupt to save the rest. 761 .pushsection .text.handle_interrupt,"ax" 762 handle_interrupt: label 763 finish_interrupt_save handle_interrupt 778 FEEDBACK_REENTER(handle_interrupt) 783 STD_ENDPROC(handle_interrupt) 1189 * Parallel code for syscalls to handle_interrupt.
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | videocodec.h | 111 handle_interrupt -> codec irq handling (not needed for 36050/60) 300 int (*handle_interrupt) (struct videocodec * codec, 296 int (*handle_interrupt) (struct videocodec * codec, global() member in struct:videocodec
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
H A D | pcm.c | 635 static inline void handle_interrupt(struct i2sbus_dev *i2sdev, int in) handle_interrupt() function 712 handle_interrupt((struct i2sbus_dev *)devid, 0); i2sbus_tx_intr() 718 handle_interrupt((struct i2sbus_dev *)devid, 1); i2sbus_rx_intr()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 442 ENTRY(handle_interrupt)
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | cb_pcidas64.c | 3019 static irqreturn_t handle_interrupt(int irq, void *d) handle_interrupt() function 3992 retval = request_irq(pcidev->irq, handle_interrupt, IRQF_SHARED, auto_attach()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | kgdb.c | 251 void handle_interrupt (void); /* used by irq.c */
|
/linux-4.1.27/drivers/scsi/ |
H A D | dc395x.c | 1719 dprintkdbg(DBG_KG, "handle_interrupt: Selection timeout\n"); dc395x_handle_interrupt() 1721 /*dprintkl(KERN_DEBUG, "handle_interrupt: intstatus = 0x%02x ", scsi_intstatus); */ dc395x_handle_interrupt()
|