Searched refs:ConvertPointer (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DSmmRuntimeDxeSupport.c184 mInternalRT->ConvertPointer (0, (VOID **) &mReportStatusCode);
186 mInternalRT->ConvertPointer (0, (VOID **) &mStatusCodeData);
187 mInternalRT->ConvertPointer (0, (VOID **) &mInternalRT);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h35 TBL_ENTRY(EFI_CONVERT_POINTER, ConvertPointer, NVOID, EFI_STATUS, 2, (SCL(UINTN), PTR2(VOID)))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h54 EFI_CONVERT_POINTER ConvertPointer; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c121 "ConvertPointer",
122 (VOID *)gRT->ConvertPointer,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c270 // ConvertPointer() needs this mVirtualMap to do the conversion. So set up
322 // Convert all the Runtime Services except ConvertPointer() and SetVirtualAddressMap()
367 SetVirtualAddressMap & ConvertPointer runtime services table.
408 gRT->ConvertPointer = RuntimeDriverConvertPointer;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c533 This service is a wrapper for the UEFI Runtime Service ConvertPointer().
535 The ConvertPointer() function is used by an EFI component during the SetVirtualAddressMap() operation.
536 ConvertPointer()must be called using physical address pointers during the execution of SetVirtualAddressMap().
557 return gRT->ConvertPointer (DebugDisposition, Address);
565 ConvertPointer(). See the UEFI Specification for details.
570 to adjust the GP field. The UEFI Runtime Service ConvertPointer() is used to convert
573 Specification for details on the UEFI Runtime Service ConvertPointer().
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeRuntimeExtendedSalLib/
H A DExtendedSalLib.c110 gRT->ConvertPointer (0x0, (VOID **) &mPlabel.EntryPoint);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h330 // ConvertPointer DebugDisposition type.
1761 EFI_CONVERT_POINTER ConvertPointer; member in struct:__anon12445
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h330 // ConvertPointer DebugDisposition type.
1760 EFI_CONVERT_POINTER ConvertPointer; member in struct:__anon15719

Completed in 64 milliseconds