Home
last modified time | relevance | path

Searched refs:MI_PROCESSOR_ARM9 (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.1.0/build/demos/fs/overlay-staticinit/src/
Dmain.c164 if (!FS_LoadOverlay(MI_PROCESSOR_ARM9, cur_mode)) in NitroMain()
188 if (!FS_UnloadOverlay(MI_PROCESSOR_ARM9, cur_mode)) in NitroMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_BmpBg_MainRam/src/
Dmain.c72 MI_SetMainMemoryPriority(MI_PROCESSOR_ARM9); in TwlMain()
/TwlSDK-5.1.0/build/demos/fs/overlay/src/
Dmain.c100 #define LoadOverlay(id) LoadOverlayLow(MI_PROCESSOR_ARM9, id)
177 (void)FS_UnloadOverlay(MI_PROCESSOR_ARM9, list[loaded_overlay].id); in NitroMain()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_overlay.c211 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_RegisterOverlayToDebugger()
229 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_UnregisterOverlayToDebugger()
364 const CARDRomRegion *pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
398 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
399 CARD_GetRomRegionOVT(MI_PROCESSOR_ARM9) : in FS_LoadOverlayInfo()
510 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
891 if ((ptr != NULL) && (target == MI_PROCESSOR_ARM9)) in FS_AttachOverlayTable()
924 CARDRomRegion *const pr = (target == MI_PROCESSOR_ARM9) ? in FS_AttachOverlayTable()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Window_HDMA/src/
Dmain.c117 MI_SetMainMemoryPriority(MI_PROCESSOR_ARM9); in TwlMain()
/TwlSDK-5.1.0/include/nitro/card/
Drom.h116 return (target == MI_PROCESSOR_ARM9) ? &header->main_ovt : &header->sub_ovt; in CARD_GetRomRegionOVT()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_archive.c193 FS_AttachOverlayTable(MI_PROCESSOR_ARM9, in WFS_ReplaceRomArchive()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_spinLock.c692 MIi_SetCartridgeProcessor(MI_PROCESSOR_ARM9); // Cartridge for MAIN in OSi_AllocateCartridgeBus()
773 MIi_SetCardProcessor(MI_PROCESSOR_ARM9); // Card for MAIN in OSi_AllocateCardBus()
/TwlSDK-5.1.0/include/nitro/mi/
DexMemory.h74 MI_PROCESSOR_ARM9 = 0, // Main processor enumerator
/TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/
Dctrdg_proc.c178 MI_SetMainMemoryPriority(MI_PROCESSOR_ARM9); in CTRDGi_InitModuleInfo()
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/src/
Dchild.c163 (void)FS_LoadOverlayInfo(ovl_info, MI_PROCESSOR_ARM9, ovl_id[current_overlay]); in PrepareOverlay()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c744 seg_infop->target = MI_PROCESSOR_ARM9; in MBi_SetSegmentInfo()
839 seg_infop->target = MI_PROCESSOR_ARM9; in MBi_SetSegmentInfo()