Searched refs:rt_hw_cpu_icache_invalidate_local (Results 1 – 5 of 5) sorted by relevance
75 void rt_hw_cpu_icache_invalidate_local(void *addr, int size) in rt_hw_cpu_icache_invalidate_local() function109 rt_hw_cpu_icache_invalidate_local(addr, size); in rt_hw_cpu_icache_ops()128 rt_hw_cpu_icache_invalidate_local(addr, size); in rt_hw_sync_cache_local()
36 void rt_hw_cpu_icache_invalidate_local(void *addr, int size);98 #define rt_hw_cpu_icache_invalidate rt_hw_cpu_icache_invalidate_local
50 rt_always_inline void rt_hw_cpu_icache_invalidate_local(void *addr, int size) in rt_hw_cpu_icache_invalidate_local() function72 #define rt_hw_cpu_icache_invalidate rt_hw_cpu_icache_invalidate_local
55 void rt_hw_cpu_icache_invalidate_local(void *addr, int size);117 #define rt_hw_cpu_icache_invalidate rt_hw_cpu_icache_invalidate_local
80 void rt_hw_cpu_icache_invalidate_local(void *addr, int size) in rt_hw_cpu_icache_invalidate_local() function139 rt_hw_cpu_icache_invalidate_local(addr, size); in rt_hw_sync_cache_local()
Completed in 35 milliseconds