Searched refs:handle_int (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-core.h | 124 irqreturn_t (*handle_int)(struct dw_edma_irq *dw_irq, enum dw_edma_dir dir, member 188 return dw_irq->dw->core->handle_int(dw_irq, dir, done, abort); in dw_edma_core_handle_int()
|
H A D | dw-hdma-v0-core.c | 290 .handle_int = dw_hdma_v0_core_handle_int,
|
H A D | dw-edma-v0-core.c | 516 .handle_int = dw_edma_v0_core_handle_int,
|
/linux/arch/mips/kernel/ |
H A D | genex.S | 148 BUILD_ROLLBACK_PROLOGUE handle_int 149 NESTED(handle_int, PT_SIZE, sp) 231 END(handle_int)
|
H A D | traps.c | 80 extern asmlinkage void handle_int(void); 2429 rollback_handle_int : handle_int); in trap_init()
|
/linux/arch/mips/cavium-octeon/ |
H A D | setup.c | 298 extern asmlinkage void handle_int(void); 821 cvmx_l2c_lock_mem_region(__pa_symbol(handle_int), 0x100); in prom_init()
|