Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h22 #define IV_DOUBLE_FAULT 8 macro
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py47 IV_DOUBLE_FAULT = 8 variable in ExceptionVectors
77 ExceptionVectors.IV_DOUBLE_FAULT: 7,
Dx86_64.py58 IV_DOUBLE_FAULT = 8 variable in ExceptionVectors
86 ExceptionVectors.IV_DOUBLE_FAULT: 7,
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c109 EXC_FUNC_NOCODE(IV_DOUBLE_FAULT, 0);
229 _X86_IDT_TSS_REGISTER(DF_TSS, -1, -1, IV_DOUBLE_FAULT, 0);
Dgdbstub.c46 case IV_DOUBLE_FAULT: in get_exception()
/Zephyr-latest/arch/x86/core/
Dfatal.c312 case IV_DOUBLE_FAULT: in log_exception()