Home
last modified time | relevance | path

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

/device/qemu/arm_mps2_an386/liteos_m/board/driver/flash/
H A Dram_virt_flash.c93 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/qemu/arm_mps2_an386/liteos_m/board/libc/
H A Ddprintf.c41 unsigned int intSave; in dputs() local
43 intSave = LOS_IntLock(); in dputs()
47 LOS_IntRestore(intSave); in dputs()
/device/qemu/arm_mps3_an547/liteos_m/board/libc/
H A Ddprintf.c40 unsigned int intSave; in dputs() local
42 intSave = LOS_IntLock(); in dputs()
46 LOS_IntRestore(intSave); in dputs()
/device/qemu/esp32/liteos_m/board/libc/
H A Ddprintf.c45 UINT32 intSave; in FuncPuts() local
47 intSave = LOS_IntLock(); in FuncPuts()
51 LOS_IntRestore(intSave); in FuncPuts()
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtnet.c28 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)
51 #define LOS_SpinUnlockRestore(lock, intSave) LOS_TaskUnlockRestore(intSave)
230 uint32_t intSave; in ReleaseRxEntry() local
320 uint32_t intSave; GetTxFreeEntry() local
[all...]
/device/qemu/SmartL_E802/liteos_m/board/libc/
H A Ddprintf.c64 UINT32 intSave; in FuncPuts() local
66 intSave = LOS_IntLock(); in FuncPuts()
70 LOS_IntRestore(intSave); in FuncPuts()
/device/qemu/riscv32_virt/liteos_m/board/libc/
H A Ddprintf.c41 unsigned int intSave; in dputs() local
43 intSave = LOS_IntLock(); in dputs()
47 LOS_IntRestore(intSave); in dputs()
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash.c229 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/arm_virt/liteos_a_mini/board/amba_pl011/
H A Damba_pl011.c99 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/
H A Damba_pl011.c99 UINT32 intSave; in UartPutsReg() local
106 LOS_SpinLockSave(&g_uartOutputSpin, &intSave); in UartPutsReg()
108 LOS_SpinUnlockRestore(&g_uartOutputSpin, intSave); in UartPutsReg()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dtime.c174 UINT32 intSave; in timer_settime() local
213 intSave = LOS_IntLock(); in timer_settime()
218 LOS_IntRestore(intSave); in timer_settime()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/arch/
H A Dlos_hwi.h492 * @param intSave [IN] CPSR value obtained before all interrupts are disabled.
499 extern VOID LOS_IntRestore(UINTPTR intSave);
/device/qemu/drivers/virtio/
H A Dvirtnet.c210 uint32_t intSave; in GetTxFreeEntry() local
215 OsalSpinLockIrqSave(&nic->transLock, &intSave); in GetTxFreeEntry()
217 OsalSpinUnlockIrqRestore(&nic->transLock, &intSave); in GetTxFreeEntry()
231 OsalSpinUnlockIrqRestore(&nic->transLock, &intSave); in GetTxFreeEntry()

Completed in 7 milliseconds