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

Function FlushDataCache

libraries/libvapours/source/dd/dd_cache.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void FlushDataCache(void *addr, size_t size) {
38 return impl::FlushDataCacheImpl(addr, size);
39 }
40
41}

Callers 15

FlushDataCacheImplFunction · 0.50
InitializeFrameBufferFunction · 0.50
ShowDisplayFunction · 0.50
InitializeFrameBufferFunction · 0.50
ShowFatalErrorFunction · 0.50
DecryptPackage2Function · 0.50
SetBootloaderStateFunction · 0.50
UnmapSmcUserPageFunction · 0.50

Calls 1

FlushDataCacheImplFunction · 0.50

Tested by

no test coverage detected