Searched refs:EMU_FVB_SIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/EmuVariableFvbRuntimeDxe/
H A DFvb.c593 (FwVolHeader->FvLength != EMU_FVB_SIZE) ||
634 EMU_FVB_SIZE,
808 EFI_SIZE_TO_PAGES (EMU_FVB_SIZE),
819 SetMem (Ptr, EMU_FVB_SIZE, ERASED_UINT8);
844 mEmuVarsFvb.DevicePath.MemMapDevPath.EndingAddress = Address + EMU_FVB_SIZE - 1;
H A DFvb.h62 #define EMU_FVB_SIZE (2 * FixedPcdGet32 (PcdFlashNvStorageFtwSpareSize)) macro

Completed in 258 milliseconds