Home
last modified time | relevance | path

Searched refs:interrupt_main_handler (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/arch/riscv/plat-virt/
H A Dmain.c77 void interrupt_main_handler(void) in interrupt_main_handler() function
/optee_os/core/drivers/
H A Dhfic.c103 void interrupt_main_handler(void) in interrupt_main_handler() function
H A Datmel_saic.c46 void interrupt_main_handler(void) in interrupt_main_handler() function
H A Dgic.c986 void interrupt_main_handler(void) in interrupt_main_handler() function
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi_rv.S198 jal interrupt_main_handler
H A Dthread_arch.c153 interrupt_main_handler(); in thread_irq_handler()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc_a64.S73 bl interrupt_main_handler
H A Dthread_optee_smc_a32.S75 bl interrupt_main_handler
H A Dthread_a32.S491 bl interrupt_main_handler
H A Dthread.c1172 void __noreturn interrupt_main_handler(void) in interrupt_main_handler() function
H A Dthread_a64.S1289 bl interrupt_main_handler
/optee_os/core/include/kernel/
H A Dinterrupt.h194 void interrupt_main_handler(void);
/optee_os/core/kernel/
H A Dinterrupt.c103 void __weak __noreturn interrupt_main_handler(void) in interrupt_main_handler() function