Searched defs:BspStore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ipf/
H A DDxeLoadFunc.c38 VOID *BspStore; local
48 // Allocate 16KB for the BspStore
50 BspStore = AllocatePages (EFI_SIZE_TO_PAGES (BSP_STORE_SIZE));
51 ASSERT (BspStore != NULL);
55 BuildBspStoreHob ((EFI_PHYSICAL_ADDRESS) (UINTN) BspStore, BSP_STORE_SIZE, EfiBootServicesData);
83 BspStore

Completed in 41 milliseconds