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

Function rt_hw_cpu_dcache_clean

libcpu/aarch64/common/cache_ops.c:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void rt_hw_cpu_dcache_clean(void *addr, rt_size_t size)
42{
43 __asm_flush_dcache_range((rt_size_t)addr, (rt_size_t)addr + size);
44}
45
46void rt_hw_cpu_dcache_clean_and_invalidate(void *addr, rt_size_t size)
47{

Callers 1

rt_hw_cpu_dcache_opsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected