Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h27 #define IV_GENERAL_PROTECTION 13 macro
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py52 IV_GENERAL_PROTECTION = 13 variable in ExceptionVectors
82 ExceptionVectors.IV_GENERAL_PROTECTION: 11,
Dx86_64.py63 IV_GENERAL_PROTECTION = 13 variable in ExceptionVectors
91 ExceptionVectors.IV_GENERAL_PROTECTION: 11,
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c114 EXC_FUNC_CODE(IV_GENERAL_PROTECTION, 0);
Dgdbstub.c61 case IV_GENERAL_PROTECTION: in get_exception()
/Zephyr-latest/arch/x86/core/
Dfatal.c327 case IV_GENERAL_PROTECTION: in log_exception()