Home
last modified time | relevance | path

Searched refs:IV_SEGMENT_NOT_PRESENT (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h25 #define IV_SEGMENT_NOT_PRESENT 11 macro
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py50 IV_SEGMENT_NOT_PRESENT = 11 variable in ExceptionVectors
80 ExceptionVectors.IV_SEGMENT_NOT_PRESENT: 11,
Dx86_64.py61 IV_SEGMENT_NOT_PRESENT = 11 variable in ExceptionVectors
89 ExceptionVectors.IV_SEGMENT_NOT_PRESENT: 11,
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c112 EXC_FUNC_CODE(IV_SEGMENT_NOT_PRESENT, 0);
Dgdbstub.c55 case IV_SEGMENT_NOT_PRESENT: in get_exception()
/Zephyr-latest/arch/x86/core/
Dfatal.c321 case IV_SEGMENT_NOT_PRESENT: in log_exception()