Home
last modified time | relevance | path

Searched refs:PRT_HwiLock (Results 1 - 9 of 9) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H A Dprt_hwi.c86 intSave = PRT_HwiLock(); in OsInterrupt()
104 (void)PRT_HwiLock(); in OsInterrupt()
145 intSave = PRT_HwiLock(); in PRT_HwiEnable()
161 intSave = PRT_HwiLock(); in PRT_HwiClearAllPending()
180 intSave = PRT_HwiLock(); in PRT_HwiClearPendingBit()
201 intSave = PRT_HwiLock(); in PRT_HwiTrigger()
221 intSave = PRT_HwiLock(); in PRT_HwiDisable()
/kernel/uniproton/src/mem/
H A Dprt_mem.c22 intSave = PRT_HwiLock(); in PRT_MemAlloc()
34 intSave = PRT_HwiLock(); in PRT_MemAllocAlign()
47 intSave = PRT_HwiLock(); in PRT_MemFree()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_dispatch.S17 .global PRT_HwiLock
30 .type PRT_HwiLock, function
153 PRT_HwiLock: label
/kernel/uniproton/src/arch/cpu/armv7-m/common/tick/
H A Dprt_hw_tick.c27 intSave = PRT_HwiLock(); in OsTickIsr()
H A Dprt_hw_tick_minor.c51 intSave = PRT_HwiLock(); in PRT_ClkGetCycleCount64()
/kernel/uniproton/src/om/include/
H A Dprt_hook_external.h109 (intSave) = PRT_HwiLock(); \
115 (intSave) = PRT_HwiLock(); \
/kernel/uniproton/src/include/uapi/
H A Dprt_hwi.h506 * @see PRT_HwiLock | PRT_HwiRestore
525 extern uintptr_t PRT_HwiLock(void);
538 * @param intSave [IN] 类型#uintptr_t,关全局中断PRT_HwiLock和开全局中断PRT_HwiUnLock的返回值。
543 * @see PRT_HwiUnLock | PRT_HwiLock
/kernel/uniproton/src/arch/cpu/armv7-m/common/
H A Dos_cpu_armv7_m_external.h98 #define OsIntLock() PRT_HwiLock()
/kernel/uniproton/src/core/kernel/irq/
H A Dprt_irq_internal.h42 (intSave) = PRT_HwiLock(); \

Completed in 4 milliseconds