HomeSort by relevance Sort by last modified time
    Searched refs:SetVirtualAddressMap (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DxeCis.h 53 EFI_SET_VIRTUAL_ADDRESS_MAP SetVirtualAddressMap;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
RuntimeServicesTable.c 103 "SetVirtualAddressMap",
104 (VOID *)gRT->SetVirtualAddressMap,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/
RuntimeService.c 402 return mRTEdkDxeRuntimeDriverLib->SetVirtualAddressMap (
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Runtime.c 327 // Convert all the Runtime Services except ConvertPointer() and SetVirtualAddressMap()
361 // mVirtualMap is only valid during SetVirtualAddressMap() call
372 SetVirtualAddressMap & ConvertPointer runtime services table.
412 gRT->SetVirtualAddressMap = RuntimeDriverSetVirtualAddressMap;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiRuntimeLib/
RuntimeLib.c 100 // 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() returns.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 930 EFI_SET_VIRTUAL_ADDRESS_MAP SetVirtualAddressMap;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h     [all...]

Completed in 574 milliseconds