Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariable.c3686 UINT32 HwErrStorageSize; in InitNonVolatileVariableStore() local
3776 HwErrStorageSize = PcdGet32 (PcdHwErrStorageSize); in InitNonVolatileVariableStore()
3786 ASSERT (HwErrStorageSize < (VariableStoreLength - sizeof (VARIABLE_STORE_HEADER))); in InitNonVolatileVariableStore()
3791 …erNvVariableSpaceSize < (VariableStoreLength - sizeof (VARIABLE_STORE_HEADER) - HwErrStorageSize)); in InitNonVolatileVariableStore()
3796 …edNvVariableSpaceSize < (VariableStoreLength - sizeof (VARIABLE_STORE_HEADER) - HwErrStorageSize)); in InitNonVolatileVariableStore()
3798 …nVariableSpace = ((UINTN) VariableStoreLength - sizeof (VARIABLE_STORE_HEADER) - HwErrStorageSize); in InitNonVolatileVariableStore()