Searched refs:NvStorageVariableBase (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableDxe.c284 EFI_PHYSICAL_ADDRESS NvStorageVariableBase; local
302 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
303 if (NvStorageVariableBase == 0) {
304 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet32 (PcdFlashNvStorageVariableBase);
306 Status = GetFvbInfoByAddress (NvStorageVariableBase, NULL, &FvbProtocol);
H A DVariableSmm.c467 EFI_PHYSICAL_ADDRESS NvStorageVariableBase; local
484 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
485 if (NvStorageVariableBase == 0) {
486 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet32 (PcdFlashNvStorageVariableBase);
488 Status = GetFvbInfoByAddress (NvStorageVariableBase, NULL, &FvbProtocol);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableDxe.c287 EFI_PHYSICAL_ADDRESS NvStorageVariableBase; local
305 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
306 if (NvStorageVariableBase == 0) {
307 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet32 (PcdFlashNvStorageVariableBase);
309 Status = GetFvbInfoByAddress (NvStorageVariableBase, NULL, &FvbProtocol);
H A DVariableSmm.c475 EFI_PHYSICAL_ADDRESS NvStorageVariableBase; local
492 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
493 if (NvStorageVariableBase == 0) {
494 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet32 (PcdFlashNvStorageVariableBase);
496 Status = GetFvbInfoByAddress (NvStorageVariableBase, NULL, &FvbProtocol);

Completed in 249 milliseconds