Home
last modified time | relevance | path

Searched refs:OSIntrMode (Results 1 – 25 of 102) sorted by relevance

12345

/TwlSDK-5.5/include/nitro/os/common/
Dsystem.h74 typedef u32 OSIntrMode; typedef
92 extern OSIntrMode OS_EnableInterrupts(void);
103 extern OSIntrMode OS_DisableInterrupts(void);
114 extern OSIntrMode OS_RestoreInterrupts(OSIntrMode state);
125 extern OSIntrMode OS_EnableInterrupts_IrqAndFiq(void);
136 extern OSIntrMode OS_DisableInterrupts_IrqAndFiq(void);
147 extern OSIntrMode OS_RestoreInterrupts_IrqAndFiq(OSIntrMode state);
/TwlSDK-5.5/build/libraries/os/common/src/
Dos_system.c39 asm OSIntrMode OS_EnableInterrupts( void ) in OS_EnableInterrupts()
59 asm OSIntrMode OS_DisableInterrupts( void ) in OS_DisableInterrupts()
79 asm OSIntrMode OS_RestoreInterrupts( register OSIntrMode state ) in OS_RestoreInterrupts()
103 asm OSIntrMode OS_EnableInterrupts_IrqAndFiq( void ) in OS_EnableInterrupts_IrqAndFiq()
123 asm OSIntrMode OS_DisableInterrupts_IrqAndFiq( void ) in OS_DisableInterrupts_IrqAndFiq()
143 asm OSIntrMode OS_RestoreInterrupts_IrqAndFiq( register OSIntrMode state ) in OS_RestoreInterrupts_IrqAndFiq()
281 OSIntrMode cpsrIrq = OS_DisableInterrupts(); in OS_WaitInterrupt()
Dos_event.c82 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()
Dos_mutex.c58 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 …]
Dos_message.c57 OSIntrMode enabled; in OS_SendMessage()
102 OSIntrMode enabled; in OS_ReceiveMessage()
150 OSIntrMode enabled; in OS_JamMessage()
196 OSIntrMode enabled; in OS_ReadMessage()
Dos_valarm.c116 OSIntrMode enabled; 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()
518 OSIntrMode enabled; 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()
Dos_tick.c143 OSIntrMode prev = OS_DisableInterrupts(); in OS_GetTick()
175 OSIntrMode prev = OS_DisableInterrupts(); in OSi_GetTick_noProfile()
220 OSIntrMode prev; in OS_SetTick()
Dos_thread.c623 OSIntrMode enable; in OS_CreateThread()
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()
1178 OSIntrMode enable; in OS_SleepThread()
1226 OSIntrMode enable; in OS_WakeupThread()
1286 OSIntrMode enable; in OS_WakeupThreadDirect()
1333 OSIntrMode bak_intr = OS_DisableInterrupts(); in OS_RescheduleThread()
1355 OSIntrMode enable = OS_DisableInterrupts(); in OS_YieldThread()
[all …]
/TwlSDK-5.5/build/libraries/camera/ARM9.TWL/src/
Dcamera.c95 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_StartCaptureCore()
111 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_StopCaptureCore()
202 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetTrimmingCore()
234 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetOutputFormatCore()
287 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_ClearBufferCore()
303 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetMasterInterruptCore()
335 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetVsyncInterruptCore()
365 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetBufferErrorInterruptCore()
399 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetTransferLinesCore()
/TwlSDK-5.5/build/libraries/card/common/src/
Dcard_hook.c45 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_RegisterHook()
64 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_UnregisterHook()
89 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_NotifyEvent()
Dcard_task.c55 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.5/build/libraries/ctrdg/ARM9/src/
Dctrdg_task.c44 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.5/build/libraries/pxi/common/src/
Dpxi_fifo.c43 OSIntrMode enabled; in PXI_InitFifo()
141 OSIntrMode enabled; in PXI_SetFifoRecvCallback()
191 OSIntrMode enabled; in PXI_SetFifoSendCallback()
235 OSIntrMode enabled; in PXIi_SetToFifo()
262 OSIntrMode enabled; in PXIi_GetFromFifo()
/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_task.c48 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()
Dmb_cache.c54 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.5/build/libraries/init/common/include/
Dmi_dma.h60 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.5/build/libraries/os/common/include/
Dmi_dma.h60 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.5/build/libraries/wxc/ARM9/src/
Dwxc_api.c66 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXCi_ChangeState()
382 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_Init()
487 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_Start()
512 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_Stop()
555 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_End()
672 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_GetCurrentGgid()
719 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_GetUserInfo()
780 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_RegisterDataEx()
831 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_SetInitialData()
853 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in WXC_UnregisterData()
[all …]
/TwlSDK-5.5/build/libraries/snd/common/src/
Dsnd_command.c181 OSIntrMode bak_psr = OS_DisableInterrupts(); in SND_RecvCommandReply()
305 OSIntrMode bak_psr; in SND_PushCommand()
340 OSIntrMode 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()
882 OSIntrMode enabled; in PxiFifoCallback()
978 OSIntrMode bak_psr = OS_DisableInterrupts(); in AllocCommand()
1008 OSIntrMode prev_mode; in IsCommandAvailable()
[all …]
/TwlSDK-5.5/build/libraries/os/ARM9/src/
Dos_vramExclusive.c87 OSIntrMode enabled = OS_DisableInterrupts(); in OSi_TryLockVram()
138 OSIntrMode enabled = OS_DisableInterrupts(); in OSi_UnlockVram()
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_archive.c99 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_EndCommand()
352 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_NextCommand()
376 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_NextCommand()
456 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_ExecuteAsyncCommand()
552 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_SendCommand()
604 OSIntrMode bak_psr = OS_DisableInterrupts(); in FSi_EndArchive()
628 OSIntrMode bak_psr = OS_DisableInterrupts(); in FS_FindArchive()
658 OSIntrMode bak_psr = OS_DisableInterrupts(); in FS_GetArchiveResultCode()
945 OSIntrMode bak_intr = OS_DisableInterrupts(); in FS_RegisterArchiveName()
1020 OSIntrMode bak_psr = OS_DisableInterrupts(); in FS_ReleaseArchiveName()
[all …]
Dfs_hook.c117 OSIntrMode bak = OS_DisableInterrupts(); in FS_RegisterEventHook()
147 OSIntrMode bak = OS_DisableInterrupts(); in FS_UnregisterEventHook()
/TwlSDK-5.5/build/libraries/dsp/common/src/
Ddsp_byteaccess.c37 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.5/build/demos/wireless_shared/mbp/
Dmbp.c336 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.5/build/libraries/card/ARM9/src/
Dcard_pullOut.c205 OSIntrMode bak_cpsr = OS_DisableInterrupts(); in CARDi_CheckPulledOutCore()
281 OSIntrMode bak = OS_DisableInterrupts(); in CARDi_IsPulledOutEx()

12345