Searched refs:SetVirtualAddressMap (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h34 TBL_ENTRY(EFI_SET_VIRTUAL_ADDRESS_MAP, SetVirtualAddressMap, NVOID, EFI_STATUS, 4, (SCL(UINTN), SCL(UINTN), SCL(UINT32), PTR(EFI_MEMORY_DESCRIPTOR)))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h53 EFI_SET_VIRTUAL_ADDRESS_MAP SetVirtualAddressMap; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DRuntimeServicesTable.c113 "SetVirtualAddressMap",
114 (VOID *)gRT->SetVirtualAddressMap,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c322 // Convert all the Runtime Services except ConvertPointer() and SetVirtualAddressMap()
356 // mVirtualMap is only valid during SetVirtualAddressMap() call
367 SetVirtualAddressMap & ConvertPointer runtime services table.
407 gRT->SetVirtualAddressMap = RuntimeDriverSetVirtualAddressMap;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c100 // Register SetVirtualAddressMap () notify function
149 // Close SetVirtualAddressMap () notify function
183 This function allows the caller to determine if UEFI SetVirtualAddressMap() has been called.
186 executed as a result of the OS calling SetVirtualAddressMap(). Prior to this time FALSE
188 that go away after SetVirtualAddressMap().
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().
649 This service is a wrapper for the UEFI Runtime Service SetVirtualAddressMap().
651 The SetVirtualAddressMap() function is used by the OS loader. The function can only be called
654 before SetVirtualAddressMap() return
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1760 EFI_SET_VIRTUAL_ADDRESS_MAP SetVirtualAddressMap; member in struct:__anon12445
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1759 EFI_SET_VIRTUAL_ADDRESS_MAP SetVirtualAddressMap; member in struct:__anon15719

Completed in 384 milliseconds