Home
last modified time | relevance | path

Searched refs:mp_flag (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_mp.c72 DC_InvalidateRange(&(status->mp_flag), 4); // Invalidates the ARM7 status region cache in WMi_StartMP()
73 if (status->mp_flag == TRUE) in WMi_StartMP()
543 DC_InvalidateRange(&(p->status->mp_flag), 4); in WM_EndMP()
544 if (p->status->mp_flag == FALSE) in WM_EndMP()
Dwm_sync.c188 DC_InvalidateRange(&(p->status->mp_flag), 4); // Invalidates the ARM7 status region cache in WM_GetMPSendBufferSize()
189 if (p->status->mp_flag == TRUE) in WM_GetMPSendBufferSize()
228 DC_InvalidateRange(&(p->status->mp_flag), 4); in WM_GetMPReceiveBufferSize()
229 if (p->status->mp_flag == TRUE) in WM_GetMPReceiveBufferSize()
Dwm_system.c1019 DC_InvalidateRange(&(status->mp_flag), 4); in WMi_IsMP()
1020 isMP = status->mp_flag; in WMi_IsMP()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h903 BOOL mp_flag; // Flag that MP is in execution member
/TwlSDK-5.1.0/build/demos/wm/wmDEMOlib/src/
Dwm_lib.c283 if (param->statusBuf->mp_flag == 0) // If MP has not been started, start MP in WM_lib_mp_parent_callback()