Home
last modified time | relevance | path

Searched refs:CACHE_IRQHandler (Results 1 – 4 of 4) sorted by relevance

/bsp/rockchip/common/drivers/
A Ddrv_cache_gcc.S22 .global CACHE_IRQHandler
23 .type CACHE_IRQHandler, %function
24 CACHE_IRQHandler: label
A Ddrv_cache.c223 extern void CACHE_IRQHandler(void);
235 rt_hw_interrupt_install(CACHE_IRQn, (rt_isr_handler_t)CACHE_IRQHandler, RT_NULL, RT_NULL); in rt_hw_cpu_cache_init()
238 rt_hw_interrupt_install(CACHE0_I_IRQn, (rt_isr_handler_t)CACHE_IRQHandler, RT_NULL, RT_NULL); in rt_hw_cpu_cache_init()
239 rt_hw_interrupt_install(CACHE0_D_IRQn, (rt_isr_handler_t)CACHE_IRQHandler, RT_NULL, RT_NULL); in rt_hw_cpu_cache_init()
A Ddrv_cache_iar.s23 EXPORT CACHE_IRQHandler
25 CACHE_IRQHandler: label
A Ddrv_cache_arm.s23 EXPORT CACHE_IRQHandler
25 CACHE_IRQHandler PROC label

Completed in 6 milliseconds