Searched refs:BSP_STORE_SIZE (Results 1 – 2 of 2) sorted by relevance
50 BspStore = AllocatePages (EFI_SIZE_TO_PAGES (BSP_STORE_SIZE)); in HandOffToDxeCore()55 BuildBspStoreHob ((EFI_PHYSICAL_ADDRESS) (UINTN) BspStore, BSP_STORE_SIZE, EfiBootServicesData); in HandOffToDxeCore()
53 #define BSP_STORE_SIZE 0x4000 macro