Searched refs:OS_SetProtectionRegionEx (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.3.1/build/libraries/os/common/src/ |
| D | os_arena.c | 255 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() 319 …OS_SetProtectionRegionEx(2, HW_MAIN_MEM_IM_SHARED_END - HW_MAIN_MEM_IM_SHARED_SIZE, OS_PR_SIZE_4KB… in OS_InitArenaEx()
|
| /TwlSDK-5.3.1/include/nitro/os/ARM9/ |
| D | protectionRegion.h | 456 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef );
|
| /TwlSDK-5.3.1/build/libraries/os/ARM9/src/ |
| D | os_protectionRegion.c | 488 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef ) in OS_SetProtectionRegionEx() function
|