| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_hook.c | 45 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_RegisterHook() 64 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_UnregisterHook() 89 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_NotifyEvent()
|
| D | card_task.c | 55 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CARDi_QuitTaskQueue() 102 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CARDi_ProcessTask() 156 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CARDi_ReceiveTask() 261 OSIntrMode bak_psr = OS_DisableInterrupts(); in CARDi_OldTypeTaskThread() 291 OSIntrMode bak_psr = OS_DisableInterrupts(); in CARDi_WaitForTask() 322 OSIntrMode bak_psr = OS_DisableInterrupts(); in CARDi_EndTask()
|
| /TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/ |
| D | ctrdg_task.c | 44 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CTRDGi_InitTaskThread() 128 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CTRDGi_TaskThread() 148 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CTRDGi_TaskThread() 210 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CTRDGi_SetTask() 244 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CTRDGi_EndTaskThread()
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_event.c | 82 OSIntrMode enable = OS_DisableInterrupts(); in OS_WaitEventEx() 127 OSIntrMode enable = OS_DisableInterrupts(); in OS_SignalEvent() 166 OSIntrMode enable = OS_DisableInterrupts(); in OS_ClearEvent() 211 OSIntrMode enable = OS_DisableInterrupts(); in OS_PollEventEx()
|
| D | os_mutex.c | 58 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutex() 142 OSIntrMode saved = OS_DisableInterrupts(); in OS_TryLockMutex() 187 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexR() 217 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexW() 247 OSIntrMode e = OS_DisableInterrupts(); in OS_TryLockMutexR() 286 OSIntrMode e = OS_DisableInterrupts(); in OS_TryLockMutexW() 333 OSIntrMode e = OS_DisableInterrupts(); in OSi_UnlockMutexCore() 444 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexFromRToW() 473 OSIntrMode e = OS_DisableInterrupts(); in OS_TryLockMutexFromRToW() 499 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexFromWToR() [all …]
|
| D | os_message.c | 60 enabled = OS_DisableInterrupts(); in OS_SendMessage() 104 enabled = OS_DisableInterrupts(); in OS_ReceiveMessage() 152 enabled = OS_DisableInterrupts(); in OS_JamMessage() 198 enabled = OS_DisableInterrupts(); in OS_ReadMessage()
|
| D | os_tick.c | 138 OSIntrMode prev = OS_DisableInterrupts(); in OS_GetTick() 162 OSIntrMode prev = OS_DisableInterrupts(); in OSi_GetTick_noProfile() 210 prev = OS_DisableInterrupts(); in OS_SetTick()
|
| D | os_valarm.c | 119 enabled = OS_DisableInterrupts(); in OS_EndVAlarm() 315 OSIntrMode enabled = OS_DisableInterrupts(); in OS_SetVAlarm() 373 OSIntrMode enabled = OS_DisableInterrupts(); in OS_SetPeriodicVAlarm() 486 OSIntrMode enabled = OS_DisableInterrupts();; in OS_CancelVAlarm() 523 enabled = OS_DisableInterrupts(); in OS_CancelAllVAlarms() 546 OSIntrMode enabled = OS_DisableInterrupts(); in OS_CancelVAlarms() 728 OSIntrMode enabled = OS_DisableInterrupts(); in OSi_GetVFrame() 758 OSIntrMode enabled = OS_DisableInterrupts(); in OS_DumpVAlarm() 785 OSIntrMode enabled = OS_DisableInterrupts(); in OS_GetNumberOfVAlarm()
|
| D | os_alarm.c | 139 enabled = OS_DisableInterrupts(); in OS_EndAlarm() 294 enabled = OS_DisableInterrupts(); in OS_SetAlarm() 340 enabled = OS_DisableInterrupts(); in OS_SetPeriodicAlarm() 373 enabled = OS_DisableInterrupts(); in OS_CancelAlarm() 560 enabled = OS_DisableInterrupts(); in OS_CancelAlarms() 592 enabled = OS_DisableInterrupts(); in OS_CancelAllAlarms() 632 OSIntrMode enabled = OS_DisableInterrupts(); in OS_GetNumberOfAlarm()
|
| D | os_thread.c | 632 enable = OS_DisableInterrupts(); in OS_CreateThread() 723 (void)OS_DisableInterrupts(); in OS_ExitThread() 774 (void)OS_DisableInterrupts(); // Disable interrupts again in OSi_ExitThread() 873 OSIntrMode enabled = OS_DisableInterrupts(); in OS_DestroyThread() 960 OSIntrMode enabled = OS_DisableInterrupts(); in OS_KillThreadWithPriority() 1088 OSIntrMode enabled = OS_DisableInterrupts(); in OS_JoinThread() 1147 OSIntrMode bak_intr = OS_DisableInterrupts(); in OS_SleepThreadDirect() 1181 enable = OS_DisableInterrupts(); in OS_SleepThread() 1231 enable = OS_DisableInterrupts(); in OS_WakeupThread() 1288 enable = OS_DisableInterrupts(); in OS_WakeupThreadDirect() [all …]
|
| D | os_system.c | 59 asm OSIntrMode OS_DisableInterrupts( void ) in OS_DisableInterrupts() function 281 OSIntrMode cpsrIrq = OS_DisableInterrupts(); in OS_WaitInterrupt() 293 (void)OS_DisableInterrupts(); in OS_WaitInterrupt()
|
| /TwlSDK-5.1.0/build/libraries/pxi/common/src/ |
| D | pxi_fifo.c | 46 enabled = OS_DisableInterrupts(); in PXI_InitFifo() 149 enabled = OS_DisableInterrupts(); in PXI_SetFifoRecvCallback() 193 enabled = OS_DisableInterrupts(); in PXI_SetFifoSendCallback() 243 enabled = OS_DisableInterrupts(); in PXIi_SetToFifo() 270 enabled = OS_DisableInterrupts(); in PXIi_GetFromFifo()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_task.c | 48 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_TaskThread() 65 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_TaskThread() 117 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_InitTaskThread() 240 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_SetTask() 304 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_EndTaskThread()
|
| D | mb_cache.c | 54 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_AttachCacheBuffer() 92 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_ReadFromCache() 134 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in MBi_TryLoadCache()
|
| /TwlSDK-5.1.0/build/libraries/os/common/include/ |
| D | mi_dma.h | 60 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams() 70 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait() 109 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src32() 120 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src16() 131 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait_src32() 142 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait_src16()
|
| /TwlSDK-5.1.0/build/libraries/init/common/include/ |
| D | mi_dma.h | 60 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams() 70 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait() 109 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src32() 120 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src16() 131 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait_src32() 142 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait_src16()
|
| /TwlSDK-5.1.0/build/libraries/snd/common/src/ |
| D | snd_command.c | 181 OSIntrMode bak_psr = OS_DisableInterrupts(); in SND_RecvCommandReply() 192 bak_psr = OS_DisableInterrupts(); in SND_RecvCommandReply() 309 bak_psr = OS_DisableInterrupts(); in SND_PushCommand() 340 OSIntrMode bak_psr = OS_DisableInterrupts(); in SND_FlushCommand() 388 bak_psr = OS_DisableInterrupts(); in SND_FlushCommand() 522 OSIntrMode bak_psr = OS_DisableInterrupts(); in SND_GetCurrentCommandTag() 549 OSIntrMode bak_psr = OS_DisableInterrupts(); in SND_IsFinishedCommandTag() 590 OSIntrMode bak_psr = OS_DisableInterrupts(); in SND_CountFreeCommand() 616 OSIntrMode bak_psr = OS_DisableInterrupts(); in SND_CountReservedCommand() 891 enabled = OS_DisableInterrupts(); in PxiFifoCallback() [all …]
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_terminate_proc.c | 94 (void)OS_DisableInterrupts(); in OSi_TerminateCore() 156 (void)OS_DisableInterrupts(); in OS_FExit()
|
| D | os_vramExclusive.c | 87 OSIntrMode enabled = OS_DisableInterrupts(); in OSi_TryLockVram() 138 OSIntrMode enabled = OS_DisableInterrupts(); in OSi_UnlockVram()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_archive.c | 99 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_EndCommand() 352 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_NextCommand() 375 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_NextCommand() 390 bak_psr = OS_DisableInterrupts(); in FSi_NextCommand() 455 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_ExecuteAsyncCommand() 546 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_SendCommand() 597 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_EndArchive() 621 OSIntrMode bak_psr = OS_DisableInterrupts(); in FS_FindArchive() 651 OSIntrMode bak_psr = OS_DisableInterrupts(); in FS_GetArchiveResultCode() 938 OSIntrMode bak_intr = OS_DisableInterrupts(); in FS_RegisterArchiveName() [all …]
|
| D | fs_hook.c | 117 OSIntrMode bak = OS_DisableInterrupts(); in FS_RegisterEventHook() 147 OSIntrMode bak = OS_DisableInterrupts(); in FS_UnregisterEventHook()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/include/ |
| D | util.h | 215 OSIntrMode bak = OS_DisableInterrupts(); in FSi_WaitConditionOn() 236 OSIntrMode bak = OS_DisableInterrupts(); in FSi_WaitConditionOff()
|
| /TwlSDK-5.1.0/build/libraries/dsp/common/src/ |
| D | dsp_byteaccess.c | 37 OSIntrMode cpsr = OS_DisableInterrupts(); in DSP_Load16() 98 OSIntrMode cpsr = OS_DisableInterrupts(); in DSP_LoadData() 233 OSIntrMode cpsr = OS_DisableInterrupts(); in DSP_StoreData()
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/mbp/ |
| D | mbp.c | 336 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_KickChild() 365 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_StartDownload() 905 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_GetChildState() 954 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_AddBitmap() 974 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_RemoveBitmap() 993 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_DisconnectChildFromBmp()
|
| /TwlSDK-5.1.0/build/libraries/card/ARM9/src/ |
| D | card_pullOut.c | 205 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CARDi_CheckPulledOutCore() 281 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_IsPulledOutEx()
|