Home
last modified time | relevance | path

Searched refs:hwiIndex (Results 1 - 18 of 18) sorted by relevance

/kernel/liteos_m/arch/arm/arm9/gcc/
H A Dlos_interrupt.c116 UINT32 hwiIndex; in HalInterrupt() local
126 hwiIndex = HwiNumGet(); in HalInterrupt()
128 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
130 OsCpupIrqStart(hwiIndex); in HalInterrupt()
133 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
136 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
137 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
140 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
141 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/xtensa/lx6/gcc/
H A Dlos_interrupt.c183 UINT32 hwiIndex; in HalInterrupt() local
190 hwiIndex = HwiNumGet(); in HalInterrupt()
191 HwiClear(hwiIndex); in HalInterrupt()
193 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
195 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
198 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
199 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
202 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
203 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/csky/v2/gcc/
H A Dlos_interrupt.c203 UINT32 hwiIndex; in HalInterrupt() local
210 hwiIndex = HwiNumGet(); in HalInterrupt()
211 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
213 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
215 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
216 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
219 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
220 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
224 HalAftInterruptHandler(hwiIndex); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_interrupt.c117 UINT32 hwiIndex; in HalInterrupt() local
128 hwiIndex = HwiNumGet(); in HalInterrupt()
130 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
132 OsCpupIrqStart(hwiIndex); in HalInterrupt()
135 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
138 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
139 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
142 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
143 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
H A Dlos_interrupt.c119 UINT32 hwiIndex; in HalInterrupt() local
130 hwiIndex = HwiNumGet(); in HalInterrupt()
132 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
134 OsCpupIrqStart(hwiIndex); in HalInterrupt()
137 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
140 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
141 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
144 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
145 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
H A Dlos_interrupt.c119 UINT32 hwiIndex; in HalInterrupt() local
130 hwiIndex = HwiNumGet(); in HalInterrupt()
132 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
134 OsCpupIrqStart(hwiIndex); in HalInterrupt()
137 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
140 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
141 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
144 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
145 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
H A Dlos_interrupt.c118 UINT32 hwiIndex; in HalInterrupt() local
131 hwiIndex = HwiNumGet(); in HalInterrupt()
133 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
135 OsCpupIrqStart(hwiIndex); in HalInterrupt()
138 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
141 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
142 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
145 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
146 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
H A Dlos_interrupt.c118 UINT32 hwiIndex; in HalInterrupt() local
131 hwiIndex = HwiNumGet(); in HalInterrupt()
133 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
135 OsCpupIrqStart(hwiIndex); in HalInterrupt()
138 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
141 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
142 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
145 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
146 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
H A Dlos_interrupt.c118 UINT32 hwiIndex; in HalInterrupt() local
129 hwiIndex = HwiNumGet(); in HalInterrupt()
131 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
133 OsCpupIrqStart(hwiIndex); in HalInterrupt()
136 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
139 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
140 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
143 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
144 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m4/iar/
H A Dlos_interrupt.c118 UINT32 hwiIndex; in HalInterrupt() local
129 hwiIndex = HwiNumGet(); in HalInterrupt()
131 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
133 OsCpupIrqStart(hwiIndex); in HalInterrupt()
136 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
139 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
140 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
143 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
144 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
H A Dlos_interrupt.c118 UINT32 hwiIndex; in HalInterrupt() local
129 hwiIndex = HwiNumGet(); in HalInterrupt()
131 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
133 OsCpupIrqStart(hwiIndex); in HalInterrupt()
136 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
139 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
140 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
143 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
144 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
H A Dlos_interrupt.c119 UINT32 hwiIndex; in HalInterrupt() local
130 hwiIndex = HwiNumGet(); in HalInterrupt()
132 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
134 OsCpupIrqStart(hwiIndex); in HalInterrupt()
137 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
140 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
141 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
144 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
145 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
H A Dlos_interrupt.c118 UINT32 hwiIndex; in HalInterrupt() local
131 hwiIndex = HwiNumGet(); in HalInterrupt()
133 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
135 OsCpupIrqStart(hwiIndex); in HalInterrupt()
138 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
141 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
142 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
145 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
146 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
H A Dlos_interrupt.c119 UINT32 hwiIndex; in HalInterrupt() local
132 hwiIndex = HwiNumGet(); in HalInterrupt()
134 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
136 OsCpupIrqStart(hwiIndex); in HalInterrupt()
139 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
142 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
143 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
146 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
147 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
H A Dlos_interrupt.c117 UINT32 hwiIndex; in HalInterrupt() local
128 hwiIndex = HwiNumGet(); in HalInterrupt()
130 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
132 OsCpupIrqStart(hwiIndex); in HalInterrupt()
135 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
138 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
139 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
142 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
143 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_m/arch/arm/cortex-m7/iar/
H A Dlos_interrupt.c121 UINT32 hwiIndex; in HalInterrupt() local
132 hwiIndex = HwiNumGet(); in HalInterrupt()
134 OsHookCall(LOS_HOOK_TYPE_ISR_ENTER, hwiIndex); in HalInterrupt()
136 OsCpupIrqStart(hwiIndex); in HalInterrupt()
139 HalPreInterruptHandler(hwiIndex); in HalInterrupt()
142 if (g_hwiHandlerForm[hwiIndex].pfnHandler != 0) { in HalInterrupt()
143 g_hwiHandlerForm[hwiIndex].pfnHandler((VOID *)g_hwiHandlerForm[hwiIndex].pParm); in HalInterrupt()
146 if (g_hwiHandlerForm[hwiIndex] != 0) { in HalInterrupt()
147 g_hwiHandlerForm[hwiIndex](); in HalInterrupt()
[all...]
/kernel/liteos_a/kernel/extended/hook/include/
H A Dlos_hook_types.h95 LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_ISR_ENTER, (UINT32 hwiIndex)) \
96 LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_ISR_EXIT, (UINT32 hwiIndex)) \
/kernel/liteos_m/utils/internal/
H A Dlos_hook_types.h101 LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_ISR_ENTER, (UINT32 hwiIndex)) \
102 LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_ISR_EXIT, (UINT32 hwiIndex)) \

Completed in 11 milliseconds