Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_arena.c255 OS_SetProtectionRegionEx(1, HW_MAIN_MEM_MAIN, size); in OSi_SetForMainPR()
271 OS_SetProtectionRegionEx(3, HW_CTRDG_ROM, OS_PR_SIZE_64MB); in OSi_InitArenaEx_ltdmain()
277 OS_SetProtectionRegionEx(3, HW_CTRDG_ROM, OS_PR_SIZE_128MB); in OSi_InitArenaEx_ltdmain()
288 OS_SetProtectionRegionEx(3, HW_CTRDG_ROM, OS_PR_SIZE_64MB); in OSi_InitArenaEx_ltdmain()
305 OS_SetProtectionRegionEx(1, HW_MAIN_MEM_MAIN, OS_PR_SIZE_4MB); in OS_InitArenaEx()
315 OS_SetProtectionRegionEx(1, HW_MAIN_MEM_MAIN, OS_PR_SIZE_4MB); in OS_InitArenaEx()
319OS_SetProtectionRegionEx(2, HW_MAIN_MEM_IM_SHARED_END - HW_MAIN_MEM_IM_SHARED_SIZE, OS_PR_SIZE_4KB… in OS_InitArenaEx()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h456 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef );
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c488 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef ) in OS_SetProtectionRegionEx() function