zephyr/include/arch/x86
Andrew Boie 7a18b083eb x86: align stack buffer sizes
Previously, the stack buffer array wasn't being page-aligned.
If private kernel data was stored after the stack buffer in
the same page, the current thread would incorrectly have
access to it. Round stack sizes up on x86 to prevent this
problem.

Fixes #8118

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-06-02 16:29:46 -04:00
..
addr_types.h
arch.h x86: align stack buffer sizes 2018-06-02 16:29:46 -04:00
asm.h arch: x86: Use retpolines in core assembly routines 2018-04-24 04:00:01 +05:30
asm_inline.h
asm_inline_gcc.h
irq_controller.h x86: apic: don't include headers we don't need 2017-11-02 13:25:01 -07:00
linker.ld x86: grant user mode access to newlib heap 2018-05-09 16:36:36 -07:00
segmentation.h arch: x86: segmentation: Remove unused _far_call() and _far_jump() 2018-04-24 04:00:01 +05:30