Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h20 #define IV_INVALID_OPCODE 6 macro
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py45 IV_INVALID_OPCODE = 6 variable in ExceptionVectors
75 ExceptionVectors.IV_INVALID_OPCODE: 4,
Dx86_64.py56 IV_INVALID_OPCODE = 6 variable in ExceptionVectors
84 ExceptionVectors.IV_INVALID_OPCODE: 4,
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c106 EXC_FUNC_NOCODE(IV_INVALID_OPCODE, 0);
Dgdbstub.c40 case IV_INVALID_OPCODE: in get_exception()
/Zephyr-latest/arch/x86/core/
Dfatal.c306 case IV_INVALID_OPCODE: in log_exception()