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

Function rt_hw_cpu_dcache_invalidate

libcpu/aarch64/common/cache_ops.c:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void rt_hw_cpu_dcache_invalidate(void *addr, rt_size_t size)
37{
38 __asm_invalidate_dcache_range((rt_size_t)addr, (rt_size_t)addr + size);
39}
40
41void rt_hw_cpu_dcache_clean(void *addr, rt_size_t size)
42{

Callers 1

rt_hw_cpu_dcache_opsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected