zephyr/arch/x86/include
Daniel Leung 43b2e291db x86_64: fix size to init stack at boot
The boot code of x86_64 initializes the stack (if enabled)
with a hard-coded size for the ISR stack. However,
the stack being used does not have to be the ISR stack,
and can be any defined stacks. So pass in the actual size
of the stack so the stack can be initialized properly.

Fixes #21843

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-09-17 21:05:45 -04:00
..
ia32 x86-32: Allow set DPL value for an exception 2020-09-02 20:54:57 -04:00
intel64 x86_64: fix size to init stack at boot 2020-09-17 21:05:45 -04:00
kernel_arch_data.h x86: move some per-cpu initialization to C 2020-01-13 16:35:10 -05:00
kernel_arch_func.h x86: paging code rewrite 2020-08-25 15:49:59 -04:00
offsets_short_arch.h x86: optimize locations of psp and thread ptables 2020-01-13 16:35:10 -05:00
x86_mmu.h mmu: support only identity RAM mapping 2020-09-03 14:24:38 -04:00