mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 09:54:27 +00:00
With kernel page table isolation (KPTI) we cannot use right exception stack since after using trampoline stack there was always switch to 7th IST stack (__x86_tss64_t_ist7_OFFSET). Make this configurable as a parameter in EXCEPT(nr, ist) and EXCEPT_CODE(nr, ist). For the NMI we would use ist6 (_nmi_stack). Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
sparc | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |