Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h89 void OS_DisableICacheForProtectionRegion(register u32 flags);
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c47 asm void OS_DisableICacheForProtectionRegion( register u32 flags ) in OS_DisableICacheForProtectionRegion() function
/TwlSDK-5.1.0/build/libraries/ctrdg/common/src/
Dctrdg.c860 OS_DisableICacheForProtectionRegion(1<<3); in CTRDG_Enable()