Home
last modified time | relevance | path

Searched defs:g_hwiForm (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_m/arch/arm/common/
Dlos_common_interrupt.c41 HWI_PROC_FUNC g_hwiForm[OS_VECTOR_CNT] = {0}; variable
48 HWI_PROC_FUNC __attribute__((aligned(LOSCFG_ARCH_HWI_VECTOR_ALIGN))) g_hwiForm[OS_VECTOR_CNT] = {0}; variable
/kernel/uniproton/src/core/kernel/irq/
Dprt_irq.c21 OS_SEC_BSS struct TagHwiHandleForm *g_hwiForm; variable
28 OS_SEC_BSS struct TagHwiHandleForm g_hwiForm[OS_HWI_FORMARRAY_NUM] __attribute__((aligned(8))); variable
/kernel/liteos_m/arch/risc-v/riscv32/gcc/
Dlos_interrupt.c67 LITE_OS_SEC_DATA_INIT HWI_HANDLE_FORM_S g_hwiForm[OS_HWI_MAX_NUM] = { variable
/kernel/liteos_m/arch/xtensa/common/
Dlos_common_interrupt.c40 HWI_PROC_FUNC __attribute__((aligned(LOSCFG_ARCH_HWI_VECTOR_ALIGN))) g_hwiForm[OS_VECTOR_CNT] = {0}; variable
/kernel/liteos_m/arch/csky/common/
Dlos_common_interrupt.c38 HWI_PROC_FUNC __attribute__((aligned(HWI_ALIGNSIZE))) g_hwiForm[OS_VECTOR_CNT] = {0}; variable
/kernel/liteos_a/arch/arm/arm/src/
Dlos_hwi.c47 HwiHandleForm g_hwiForm[OS_HWI_MAX_NUM]; variable