zephyr/arch/x86/core
Daniel Leung 9f4330f365 x86: use CONFIG_PRIVILEGED_STACK_SIZE for stack size
Instead of using CONFIG_MMU_PAGE_SIZE for size of the privileged
stack, use the actual kconfig CONFIG_PRIVILEGED_STACK_SIZE.
This allows for changing the size of privileged stack, and
also aligns to the usage of CONFIG_PRIVILEGED_STACK_SIZE.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-03-08 09:37:36 +01:00
..
ia32
intel64 x86: add CODE_UNREACHABLE to z_x86_cpu_init 2024-01-17 11:57:20 -05:00
offsets
cache.c
CMakeLists.txt arch: x86: add interface for encode irq flags 2024-01-31 15:03:06 +01:00
common.S
cpuhalt.c
cpuid.c
early_serial.c x86: revert removing soc.h from atom soc 2024-03-04 20:07:30 +01:00
efi.c
fatal.c
ia32.cmake
intel64.cmake arch: x86_64: split irq.c into multiple files 2024-01-09 10:00:17 +01:00
Kconfig.ia32
Kconfig.intel64
legacy_bios.c
memmap.c
multiboot.c
pcie.c
prep_c.c arch: introduce arch_smp_init 2024-01-09 10:00:17 +01:00
reboot_rst_cnt.c
spec_ctrl.c x86: prefix x86 SSBD and IBRS related kconfigs with X86 2024-03-06 10:21:46 +00:00
tls.c
userspace.c x86: use CONFIG_PRIVILEGED_STACK_SIZE for stack size 2024-03-08 09:37:36 +01:00
x86_acpi.c arch: x86: add interface for encode irq flags 2024-01-31 15:03:06 +01:00
x86_mmu.c