Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h88 void OS_EnableICacheForProtectionRegion(register u32 flags);
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c38 asm void OS_EnableICacheForProtectionRegion( register u32 flags ) in OS_EnableICacheForProtectionRegion() function
/TwlSDK-5.1.0/build/libraries/ctrdg/common/src/
Dctrdg.c867 OS_EnableICacheForProtectionRegion(1<<3); in CTRDG_Enable()