Home
last modified time | relevance | path

Searched refs:OS_EnableDCacheForProtectionRegion (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h173 void OS_EnableDCacheForProtectionRegion(u32 flags);
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c150 asm void OS_EnableDCacheForProtectionRegion( register u32 flags ) in OS_EnableDCacheForProtectionRegion() function
/TwlSDK-5.1.0/build/libraries/ctrdg/common/src/
Dctrdg.c868 OS_EnableDCacheForProtectionRegion(1<<3); in CTRDG_Enable()