zephyr/arch/x86/core
Andrew Boie d149909b03 x86: properly align initial dummy thread
x86-32 thread objects require special alignment since they
contain a buffer that is passed to fxsave/fxrstor instructions.
This fell over if the dummy thread is created in a stack frame.

Implement a custom swap to main for x86 which still uses a
dummy thread, but in an unused part of the interrupt stack
with proper alignment.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-05-13 21:23:52 +02:00
..
ia32
intel64
offsets
acpi.c
CMakeLists.txt
common.S
cpuhalt.c
early_serial.c
fatal.c
ia32.cmake
intel64.cmake
Kconfig.ia32
Kconfig.intel64
memmap.c
multiboot.c
pcie.c
prep_c.c
reboot_rst_cnt.c
spec_ctrl.c
userspace.c
x86_mmu.c