Home
last modified time | relevance | path

Searched refs:IV_ALIGNMENT_CHECK (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h31 #define IV_ALIGNMENT_CHECK 17 macro
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py56 IV_ALIGNMENT_CHECK = 17 variable in ExceptionVectors
Dx86_64.py67 IV_ALIGNMENT_CHECK = 17 variable in ExceptionVectors
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c116 EXC_FUNC_CODE(IV_ALIGNMENT_CHECK, 0);
/Zephyr-latest/arch/x86/core/
Dfatal.c334 case IV_ALIGNMENT_CHECK: in log_exception()