Lines Matching refs:target

211 …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()
360 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument
364 const CARDRomRegion *pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
384 p_ovi->target = target; in FS_LoadOverlayInfo()
398 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
415 p_ovi->target = target; in FS_LoadOverlayInfo()
505 BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id) in FS_LoadOverlayInfo() argument
510 pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
518 p_ovi->target = target; in FS_LoadOverlayInfo()
534 pr = CARD_GetRomRegionOVT(target); in FS_LoadOverlayInfo()
538 p_ovi->target = target; in FS_LoadOverlayInfo()
830 BOOL FS_LoadOverlay(MIProcessor target, FSOverlayID id) in FS_LoadOverlay() argument
836 if (FS_LoadOverlayInfo(&ovi, target, id)) in FS_LoadOverlay()
858 BOOL FS_UnloadOverlay(MIProcessor target, FSOverlayID id) in FS_UnloadOverlay() argument
864 if (FS_LoadOverlayInfo(&ovi, target, id)) in FS_UnloadOverlay()
889 void FS_AttachOverlayTable(MIProcessor target, const void *ptr, u32 len) in FS_AttachOverlayTable() argument
891 if ((ptr != NULL) && (target == MI_PROCESSOR_ARM9)) in FS_AttachOverlayTable()
924 CARDRomRegion *const pr = (target == MI_PROCESSOR_ARM9) ? in FS_AttachOverlayTable()