edk2/MdeModulePkg/Core/Dxe/DxeMain
Oliver Smith-Denny cec2c6bbcc MdeModulePkg: Always Initialize Separate Exception Stacks
Following the APs now always initializing separate exception
stacks, this commit always initializes a separate exception
stack for the BSP as well. Previously, this was only enabled
when PcdCpuStackGuard was set.

However, even when a stack guard page is not present,
stack overflows can still occur and corrupt the stack; if an
exception is taken here, it is still valuable to have a separate
exception stack for sanity.

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2025-10-23 00:57:59 +00:00
..
DxeMain.c MdeModulePkg: Always Initialize Separate Exception Stacks 2025-10-23 00:57:59 +00:00
DxeProtocolNotify.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00