Lines Matching refs:target

187 …const OVERLAYPROC   proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM…  in FSi_RegisterOverlayToDebugger()
205 …const OVERLAYPROC proc = (ovi->target == MI_PROCESSOR_ARM9) ? OVERLAYPROC_ARM9 : OVERLAYPROC_ARM… in FSi_UnregisterOverlayToDebugger()
336 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument
340 const CARDRomRegion *pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
360 p_ovi->target = target; in FS_LoadOverlayInfo()
374 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
391 p_ovi->target = target; in FS_LoadOverlayInfo()
481 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument
486 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
494 p_ovi->target = target; in FS_LoadOverlayInfo()
510 pr = CARD_GetRomRegionOVT(target); in FS_LoadOverlayInfo()
514 p_ovi->target = target; in FS_LoadOverlayInfo()
806 BOOL FS_LoadOverlay(MIProcessor target, FSOverlayID id) in FS_LoadOverlay() argument
812 if (FS_LoadOverlayInfo(&ovi, target, id)) in FS_LoadOverlay()
834 BOOL FS_UnloadOverlay(MIProcessor target, FSOverlayID id) in FS_UnloadOverlay() argument
840 if (FS_LoadOverlayInfo(&ovi, target, id)) in FS_UnloadOverlay()
865 void FS_AttachOverlayTable(MIProcessor target, const void *ptr, u32 len) in FS_AttachOverlayTable() argument
867 if ((ptr != NULL) && (target == MI_PROCESSOR_ARM9)) in FS_AttachOverlayTable()
900 CARDRomRegion *const pr = (target == MI_PROCESSOR_ARM9) ? in FS_AttachOverlayTable()