Home
last modified time | relevance | path

Searched refs:intSave (Results 1 - 25 of 218) sorted by relevance

123456789

/kernel/liteos_m/arch/csky/v2/gcc/
H A Dlos_arch_atomic.h47 UINT32 intSave; in ArchAtomicRead() local
49 intSave = LOS_IntLock(); in ArchAtomicRead()
54 LOS_IntRestore(intSave); in ArchAtomicRead()
61 UINT32 intSave; in ArchAtomicSet() local
63 intSave = LOS_IntLock(); in ArchAtomicSet()
68 LOS_IntRestore(intSave); in ArchAtomicSet()
74 UINT32 intSave; in ArchAtomicAdd() local
76 intSave = LOS_IntLock(); in ArchAtomicAdd()
84 LOS_IntRestore(intSave); in ArchAtomicAdd()
92 UINT32 intSave; in ArchAtomicSub() local
148 UINT32 intSave; ArchAtomicXchg32bits() local
183 UINT32 intSave; ArchAtomicCmpXchg32bits() local
203 UINT32 intSave; ArchAtomic64Read() local
214 UINT32 intSave; ArchAtomic64Set() local
224 UINT32 intSave; ArchAtomic64Add() local
237 UINT32 intSave; ArchAtomic64Sub() local
270 UINT32 intSave; ArchAtomicXchg64bits() local
283 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
H A Dlos_interrupt.c61 UINT32 intSave; in HalGetPsr() local
62 __asm__ volatile("mfcr %0, psr" : "=r" (intSave) : : "memory"); in HalGetPsr()
63 return intSave; in HalGetPsr()
66 UINT32 HalSetVbr(UINT32 intSave) in HalSetVbr() argument
68 __asm__ volatile("mtcr %0, vbr" : : "r"(intSave) : "memory"); in HalSetVbr()
69 return intSave; in HalSetVbr()
74 UINT32 intSave; in ArchIntLock() local
78 : "=r"(intSave) in ArchIntLock()
81 return intSave; in ArchIntLock()
86 UINT32 intSave; in ArchIntUnLock() local
96 ArchIntRestore(UINT32 intSave) ArchIntRestore() argument
103 UINT32 intSave; ArchIntLocked() local
110 UINT32 intSave; HwiUnmask() local
122 UINT32 intSave; HwiSetPriority() local
133 UINT32 intSave; HwiMask() local
144 UINT32 intSave; HwiPending() local
204 UINT32 intSave; HalInterrupt() local
[all...]
/kernel/liteos_m/arch/risc-v/nuclei/gcc/
H A Dlos_arch_atomic.h47 UINT32 intSave; in ArchAtomicRead() local
49 intSave = LOS_IntLock(); in ArchAtomicRead()
56 LOS_IntRestore(intSave); in ArchAtomicRead()
64 UINT32 intSave; in ArchAtomicSet() local
66 intSave = LOS_IntLock(); in ArchAtomicSet()
72 LOS_IntRestore(intSave); in ArchAtomicSet()
78 UINT32 intSave; in ArchAtomicAdd() local
80 intSave = LOS_IntLock(); in ArchAtomicAdd()
88 LOS_IntRestore(intSave); in ArchAtomicAdd()
96 UINT32 intSave; in ArchAtomicSub() local
152 UINT32 intSave; ArchAtomicXchg32bits() local
188 UINT32 intSave; ArchAtomicCmpXchg32bits() local
206 UINT32 intSave; ArchAtomic64Read() local
217 UINT32 intSave; ArchAtomic64Set() local
227 UINT32 intSave; ArchAtomic64Add() local
240 UINT32 intSave; ArchAtomic64Sub() local
273 UINT32 intSave; ArchAtomicXchg64bits() local
286 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
/kernel/liteos_m/arch/risc-v/riscv32/gcc/
H A Dlos_arch_atomic.h47 UINT32 intSave; in ArchAtomicRead() local
49 intSave = LOS_IntLock(); in ArchAtomicRead()
56 LOS_IntRestore(intSave); in ArchAtomicRead()
64 UINT32 intSave; in ArchAtomicSet() local
66 intSave = LOS_IntLock(); in ArchAtomicSet()
72 LOS_IntRestore(intSave); in ArchAtomicSet()
78 UINT32 intSave; in ArchAtomicAdd() local
80 intSave = LOS_IntLock(); in ArchAtomicAdd()
88 LOS_IntRestore(intSave); in ArchAtomicAdd()
96 UINT32 intSave; in ArchAtomicSub() local
152 UINT32 intSave; ArchAtomicXchg32bits() local
188 UINT32 intSave; ArchAtomicCmpXchg32bits() local
206 UINT32 intSave; ArchAtomic64Read() local
217 UINT32 intSave; ArchAtomic64Set() local
227 UINT32 intSave; ArchAtomic64Add() local
240 UINT32 intSave; ArchAtomic64Sub() local
273 UINT32 intSave; ArchAtomicXchg64bits() local
286 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
/kernel/liteos_m/arch/arm/arm9/gcc/
H A Dlos_arch_atomic.h51 UINT32 intSave; in ArchAtomicSet() local
53 intSave = LOS_IntLock(); in ArchAtomicSet()
55 LOS_IntRestore(intSave); in ArchAtomicSet()
61 UINT32 intSave; in ArchAtomicAdd() local
63 intSave = LOS_IntLock(); in ArchAtomicAdd()
66 LOS_IntRestore(intSave); in ArchAtomicAdd()
74 UINT32 intSave; in ArchAtomicSub() local
76 intSave = LOS_IntLock(); in ArchAtomicSub()
79 LOS_IntRestore(intSave); in ArchAtomicSub()
107 UINT32 intSave; in ArchAtomicXchg32bits() local
120 UINT32 intSave; ArchAtomicCmpXchg32bits() local
135 UINT32 intSave; ArchAtomic64Read() local
146 UINT32 intSave; ArchAtomic64Set() local
156 UINT32 intSave; ArchAtomic64Add() local
169 UINT32 intSave; ArchAtomic64Sub() local
202 UINT32 intSave; ArchAtomicXchg64bits() local
215 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
/kernel/liteos_m/components/lmk/
H A Dlos_lmk.c58 UINT32 intSave; in LOS_LmkOpsNodeRegister() local
65 intSave = LOS_IntLock(); in LOS_LmkOpsNodeRegister()
67 LOS_IntRestore(intSave); in LOS_LmkOpsNodeRegister()
72 LOS_IntRestore(intSave); in LOS_LmkOpsNodeRegister()
80 LOS_IntRestore(intSave); in LOS_LmkOpsNodeRegister()
88 LOS_IntRestore(intSave); in LOS_LmkOpsNodeRegister()
100 LOS_IntRestore(intSave); in LOS_LmkOpsNodeRegister()
106 UINT32 intSave; in LOS_LmkOpsNodeUnregister() local
112 intSave = LOS_IntLock(); in LOS_LmkOpsNodeUnregister()
114 LOS_IntRestore(intSave); in LOS_LmkOpsNodeUnregister()
124 UINT32 intSave; LOS_LmkTasksKill() local
156 UINT32 intSave; LOS_LmkTasksRestore() local
189 UINT32 intSave; LOS_LmkOpsNodeInfoShow() local
[all...]
/kernel/uniproton/src/core/kernel/timer/swtmr/
H A Dprt_swtmr_minor.c50 uintptr_t intSave; in OsSwTmrGetRemainTick() local
52 intSave = OsIntLock(); in OsSwTmrGetRemainTick()
55 OsIntRestore(intSave); in OsSwTmrGetRemainTick()
58 OsIntRestore(intSave); in OsSwTmrGetRemainTick()
66 OsIntRestore(intSave); in OsSwTmrGetRemainTick()
77 uintptr_t intSave; in OsSwTmrStop() local
79 intSave = OsIntLock(); in OsSwTmrStop()
99 OsIntRestore(intSave); in OsSwTmrStop()
121 uintptr_t intSave; in OsSwTmrStartTimer() local
129 intSave in OsSwTmrStartTimer()
164 uintptr_t intSave; OsSwTmrStopTimer() local
199 uintptr_t intSave; OsSwTmrRestartTimer() local
237 uintptr_t intSave; OsSwTmrQuery() local
[all...]
/kernel/liteos_a/syscall/
H A Dprocess_syscall.c94 unsigned int intSave; in OsUserTaskSchedulerSet() local
104 SCHEDULER_LOCK(intSave); in OsUserTaskSchedulerSet()
107 SCHEDULER_UNLOCK(intSave); in OsUserTaskSchedulerSet()
119 SCHEDULER_UNLOCK(intSave); in OsUserTaskSchedulerSet()
129 SCHEDULER_UNLOCK(intSave); in OsUserTaskSchedulerSet()
149 unsigned int intSave; in SysSchedGetScheduler() local
160 SCHEDULER_LOCK(intSave); in SysSchedGetScheduler()
163 SCHEDULER_UNLOCK(intSave); in SysSchedGetScheduler()
168 SCHEDULER_UNLOCK(intSave); in SysSchedGetScheduler()
225 unsigned int intSave; in SysSchedGetParam() local
354 unsigned int intSave; SysSchedRRGetInterval() local
542 UINT32 intSave; SysGetEffUserID() local
561 UINT32 intSave; SysGetEffGID() local
582 unsigned int intSave; SysGetRealEffSaveUserID() local
625 unsigned int intSave; SysSetUserID() local
679 unsigned int intSave; SysSetUserID() local
783 unsigned int intSave; SysSetGroupID() local
840 unsigned int intSave; SysSetGroupID() local
887 unsigned int intSave; SysGetRealEffSaveGroupID() local
1000 unsigned int intSave; SetGroups() local
1027 unsigned int intSave; GetGroups() local
1170 unsigned int intSave; SysSetThreadArea() local
1198 unsigned int intSave; SysUserThreadSetDetach() local
1221 unsigned int intSave; SysUserThreadDetach() local
1244 unsigned int intSave; SysThreadJoin() local
1324 unsigned int intSave; SysSchedGetAffinity() local
1370 unsigned int intSave; SysSchedSetAffinity() local
[all...]
/kernel/liteos_m/components/power/
H A Dlos_pm.c231 UINT32 intSave; in OsPmSuspendCheck() local
233 intSave = LOS_IntLock(); in OsPmSuspendCheck()
237 LOS_IntRestore(intSave); in OsPmSuspendCheck()
247 LOS_IntRestore(intSave); in OsPmSuspendCheck()
253 UINT32 ret, intSave; in OsPmSuspendSleep() local
266 intSave = LOS_IntLock(); in OsPmSuspendSleep()
271 intSave = LOS_IntLock(); in OsPmSuspendSleep()
297 LOS_IntRestore(intSave); in OsPmSuspendSleep()
308 UINT32 intSave; in OsPmNormalSleep()
311 intSave in OsPmNormalSleep()
323 UINT32 intSave; OsPmDeviceRegister() local
338 UINT32 intSave; OsPmTickTimerRegister() local
362 UINT32 intSave = LOS_IntLock(); OsPmSysctrlRegister() local
424 UINT32 intSave; OsPmDeviceUnregister() local
440 UINT32 intSave; OsPmTickTimerUnregister() local
460 UINT32 intSave = LOS_IntLock(); OsPmSysctrlUnregister() local
491 UINT32 intSave; LOS_PmWakeSet() local
505 UINT32 intSave = LOS_IntLock(); LOS_PmModeGet() local
514 UINT32 intSave; LOS_PmModeSet() local
552 UINT32 intSave; LOS_PmLockInfoShow() local
574 UINT32 intSave; OsPmLockRequest() local
633 UINT32 intSave; LOS_PmLockRelease() local
756 UINT32 intSave = LOS_IntLock(); OsIsPmMode() local
[all...]
/kernel/liteos_m/kernel/src/
H A Dlos_mux.c90 UINT32 intSave; in LOS_MuxCreate() local
100 intSave = LOS_IntLock(); in LOS_MuxCreate()
102 LOS_IntRestore(intSave); in LOS_MuxCreate()
115 LOS_IntRestore(intSave); in LOS_MuxCreate()
131 UINT32 intSave; in LOS_MuxDelete() local
141 intSave = LOS_IntLock(); in LOS_MuxDelete()
143 LOS_IntRestore(intSave); in LOS_MuxDelete()
148 LOS_IntRestore(intSave); in LOS_MuxDelete()
157 LOS_IntRestore(intSave); in LOS_MuxDelete()
197 UINT32 intSave; in LOS_MuxPend() local
273 UINT32 intSave; LOS_MuxPost() local
[all...]
H A Dlos_event.c53 UINT32 intSave; in LOS_EventPoll() local
58 intSave = LOS_IntLock(); in LOS_EventPoll()
71 LOS_IntRestore(intSave); in LOS_EventPoll()
100 UINT32 intSave; in LOS_EventRead() local
114 intSave = LOS_IntLock(); in LOS_EventRead()
119 LOS_IntRestore(intSave); in LOS_EventRead()
124 LOS_IntRestore(intSave); in LOS_EventRead()
131 LOS_IntRestore(intSave); in LOS_EventRead()
134 intSave = LOS_IntLock(); in LOS_EventRead()
137 LOS_IntRestore(intSave); in LOS_EventRead()
152 UINT32 intSave; LOS_EventWrite() local
194 UINT32 intSave; LOS_EventDestroy() local
213 UINT32 intSave; LOS_EventClear() local
[all...]
H A Dlos_sem.c89 UINT32 intSave; in OsSemCreate() local
103 intSave = LOS_IntLock(); in OsSemCreate()
106 LOS_IntRestore(intSave); in OsSemCreate()
118 LOS_IntRestore(intSave); in OsSemCreate()
159 UINT32 intSave; in LOS_SemDelete() local
169 intSave = LOS_IntLock(); in LOS_SemDelete()
171 LOS_IntRestore(intSave); in LOS_SemDelete()
176 LOS_IntRestore(intSave); in LOS_SemDelete()
182 LOS_IntRestore(intSave); in LOS_SemDelete()
221 UINT32 intSave; in LOS_SemPend() local
282 UINT32 intSave; LOS_SemPost() local
[all...]
/kernel/uniproton/src/core/kernel/task/
H A Dprt_amp_task_minor.c22 uintptr_t intSave; in PRT_TaskSuspend() local
35 intSave = OsIntLock(); in PRT_TaskSuspend()
38 OsIntRestore(intSave); in PRT_TaskSuspend()
45 OsIntRestore(intSave); in PRT_TaskSuspend()
51 OsIntRestore(intSave); in PRT_TaskSuspend()
65 OsTskScheduleFastPs(intSave); in PRT_TaskSuspend()
68 OsIntRestore(intSave); in PRT_TaskSuspend()
77 uintptr_t intSave; in PRT_TaskResume() local
86 intSave = OsIntLock(); in PRT_TaskResume()
89 OsIntRestore(intSave); in PRT_TaskResume()
[all...]
H A Dprt_task_minor.c96 uintptr_t intSave; in PRT_TaskDelay() local
99 intSave = OsIntLock(); in PRT_TaskDelay()
101 OsIntRestore(intSave); in PRT_TaskDelay()
108 OsIntRestore(intSave); in PRT_TaskDelay()
113 OsIntRestore(intSave); in PRT_TaskDelay()
121 OsTskScheduleFastPs(intSave); in PRT_TaskDelay()
122 OsIntRestore(intSave); in PRT_TaskDelay()
132 OsIntRestore(intSave); in PRT_TaskDelay()
142 uintptr_t intSave; in PRT_TaskLock() local
144 intSave in PRT_TaskLock()
159 uintptr_t intSave = OsIntLock(); PRT_TaskUnlock() local
[all...]
/kernel/liteos_a/kernel/base/core/
H A Dlos_task.c352 UINT32 intSave; in OsTaskResourcesToFree() local
357 SCHEDULER_LOCK(intSave); in OsTaskResourcesToFree()
362 SCHEDULER_UNLOCK(intSave); in OsTaskResourcesToFree()
387 SCHEDULER_LOCK(intSave); in OsTaskResourcesToFree()
392 SCHEDULER_UNLOCK(intSave); in OsTaskResourcesToFree()
399 UINT32 intSave; in OsTaskCBRecycleToFree() local
401 SCHEDULER_LOCK(intSave); in OsTaskCBRecycleToFree()
405 SCHEDULER_UNLOCK(intSave); in OsTaskCBRecycleToFree()
409 SCHEDULER_LOCK(intSave); in OsTaskCBRecycleToFree()
411 SCHEDULER_UNLOCK(intSave); in OsTaskCBRecycleToFree()
484 UINT32 intSave; TaskCBDeInit() local
604 UINT32 intSave; GetFreeTaskCB() local
663 UINT32 intSave; LOS_TaskCreate() local
702 UINT32 intSave; LOS_TaskResume() local
799 UINT32 intSave; LOS_TaskSuspend() local
852 UINT32 intSave; OsRunningTaskToExit() local
912 UINT32 intSave; LOS_TaskDelete() local
965 UINT32 intSave; LOS_TaskDelay() local
995 UINT32 intSave; LOS_TaskPriGet() local
1016 UINT32 intSave; LOS_TaskPriSet() local
1059 UINT32 intSave; LOS_TaskYield() local
1083 UINT32 intSave; LOS_TaskLock() local
1092 UINT32 intSave; LOS_TaskUnlock() local
1105 UINT32 intSave; LOS_TaskInfoGet() local
1176 UINT32 intSave; LOS_TaskCpuAffiSet() local
1209 UINT32 intSave; LOS_TaskCpuAffiGet() local
1276 UINT32 intSave; OsSetTaskName() local
1375 UINT32 intSave; OsCreateUserTask() local
1419 UINT32 intSave; LOS_GetTaskScheduler() local
1445 UINT32 intSave; LOS_SetTaskScheduler() local
1512 UINT32 intSave; LOS_TaskJoin() local
1552 UINT32 intSave; LOS_TaskDetach() local
[all...]
/kernel/liteos_a/kernel/extended/container/
H A Dlos_ipc_container.c82 UINT32 intSave; in CreateIpcContainer() local
89 SCHEDULER_LOCK(intSave); in CreateIpcContainer()
92 SCHEDULER_UNLOCK(intSave); in CreateIpcContainer()
98 UINT32 intSave; in OsInitRootIpcContainer() local
104 SCHEDULER_LOCK(intSave); in OsInitRootIpcContainer()
107 SCHEDULER_UNLOCK(intSave); in OsInitRootIpcContainer()
113 UINT32 intSave; in OsCopyIpcContainer() local
117 SCHEDULER_LOCK(intSave); in OsCopyIpcContainer()
120 SCHEDULER_UNLOCK(intSave); in OsCopyIpcContainer()
133 UINT32 intSave; in OsUnshareIpcContainer() local
175 UINT32 intSave; OsIpcContainerDestroy() local
[all...]
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H A Dprt_hwi.c83 uintptr_t intSave; in OsInterrupt() local
86 intSave = PRT_HwiLock(); in OsInterrupt()
94 PRT_HwiRestore(intSave); in OsInterrupt()
113 PRT_HwiRestore(intSave); in OsInterrupt()
139 uintptr_t intSave; in PRT_HwiEnable() local
145 intSave = PRT_HwiLock(); in PRT_HwiEnable()
148 PRT_HwiRestore(intSave); in PRT_HwiEnable()
158 uintptr_t intSave; in PRT_HwiClearAllPending() local
161 intSave = PRT_HwiLock(); in PRT_HwiClearAllPending()
166 PRT_HwiRestore(intSave); in PRT_HwiClearAllPending()
175 uintptr_t intSave; PRT_HwiClearPendingBit() local
191 uintptr_t intSave; PRT_HwiTrigger() local
215 uintptr_t intSave; PRT_HwiDisable() local
[all...]
/kernel/liteos_m/kal/posix/src/
H A Dpthread.c174 UINT32 intSave; in CheckForCancel() local
184 intSave = LOS_IntLock(); in CheckForCancel()
187 LOS_IntRestore(intSave); in CheckForCancel()
190 LOS_IntRestore(intSave); in CheckForCancel()
200 UINT32 intSave; in pthread_create() local
218 intSave = LOS_IntLock(); in pthread_create()
224 LOS_IntRestore(intSave); in pthread_create()
273 UINT32 intSave; in pthread_once() local
285 intSave = LOS_IntLock(); in pthread_once()
288 LOS_IntRestore(intSave); in pthread_once()
304 UINT32 intSave; pthread_setcancelstate() local
336 UINT32 intSave; pthread_setcanceltype() local
420 UINT32 intSave; pthread_cancel() local
509 UINT32 intSave; pthread_exit() local
543 UINT32 intSave; pthread_setname_np() local
606 unsigned int intSave; PthreadExitKeyDtor() local
630 unsigned int intSave; pthread_key_create() local
670 unsigned int intSave; pthread_key_delete() local
710 unsigned int intSave; pthread_setspecific() local
752 unsigned int intSave; pthread_getspecific() local
[all...]
/kernel/liteos_a/kernel/extended/plimit/
H A Dlos_ipclimit.c145 UINT32 intSave; in OsIPCLimitSetMqLimit() local
155 SCHEDULER_LOCK(intSave); in OsIPCLimitSetMqLimit()
157 SCHEDULER_UNLOCK(intSave); in OsIPCLimitSetMqLimit()
162 SCHEDULER_UNLOCK(intSave); in OsIPCLimitSetMqLimit()
168 UINT32 intSave; in OsIPCLimitSetShmLimit() local
178 SCHEDULER_LOCK(intSave); in OsIPCLimitSetShmLimit()
180 SCHEDULER_UNLOCK(intSave); in OsIPCLimitSetShmLimit()
185 SCHEDULER_UNLOCK(intSave); in OsIPCLimitSetShmLimit()
191 UINT32 intSave; in OsIPCLimitMqAlloc() local
192 SCHEDULER_LOCK(intSave); in OsIPCLimitMqAlloc()
209 UINT32 intSave; OsIPCLimitMqFree() local
221 UINT32 intSave; OsIPCLimitShmAlloc() local
239 UINT32 intSave; OsIPCLimitShmFree() local
[all...]
/kernel/liteos_a/kernel/base/mp/
H A Dlos_spinlock.c52 UINT32 intSave = LOS_IntLock(); in LOS_SpinLock() local
54 LOS_IntRestore(intSave); in LOS_SpinLock()
63 UINT32 intSave = LOS_IntLock(); in LOS_SpinTrylock() local
65 LOS_IntRestore(intSave); in LOS_SpinTrylock()
74 intSave = LOS_IntLock(); in LOS_SpinTrylock()
76 LOS_IntRestore(intSave); in LOS_SpinTrylock()
86 UINT32 intSave; in LOS_SpinUnlock() local
90 intSave = LOS_IntLock(); in LOS_SpinUnlock()
92 LOS_IntRestore(intSave); in LOS_SpinUnlock()
98 VOID LOS_SpinLockSave(SPIN_LOCK_S *lock, UINT32 *intSave) in LOS_SpinLockSave() argument
108 LOS_SpinUnlockRestore(SPIN_LOCK_S *lock, UINT32 intSave) LOS_SpinUnlockRestore() argument
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
H A Dlos_arch_atomic.h199 UINT32 intSave; in ArchAtomic64Read() local
201 intSave = LOS_IntLock(); in ArchAtomic64Read()
203 LOS_IntRestore(intSave); in ArchAtomic64Read()
210 UINT32 intSave; in ArchAtomic64Set() local
212 intSave = LOS_IntLock(); in ArchAtomic64Set()
214 LOS_IntRestore(intSave); in ArchAtomic64Set()
220 UINT32 intSave; in ArchAtomic64Add() local
222 intSave = LOS_IntLock(); in ArchAtomic64Add()
225 LOS_IntRestore(intSave); in ArchAtomic64Add()
233 UINT32 intSave; in ArchAtomic64Sub() local
266 UINT32 intSave; ArchAtomicXchg64bits() local
279 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
H A Dlos_arch_atomic.h199 UINT32 intSave; in ArchAtomic64Read() local
201 intSave = LOS_IntLock(); in ArchAtomic64Read()
203 LOS_IntRestore(intSave); in ArchAtomic64Read()
210 UINT32 intSave; in ArchAtomic64Set() local
212 intSave = LOS_IntLock(); in ArchAtomic64Set()
214 LOS_IntRestore(intSave); in ArchAtomic64Set()
220 UINT32 intSave; in ArchAtomic64Add() local
222 intSave = LOS_IntLock(); in ArchAtomic64Add()
225 LOS_IntRestore(intSave); in ArchAtomic64Add()
233 UINT32 intSave; in ArchAtomic64Sub() local
266 UINT32 intSave; ArchAtomicXchg64bits() local
279 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
H A Dlos_arch_atomic.h199 UINT32 intSave; in ArchAtomic64Read() local
201 intSave = LOS_IntLock(); in ArchAtomic64Read()
203 LOS_IntRestore(intSave); in ArchAtomic64Read()
210 UINT32 intSave; in ArchAtomic64Set() local
212 intSave = LOS_IntLock(); in ArchAtomic64Set()
214 LOS_IntRestore(intSave); in ArchAtomic64Set()
220 UINT32 intSave; in ArchAtomic64Add() local
222 intSave = LOS_IntLock(); in ArchAtomic64Add()
225 LOS_IntRestore(intSave); in ArchAtomic64Add()
233 UINT32 intSave; in ArchAtomic64Sub() local
266 UINT32 intSave; ArchAtomicXchg64bits() local
279 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
H A Dlos_arch_atomic.h199 UINT32 intSave; in ArchAtomic64Read() local
201 intSave = LOS_IntLock(); in ArchAtomic64Read()
203 LOS_IntRestore(intSave); in ArchAtomic64Read()
210 UINT32 intSave; in ArchAtomic64Set() local
212 intSave = LOS_IntLock(); in ArchAtomic64Set()
214 LOS_IntRestore(intSave); in ArchAtomic64Set()
220 UINT32 intSave; in ArchAtomic64Add() local
222 intSave = LOS_IntLock(); in ArchAtomic64Add()
225 LOS_IntRestore(intSave); in ArchAtomic64Add()
233 UINT32 intSave; in ArchAtomic64Sub() local
266 UINT32 intSave; ArchAtomicXchg64bits() local
279 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
H A Dlos_arch_atomic.h199 UINT32 intSave; in ArchAtomic64Read() local
201 intSave = LOS_IntLock(); in ArchAtomic64Read()
203 LOS_IntRestore(intSave); in ArchAtomic64Read()
210 UINT32 intSave; in ArchAtomic64Set() local
212 intSave = LOS_IntLock(); in ArchAtomic64Set()
214 LOS_IntRestore(intSave); in ArchAtomic64Set()
220 UINT32 intSave; in ArchAtomic64Add() local
222 intSave = LOS_IntLock(); in ArchAtomic64Add()
225 LOS_IntRestore(intSave); in ArchAtomic64Add()
233 UINT32 intSave; in ArchAtomic64Sub() local
266 UINT32 intSave; ArchAtomicXchg64bits() local
279 UINT32 intSave; ArchAtomicCmpXchg64bits() local
[all...]

Completed in 13 milliseconds

123456789