Home
last modified time | relevance | path

Searched refs:ipi_isr_handler (Results 1 – 5 of 5) sorted by relevance

/bsp/raspberry-pi/raspi3-32/cpu/
A Dinterrupt.c181 void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler) in rt_hw_ipi_handler_install() argument
184 rt_hw_interrupt_install(ipi_vector, ipi_isr_handler, 0, "IPI_HANDLER"); in rt_hw_ipi_handler_install()
/bsp/qemu-vexpress-a9/drivers/
A Dboard.c42 extern void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler);
/bsp/ft2004/drivers/
A Dboard.c97 void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler);
/bsp/raspberry-pi/raspi3-32/driver/
A Dboard.c69 extern void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler);
/bsp/phytium/board/
A Dboard.c139 void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler);

Completed in 8 milliseconds