zephyr/arch
Andrew Boie a8585ac35c x86: fix early boot pagefault reason code
If we get a page fault in early boot context, before
main thread is started, page faults were being
incorrectly reported as stack overflows.
z_x86_check_stack_bounds() needs to consider the
interrupt stack as the correct stack for this context.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-06-18 19:36:17 +02:00
..
arc arc: show all registers on exception 2020-06-09 13:52:56 +02:00
arm arch: arm64: mmu: create macro for TCR_PS_BITS 2020-06-18 12:47:30 +02:00
common
nios2
posix arch: posix: Print warning on sys_reboot 2020-06-09 08:19:50 +02:00
riscv
x86 x86: fix early boot pagefault reason code 2020-06-18 19:36:17 +02:00
xtensa
CMakeLists.txt
Kconfig