Home
last modified time | relevance | path

Searched refs:LOSCFG_ARCH_HWI_VECTOR_ALIGN (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_m/kernel/include/
Dlos_config.h642 #ifndef LOSCFG_ARCH_HWI_VECTOR_ALIGN
643 #define LOSCFG_ARCH_HWI_VECTOR_ALIGN 0x100 macro
/kernel/liteos_m/arch/arm/common/
Dlos_common_interrupt.c36 #pragma data_alignment = LOSCFG_ARCH_HWI_VECTOR_ALIGN
48 HWI_PROC_FUNC __attribute__((aligned(LOSCFG_ARCH_HWI_VECTOR_ALIGN))) g_hwiForm[OS_VECTOR_CNT] = {0};
/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};
/kernel/liteos_m/arch/arm/cortex-m7/iar/
Dlos_interrupt.c46 #pragma data_alignment = LOSCFG_ARCH_HWI_VECTOR_ALIGN