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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfBootSupport.c 186 EFI_PHYSICAL_ADDRESS MemoryAddress;
207 &MemoryAddress
224 ImageContext.ImageAddress = (PHYSICAL_ADDRESS)MemoryAddress;
236 gBS->FreePages (MemoryAddress, NumberOfPages);
245 gBS->FreePages (MemoryAddress, NumberOfPages);
267 gBS->FreePages (MemoryAddress, NumberOfPages);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 364 EFI_PHYSICAL_ADDRESS MemoryAddress;
367 MemoryAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) Private->IntThunk;
369 mThunkContext.RealModeBuffer = (VOID *) (UINTN) (MemoryAddress + ((sizeof (LOW_MEMORY_THUNK) / EFI_PAGE_SIZE) + 1) * EFI_PAGE_SIZE);
LegacyBios.c 788 EFI_PHYSICAL_ADDRESS MemoryAddress;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c 312 EFI_PHYSICAL_ADDRESS MemoryAddress;
314 MemoryAddress = SIZE_4GB - 1;
327 Status = gBS->AllocatePages(AllocateMaxAddress, EfiACPIMemoryNVS, EFI_SIZE_TO_PAGES (Size), &MemoryAddress);
329 ZeroMem ((VOID *)(UINTN)MemoryAddress, Size);
330 OpRegion->RegionOffset = (UINT32) (UINTN) MemoryAddress;
336 return (VOID *) (UINTN) MemoryAddress;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c 308 EFI_PHYSICAL_ADDRESS MemoryAddress;
310 MemoryAddress = SIZE_4GB - 1;
323 Status = gBS->AllocatePages(AllocateMaxAddress, EfiACPIMemoryNVS, EFI_SIZE_TO_PAGES (Size), &MemoryAddress);
325 ZeroMem ((VOID *)(UINTN)MemoryAddress, Size);
326 OpRegion->RegionOffset = (UINT32) (UINTN) MemoryAddress;
332 return (VOID *) (UINTN) MemoryAddress;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
ScriptSave.c 859 EFI_PHYSICAL_ADDRESS MemoryAddress;
901 MemoryAddress = SIZE_4GB - 1;
911 &MemoryAddress
914 ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)MemoryAddress;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c 243 EFI_PHYSICAL_ADDRESS MemoryAddress;
245 MemoryAddress = SIZE_4GB - 1;
258 Status = gBS->AllocatePages(AllocateMaxAddress, EfiACPIMemoryNVS, EFI_SIZE_TO_PAGES (Size), &MemoryAddress);
260 ZeroMem ((VOID *)(UINTN)MemoryAddress, Size);
261 OpRegion->RegionOffset = (UINT32) (UINTN) MemoryAddress;
267 return (VOID *) (UINTN) MemoryAddress;

Completed in 224 milliseconds