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

  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseCacheLib/
CacheLib.c 23 @param[in] MemoryAddress the address of target memory
35 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
165 @param[in] MemoryAddress the address of target memory
174 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
192 TempQword = (MemoryAddress & ValidMtrrAddressMask) | MemoryCacheType;
207 @param[in] MemoryAddress Memory address.
215 IN UINT64 MemoryAddress,
233 if (MemoryAddress == 0) {
240 while (CheckMtrrAlignment (MemoryAddress, Result) != 0) {
365 @param[in] MemoryAddress Base Address of Memory to program MTRR.
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseCacheLib/
CacheLib.c 23 @param[in] MemoryAddress the address of target memory
35 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
165 @param[in] MemoryAddress the address of target memory
174 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
192 TempQword = (MemoryAddress & ValidMtrrAddressMask) | MemoryCacheType;
207 @param[in] MemoryAddress Memory address.
215 IN UINT64 MemoryAddress,
233 if (MemoryAddress == 0) {
240 while (CheckMtrrAlignment (MemoryAddress, Result) != 0) {
365 @param[in] MemoryAddress Base Address of Memory to program MTRR.
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Include/Library/
CacheLib.h 43 @param[in] MemoryAddress Base Address of Memory to program MTRR.
56 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
  /device/linaro/bootloader/edk2/IntelFspPkg/Include/Library/
CacheLib.h 43 @param[in] MemoryAddress Base Address of Memory to program MTRR.
56 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
  /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/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/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 788 EFI_PHYSICAL_ADDRESS MemoryAddress;
    [all...]
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);
  /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;
  /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/EmulatorPkg/Unix/Host/
Host.c 684 IN VOID *MemoryAddress
690 MemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)MemoryAddress;
    [all...]
Host.h 339 IN VOID *MemoryAddress
  /external/mesa3d/src/intel/vulkan/
genX_cmd_buffer.c 40 lrm.MemoryAddress = (struct anv_address) { bo, offset };
    [all...]

Completed in 194 milliseconds