MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_hw_cpu_icache_ops

Function rt_hw_cpu_icache_ops

libcpu/mips/gs264/cache.c:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void rt_hw_cpu_icache_ops(int ops, void *addr, int size)
49{
50 if (ops == RT_HW_CACHE_INVALIDATE)
51 rt_hw_cpu_icache_invalidate(addr, size);
52}
53
54void rt_hw_cpu_dcache_ops(int ops, void *addr, int size)
55{

Callers 4

arch_kuser_initFunction · 0.50
dlmodule_loadFunction · 0.50
dlmodule_load_customFunction · 0.50
dfs_aspace_mmapFunction · 0.50

Calls 1

Tested by

no test coverage detected