Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
namespace 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
DecryptAes
Function · 0.50
ComputeCtr
Function · 0.50
CtrlIn
Method · 0.50
Calls
1
FlushDataCacheImpl
Function · 0.50
Tested by
no test coverage detected