Home
last modified time | relevance | path

Searched refs:g_curNestCount (Results 1 – 19 of 19) sorted by relevance

/kernel/uniproton/src/core/kernel/include/
Dprt_kexc_external.h39 extern U32 g_curNestCount;
40 #define CUR_NEST_COUNT g_curNestCount
/kernel/uniproton/src/core/kernel/kexc/
Dprt_kexc.c24 OS_SEC_DATA U32 g_curNestCount = 0; variable
/kernel/liteos_m/arch/xtensa/lx6/gcc/
Dlos_arch_interrupt.h207 extern UINT32 g_curNestCount;
/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c79 UINT32 g_curNestCount[LOSCFG_KERNEL_CORE_NUM] = { 0 }; variable
548 g_curNestCount[currCpuid] = 0; in OsExcRestore()
613 g_curNestCount[currCpu]++; in OsUserExcHandle()
1174 g_curNestCount[ArchCurrCpuid()]++; in OsExcHandleEntry()
1189 if (g_curNestCount[ArchCurrCpuid()] == 1) { in OsExcHandleEntry()
Dlos_hw_exc.S37 .extern g_curNestCount
400 …LDR R3, =g_curNestCount @ if(g_curNestCount > 0) dump to _osExce…
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m4/iar/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m7/iar/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
Dlos_arch_interrupt.h620 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m3/keil/
Dlos_arch_interrupt.h612 extern UINT32 g_curNestCount;
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
Dlos_arch_interrupt.h610 extern UINT32 g_curNestCount;
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
Dprt_hw_exc.S37 .extern g_curNestCount