Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h174 void OS_DisableDCacheForProtectionRegion(u32 flags);
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c159 asm void OS_DisableDCacheForProtectionRegion( register u32 flags ) in OS_DisableDCacheForProtectionRegion() function
/TwlSDK-5.1.0/build/libraries/ctrdg/common/src/
Dctrdg.c861 OS_DisableDCacheForProtectionRegion(1<<3); in CTRDG_Enable()