zephyr/arch/x86
Yong Cong Sin c118cd5a13 arch: make the max stack frames configurable
Current on x86 & risc-v that implement stack trace, the
maximum depth of the stack trace is defined by a macro.

Introduce a new Kconfig:EXCEPTION_STACK_TRACE_MAX_FRAMES
so that this is configurable in software.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-23 11:52:08 -04:00
..
core arch: make the max stack frames configurable 2024-05-23 11:52:08 -04:00
include arch: x86: remove limitation of number of cpu support in smp 2024-05-13 16:07:11 -04:00
zefi arch: x86: avoided increments/decrements with side effects 2024-05-09 15:44:54 +02:00
CMakeLists.txt
Kconfig x86: use CONFIG_PRIVILEGED_STACK_SIZE for stack size 2024-03-08 09:37:36 +01:00
gen_gdt.py x86: synchronize usage of CONFIG_X86_STACK_PROTECTION 2024-04-10 07:44:27 -04:00
gen_idt.py
gen_mmu.py
ia32.cmake
intel64.cmake
timing.c