Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/os/ARM9/
DprotectionRegion.h258 void OS_DisableWriteBufferForProtectionRegion(u32 flags);
/TwlSDK-5.4/build/libraries/os/ARM9/src/
Dos_protectionRegion.c270 asm void OS_DisableWriteBufferForProtectionRegion( register u32 flags ) in OS_DisableWriteBufferForProtectionRegion() function
/TwlSDK-5.4/build/libraries/ctrdg/common/src/
Dctrdg.c862 OS_DisableWriteBufferForProtectionRegion(1<<3); in CTRDG_Enable()