zephyr/arch/x86
Andrew Boie 10d033ebf0 x86: enable recoverable exceptions on 64-bit
These were previously assumed to always be fatal.
We can't have the faulting thread's XMM registers
clobbered, so put the SIMD/FPU state onto the stack
as well. This is fairly large (512 bytes) and the
execption stack is already uncomfortably small, so
increase to 2K.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-01-13 16:35:10 -05:00
..
core x86: enable recoverable exceptions on 64-bit 2020-01-13 16:35:10 -05:00
include
CMakeLists.txt
gen_gdt.py
gen_idt.py
ia32.cmake
intel64.cmake
Kconfig kconfig: Remove '# hidden' comments on promptless symbols 2020-01-03 11:38:40 +01:00