Home
last modified time | relevance | path

Searched refs:PRT_HwiRestore (Results 1 - 10 of 10) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H A Dprt_hwi.c94 PRT_HwiRestore(intSave); in OsInterrupt()
113 PRT_HwiRestore(intSave); in OsInterrupt()
148 PRT_HwiRestore(intSave); in PRT_HwiEnable()
166 PRT_HwiRestore(intSave); in PRT_HwiClearAllPending()
182 PRT_HwiRestore(intSave); in PRT_HwiClearPendingBit()
205 PRT_HwiRestore(intSave); in PRT_HwiTrigger()
224 PRT_HwiRestore(intSave); in PRT_HwiDisable()
H A Dprt_vi_dispatch.c31 PRT_HwiRestore(intSave); in OsTickBh()
/kernel/uniproton/src/mem/
H A Dprt_mem.c24 PRT_HwiRestore(intSave); in PRT_MemAlloc()
36 PRT_HwiRestore(intSave); in PRT_MemAllocAlign()
49 PRT_HwiRestore(intSave); in PRT_MemFree()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_dispatch.S19 .global PRT_HwiRestore
32 .type PRT_HwiRestore, function
165 PRT_HwiRestore: label
/kernel/uniproton/src/arch/cpu/armv7-m/common/tick/
H A Dprt_hw_tick.c31 PRT_HwiRestore(intSave); in OsTickIsr()
H A Dprt_hw_tick_minor.c54 PRT_HwiRestore(intSave); in PRT_ClkGetCycleCount64()
/kernel/uniproton/src/om/include/
H A Dprt_hook_external.h111 #define HOOK_ADD_IRQ_UNLOCK(intSave) PRT_HwiRestore((intSave))
117 #define HOOK_DEL_IRQ_UNLOCK(intSave) PRT_HwiRestore((intSave))
/kernel/uniproton/src/include/uapi/
H A Dprt_hwi.h506 * @see PRT_HwiLock | PRT_HwiRestore
523 * @see PRT_HwiUnLock | PRT_HwiRestore
545 extern void PRT_HwiRestore(uintptr_t intSave);
/kernel/uniproton/src/arch/cpu/armv7-m/common/
H A Dos_cpu_armv7_m_external.h99 #define OsIntRestore(intSave) PRT_HwiRestore(intSave)
/kernel/uniproton/src/core/kernel/irq/
H A Dprt_irq_internal.h47 PRT_HwiRestore(intSave); \

Completed in 4 milliseconds