Home
last modified time | relevance | path

Searched refs:AP_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
DMpServicesOnFrameworkMpServicesThunk.h37 #define AP_STACK_SIZE 0x8000 macro
DMpServicesOnFrameworkMpServicesThunk.c1470 …xchangeInfo->StackStart = AllocatePages (EFI_SIZE_TO_PAGES (mNumberOfProcessors * AP_STACK_SIZE)); in PrepareAPStartupVector()
1471 mExchangeInfo->StackSize = AP_STACK_SIZE; in PrepareAPStartupVector()