MCPcopy Create free account
hub / github.com/Atmosphere-NX/Atmosphere / FlushDataCache

Function FlushDataCache

libraries/libstratosphere/source/os/os_cache.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace ams::os {
20
21 void FlushDataCache(const void *addr, size_t size) {
22 return impl::FlushDataCacheImpl(addr, size);
23 }
24
25 void FlushEntireDataCache() {
26 return impl::FlushEntireDataCacheImpl();

Callers 3

DecryptAesFunction · 0.50
ComputeCtrFunction · 0.50
CtrlInMethod · 0.50

Calls 1

FlushDataCacheImplFunction · 0.50

Tested by

no test coverage detected