Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h257 void OS_EnableWriteBufferForProtectionRegion(u32 flags);
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c262 asm void OS_EnableWriteBufferForProtectionRegion( register u32 flags ) in OS_EnableWriteBufferForProtectionRegion() function
/TwlSDK-5.1.0/build/libraries/ctrdg/common/src/
Dctrdg.c869 OS_EnableWriteBufferForProtectionRegion(1<<3); in CTRDG_Enable()