Home
last modified time | relevance | path

Searched refs:handle_interrupt (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/arch/arc/kernel/
Dentry-arcv2.S45 VECTOR handle_interrupt ; (16) Timer0
46 VECTOR handle_interrupt ; unused (Timer1)
47 VECTOR handle_interrupt ; unused (WDT)
48 VECTOR handle_interrupt ; (19) Inter core Interrupt (IPI)
49 VECTOR handle_interrupt ; (20) perf Interrupt
50 VECTOR handle_interrupt ; (21) Software Triggered Intr (Self IPI)
51 VECTOR handle_interrupt ; unused
52 VECTOR handle_interrupt ; (23) unused
56 VECTOR handle_interrupt
66 ENTRY(handle_interrupt)
[all …]
/linux-4.4.14/arch/alpha/oprofile/
Dop_model_ev5.c195 .handle_interrupt = ev5_handle_interrupt,
205 .handle_interrupt = ev5_handle_interrupt,
Dop_impl.h48 void (*handle_interrupt) (unsigned long, struct pt_regs *, member
Dop_model_ev4.c110 .handle_interrupt = ev4_handle_interrupt,
Dop_model_ev6.c97 .handle_interrupt = ev6_handle_interrupt,
Dcommon.c39 model->handle_interrupt(which, regs, ctr); in op_handle_interrupt()
Dop_model_ev67.c257 .handle_interrupt = ev67_handle_interrupt,
/linux-4.4.14/arch/sh/boards/mach-hp6xx/
Dpm_wakeup.S38 4: .long handle_interrupt
/linux-4.4.14/arch/powerpc/include/asm/
Doprofile_impl.h58 void (*handle_interrupt) (struct pt_regs *, member
/linux-4.4.14/arch/tile/kernel/
Dintvec_64.S308 .macro __int_hand vecnum, vecname, c_routine,processing=handle_interrupt
796 .pushsection .text.handle_interrupt,"ax"
797 handle_interrupt: label
798 finish_interrupt_save handle_interrupt
805 FEEDBACK_REENTER(handle_interrupt)
810 STD_ENDPROC(handle_interrupt)
1498 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt
Dintvec_32.S112 .macro int_hand vecnum, vecname, c_routine, processing=handle_interrupt
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)
/linux-4.4.14/drivers/media/pci/zoran/
Dvideocodec.h296 int (*handle_interrupt) (struct videocodec * codec, member
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_7450.c210 .handle_interrupt = fsl7450_handle_interrupt,
Dcommon.c35 model->handle_interrupt(regs, ctr); in op_handle_interrupt()
Dop_model_pa6t.c238 .handle_interrupt = pa6t_handle_interrupt,
Dop_model_fsl_emb.c383 .handle_interrupt = fsl_emb_handle_interrupt,
Dop_model_power4.c441 .handle_interrupt = power4_handle_interrupt,
Dop_model_cell.c1716 .handle_interrupt = cell_handle_interrupt,
/linux-4.4.14/sound/aoa/soundbus/i2sbus/
Dpcm.c635 static inline void handle_interrupt(struct i2sbus_dev *i2sdev, int in) in handle_interrupt() function
712 handle_interrupt((struct i2sbus_dev *)devid, 0); in i2sbus_tx_intr()
718 handle_interrupt((struct i2sbus_dev *)devid, 1); in i2sbus_rx_intr()
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dkgdb.c251 void handle_interrupt (void); /* used by irq.c */
/linux-4.4.14/drivers/staging/comedi/drivers/
Dcb_pcidas64.c3060 static irqreturn_t handle_interrupt(int irq, void *d) in handle_interrupt() function
4042 retval = request_irq(pcidev->irq, handle_interrupt, IRQF_SHARED, in auto_attach()