Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h24 #define IV_INVALID_TSS 10 macro
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py49 IV_INVALID_TSS = 10 variable in ExceptionVectors
79 ExceptionVectors.IV_INVALID_TSS: 11,
Dx86_64.py60 IV_INVALID_TSS = 10 variable in ExceptionVectors
88 ExceptionVectors.IV_INVALID_TSS: 11,
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c111 EXC_FUNC_CODE(IV_INVALID_TSS, 0);
Dgdbstub.c52 case IV_INVALID_TSS: in get_exception()
/Zephyr-latest/arch/x86/core/
Dfatal.c318 case IV_INVALID_TSS: in log_exception()