Home
last modified time | relevance | path

Searched refs:IV_DEVICE_NOT_AVAILABLE (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h21 #define IV_DEVICE_NOT_AVAILABLE 7 macro
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py46 IV_DEVICE_NOT_AVAILABLE = 7 variable in ExceptionVectors
76 ExceptionVectors.IV_DEVICE_NOT_AVAILABLE: 8,
Dx86_64.py57 IV_DEVICE_NOT_AVAILABLE = 7 variable in ExceptionVectors
85 ExceptionVectors.IV_DEVICE_NOT_AVAILABLE: 8,
/Zephyr-latest/arch/x86/core/ia32/
Dfloat.c320 IV_DEVICE_NOT_AVAILABLE, 0);
Dfatal.c107 EXC_FUNC_NOCODE(IV_DEVICE_NOT_AVAILABLE, 0);
Dgdbstub.c43 case IV_DEVICE_NOT_AVAILABLE: in get_exception()
/Zephyr-latest/arch/x86/core/
Dfatal.c309 case IV_DEVICE_NOT_AVAILABLE: in log_exception()