Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.h124 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 Ddw-hdma-v0-core.c300 .handle_int = dw_hdma_v0_core_handle_int,
H A Ddw-edma-v0-core.c516 .handle_int = dw_edma_v0_core_handle_int,
/openbmc/linux/arch/mips/kernel/
H A Dgenex.S148 BUILD_ROLLBACK_PROLOGUE handle_int
149 NESTED(handle_int, PT_SIZE, sp)
231 END(handle_int)
H A Dtraps.c79 extern asmlinkage void handle_int(void);
2465 rollback_handle_int : handle_int); in trap_init()
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsetup.c298 extern asmlinkage void handle_int(void);
821 cvmx_l2c_lock_mem_region(__pa_symbol(handle_int), 0x100); in prom_init()