Home
last modified time | relevance | path

Searched refs:interrupt_call_handlers (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/drivers/
H A Dhfic.c114 interrupt_call_handlers(&hfic_data.chip, id); in interrupt_main_handler()
H A Daplic_direct.c186 interrupt_call_handlers(&aplic->chip, id); in aplic_it_handle()
H A Datmel_saic.c50 interrupt_call_handlers(&saic.chip, irqnr); in interrupt_main_handler()
H A Dplic.c278 interrupt_call_handlers(&pd->chip, id); in plic_it_handle()
H A Dimsic.c362 interrupt_call_handlers(&imsic->chip, id); in imsic_it_handle()
H A Dstm32_exti.c666 interrupt_call_handlers(itr_desc->chip, itr_desc->itr_num); in stm32_exti_it_handler()
H A Dgic.c977 interrupt_call_handlers(&gd->chip, id); in gic_native_itr_handler()
/optee_os/core/include/kernel/
H A Dinterrupt.h209 void interrupt_call_handlers(struct itr_chip *chip, size_t itr_num);
/optee_os/core/kernel/
H A Dinterrupt.c111 void interrupt_call_handlers(struct itr_chip *chip, size_t itr_num) in interrupt_call_handlers() function