/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/ |
D | cmsis_liteos2.c | 407 UINT32 intSave; in osTaskStackWaterMarkGet() local 414 intSave = LOS_IntLock(); in osTaskStackWaterMarkGet() 418 LOS_IntRestore(intSave); in osTaskStackWaterMarkGet() 432 LOS_IntRestore(intSave); in osTaskStackWaterMarkGet() 762 UINT32 intSave = LOS_IntLock(); in osTimerStart() local 766 LOS_IntRestore(intSave); in osTimerStart() 892 UINT32 intSave; in osEventFlagsClear() local 900 intSave = LOS_IntLock(); in osEventFlagsClear() 904 LOS_IntRestore(intSave); in osEventFlagsClear() 916 UINT32 intSave; in osEventFlagsGet() local [all …]
|
D | cmsis_liteos.c | 195 UINT32 intSave; 208 intSave = LOS_IntLock(); 210 LOS_IntRestore(intSave); 224 UINT32 intSave; 237 intSave = LOS_IntLock(); 239 LOS_IntRestore(intSave); 681 UINTPTR intSave; in osMailClear() local 682 intSave = LOS_IntLock(); in osMailClear() 688 LOS_IntRestore(intSave); in osMailClear() 691 LOS_IntRestore(intSave); in osMailClear()
|
/device/qemu/arm_mps2_an386/liteos_m/board/driver/flash/ |
D | ram_virt_flash.c | 93 UINT32 intSave = LOS_IntLock(); in virt_flash_erase() local 95 LOS_IntRestore(intSave); in virt_flash_erase() 114 UINT32 intSave = LOS_IntLock(); in virt_flash_write() local 116 LOS_IntRestore(intSave); in virt_flash_write() 136 UINT32 intSave = LOS_IntLock(); in virt_flash_erase_write() local 139 LOS_IntRestore(intSave); in virt_flash_erase_write() 158 UINT32 intSave = LOS_IntLock(); in virt_flash_read() local 160 LOS_IntRestore(intSave); in virt_flash_read()
|
/device/soc/telink/b91/liteos_m/src/ |
D | riscv_irq.c | 46 UINT32 intSave = LOS_IntLock(); in EnableIrq() local 56 LOS_IntRestore(intSave); in EnableIrq() 71 UINT32 intSave = LOS_IntLock(); in DisableIrq() local 80 LOS_IntRestore(intSave); in DisableIrq() 111 UINT32 intSave = LOS_IntLock(); in B91IrqRegister() local 121 LOS_IntRestore(intSave); in B91IrqRegister()
|
D | power_b91.c | 105 UINT32 intSave = LOS_IntLock(); in B91Suspend() local 109 LOS_IntRestore(intSave); in B91Suspend() 129 LOS_IntRestore(intSave); in B91Suspend()
|
/device/board/hpmicro/hpm6750evk2/liteos_m/littlefs/ |
D | hpm_littlefs_drv.c | 31 uint32_t intSave = LOS_IntLock(); in HpmLittlefsRead() local 35 LOS_IntRestore(intSave); in HpmLittlefsRead() 50 uint32_t intSave = LOS_IntLock(); in HpmLittlefsProg() local 55 LOS_IntRestore(intSave); in HpmLittlefsProg() 70 uint32_t intSave = LOS_IntLock(); in HpmLittlefsErase() local 73 LOS_IntRestore(intSave); in HpmLittlefsErase() 160 uint32_t intSave = LOS_IntLock(); in HpmLittlefsDriverInit() local 164 LOS_IntRestore(intSave); in HpmLittlefsDriverInit()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
D | virtnet.c | 28 VOID LOS_TaskLockSave(UINT32 *intSave) in LOS_TaskLockSave() argument 30 *intSave = LOS_IntLock(); in LOS_TaskLockSave() 34 VOID LOS_TaskUnlockRestore(UINT32 intSave) in LOS_TaskUnlockRestore() argument 39 LOS_IntRestore(intSave); in LOS_TaskUnlockRestore() 45 LOS_IntRestore(intSave); in LOS_TaskUnlockRestore() 50 #define LOS_SpinLockSave(lock, intSave) LOS_TaskLockSave(intSave) argument 51 #define LOS_SpinUnlockRestore(lock, intSave) LOS_TaskUnlockRestore(intSave) argument 230 uint32_t intSave; in ReleaseRxEntry() local 232 LOS_SpinLockSave(&nic->recvLock, &intSave); in ReleaseRxEntry() 236 LOS_SpinUnlockRestore(&nic->recvLock, intSave); in ReleaseRxEntry() [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/ |
D | rtos_al.c | 134 UINT32 intSave; in rtos_task_init_notification() local 137 intSave = LOS_IntLock(); in rtos_task_init_notification() 139 LOS_IntRestore(intSave); in rtos_task_init_notification() 166 UINT32 intSave; in rtos_task_wait_notification() local 171 intSave = LOS_IntLock(); in rtos_task_wait_notification() 173 LOS_IntRestore(intSave); in rtos_task_wait_notification() 192 UINT32 intSave; in rtos_task_notify() local 196 intSave = LOS_IntLock(); in rtos_task_notify() 198 LOS_IntRestore(intSave); in rtos_task_notify()
|
/device/qemu/arm_mps3_an547/liteos_m/board/libc/ |
D | dprintf.c | 40 unsigned int intSave; in dputs() local 42 intSave = LOS_IntLock(); in dputs() 46 LOS_IntRestore(intSave); in dputs()
|
/device/qemu/arm_mps2_an386/liteos_m/board/libc/ |
D | dprintf.c | 41 unsigned int intSave; in dputs() local 43 intSave = LOS_IntLock(); in dputs() 47 LOS_IntRestore(intSave); in dputs()
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/rtos/ |
D | liteos_patch.c | 33 UINT32 intSave, retVal; in LOS_SemPendingNoTask() local 39 intSave = LOS_IntLock(); in LOS_SemPendingNoTask() 45 LOS_IntRestore(intSave); in LOS_SemPendingNoTask()
|
/device/qemu/esp32/liteos_m/board/libc/ |
D | dprintf.c | 45 UINT32 intSave; in FuncPuts() local 47 intSave = LOS_IntLock(); in FuncPuts() 51 LOS_IntRestore(intSave); in FuncPuts()
|
/device/soc/hpmicro/hpm6700/liteos_m/ |
D | dprintf.c | 40 unsigned int intSave; in dputs() local 42 intSave = LOS_IntLock(); in dputs() 46 LOS_IntRestore(intSave); in dputs()
|
/device/board/talkweb/niobe407/liteos_m/bsp/src/ |
D | dprintf.c | 24 unsigned int intSave; in dputs() local 26 intSave = LOS_IntLock(); in dputs() 30 LOS_IntRestore(intSave); in dputs()
|
/device/soc/st/stm32f407zg/uniproton/board/ |
D | dprintf.c | 41 unsigned int intSave; in Dputs() local 43 intSave = PRT_HwiLock(); in Dputs() 47 PRT_HwiRestore(intSave); in Dputs()
|
/device/qemu/SmartL_E802/liteos_m/board/libc/ |
D | dprintf.c | 64 UINT32 intSave; in FuncPuts() local 66 intSave = LOS_IntLock(); in FuncPuts() 70 LOS_IntRestore(intSave); in FuncPuts()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/ |
D | cfiflash.c | 229 uint32_t intSave = LOS_IntLock(); in CfiFlashRead() local 233 LOS_IntRestore(intSave); in CfiFlashRead() 253 uint32_t intSave = LOS_IntLock(); in CfiFlashWrite() local 255 LOS_IntRestore(intSave); in CfiFlashWrite() 275 uint32_t intSave = LOS_IntLock(); in CfiFlashErase() local 281 LOS_IntRestore(intSave); in CfiFlashErase()
|
/device/qemu/riscv32_virt/liteos_m/board/libc/ |
D | dprintf.c | 41 unsigned int intSave; in dputs() local 43 intSave = LOS_IntLock(); in dputs() 47 LOS_IntRestore(intSave); in dputs()
|
/device/soc/st/stm32f407zg/uniproton/board/lwip/ |
D | lwip.c | 161 uintptr_t intSave; in LwipInit() local 226 intSave = PRT_HwiSetAttr(ETH_IRQn, OS_HWI_PRI_HIGHEST, OS_HWI_MODE_ENGROSS); in LwipInit() 227 if (intSave != OS_OK) { in LwipInit() 230 intSave = PRT_HwiCreate(ETH_IRQn, EthIrqHandler, NULL); in LwipInit() 231 if (intSave != OS_OK) { in LwipInit()
|
/device/soc/winnermicro/wm800/board/src/os/liteos/ |
D | wm_osal_liteos.c | 538 UINT32 intSave; in LOS_SemCount() local 546 intSave = LOS_IntLock(); in LOS_SemCount() 549 (void)LOS_IntRestore(intSave); in LOS_SemCount() 554 (void)LOS_IntRestore(intSave); in LOS_SemCount() 558 (void)LOS_IntRestore(intSave); in LOS_SemCount() 981 UINTPTR intSave; in LOS_SwtmrIsActive() local 988 intSave = LOS_IntLock(); in LOS_SwtmrIsActive() 992 (void)LOS_IntRestore(intSave); in LOS_SwtmrIsActive() 998 (void)LOS_IntRestore(intSave); in LOS_SwtmrIsActive()
|
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/ |
D | amba_pl011.c | 99 UINT32 intSave; in UartPutsReg() local 106 LOS_SpinLockSave(&g_uartOutputSpin, &intSave); in UartPutsReg() 108 LOS_SpinUnlockRestore(&g_uartOutputSpin, intSave); in UartPutsReg()
|
/device/qemu/arm_virt/liteos_a/board/amba_pl011/ |
D | amba_pl011.c | 99 UINT32 intSave; in UartPutsReg() local 106 LOS_SpinLockSave(&g_uartOutputSpin, &intSave); in UartPutsReg() 108 LOS_SpinUnlockRestore(&g_uartOutputSpin, intSave); in UartPutsReg()
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/ |
D | board.c | 416 UINTPTR intSave; in board_main() local 417 intSave = LOS_IntLock(); in board_main() 422 LOS_IntRestore(intSave); in board_main() 452 UINTPTR intSave; in board_main() local 453 intSave = LOS_IntLock(); in board_main() 459 LOS_IntRestore(intSave); in board_main()
|
/device/soc/esp/esp32/components/osal/ |
D | tasks.c | 91 VOID ArchIntRestore(UINT32 intSave) 108 VOID ArchIntRestore(UINT32 intSave) in ArchIntRestore() argument 110 __asm__ __volatile__("wsr %0, ps\n": :"a"(intSave):"memory"); in ArchIntRestore()
|
/device/soc/st/common/platform/uart/ |
D | KRecvBuf.c | 29 UINT32 intSave; in KRecvBufUsedSize() local 31 LOS_SpinLockSave(&krbCB->lock, &intSave); in KRecvBufUsedSize() 33 LOS_SpinUnlockRestore(&krbCB->lock, intSave); in KRecvBufUsedSize()
|