Searched refs:MemoryAddress (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseCacheLib/
H A DCacheLib.c23 @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 Bas
172 EfiProgramMtrr( IN UINTN MtrrNumber, IN EFI_PHYSICAL_ADDRESS MemoryAddress, IN UINT64 MemoryLength, IN EFI_MEMORY_CACHE_TYPE MemoryCacheType, IN UINT64 ValidMtrrAddressMask ) argument
214 Power2MaxMemory( IN UINT64 MemoryAddress, IN UINT64 MemoryLength ) argument
377 SetCacheAttributes( IN EFI_PHYSICAL_ADDRESS MemoryAddress, IN UINT64 MemoryLength, IN EFI_MEMORY_CACHE_TYPE MemoryCacheType ) argument
644 SearchForExactMtrr( IN EFI_PHYSICAL_ADDRESS MemoryAddress, IN UINT64 MemoryLength, IN UINT64 ValidMtrrAddressMask, OUT UINT32 *UsedMsrNum, OUT EFI_MEMORY_CACHE_TYPE *UsedMemoryCacheType ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseCacheLib/
H A DCacheLib.c23 @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 Bas
172 EfiProgramMtrr( IN UINTN MtrrNumber, IN EFI_PHYSICAL_ADDRESS MemoryAddress, IN UINT64 MemoryLength, IN EFI_MEMORY_CACHE_TYPE MemoryCacheType, IN UINT64 ValidMtrrAddressMask ) argument
214 Power2MaxMemory( IN UINT64 MemoryAddress, IN UINT64 MemoryLength ) argument
377 SetCacheAttributes( IN EFI_PHYSICAL_ADDRESS MemoryAddress, IN UINT64 MemoryLength, IN EFI_MEMORY_CACHE_TYPE MemoryCacheType ) argument
644 SearchForExactMtrr( IN EFI_PHYSICAL_ADDRESS MemoryAddress, IN UINT64 MemoryLength, IN UINT64 ValidMtrrAddressMask, OUT UINT32 *UsedMsrNum, OUT EFI_MEMORY_CACHE_TYPE *UsedMemoryCacheType ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Include/Library/
H A DCacheLib.h43 @param[in] MemoryAddress Base Address of Memory to program MTRR.
56 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
/device/linaro/bootloader/edk2/IntelFspPkg/Include/Library/
H A DCacheLib.h43 @param[in] MemoryAddress Base Address of Memory to program MTRR.
56 IN EFI_PHYSICAL_ADDRESS MemoryAddress,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c186 EFI_PHYSICAL_ADDRESS MemoryAddress; local
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/
H A DTcgSmm.c312 EFI_PHYSICAL_ADDRESS MemoryAddress; local
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/
H A DTrEESmm.c308 EFI_PHYSICAL_ADDRESS MemoryAddress; local
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/
H A DLegacyBios.c788 EFI_PHYSICAL_ADDRESS MemoryAddress; local
957 &MemoryAddress
959 ASSERT (MemoryAddress == 0x000000000);
980 &MemoryAddress
984 ZeroMem ((VOID *) ((UINTN) MemoryAddress), MemorySize);
991 EbdaReservedBaseAddress = MemoryAddress;
992 MemoryAddress = PcdGet32 (PcdOpromReservedMemoryBase);
997 ASSERT ((MemoryAddress & 0xFFF) == 0);
1002 ASSERT ((MemoryAddress < EbdaReservedBaseAddress) && ((MemoryAddress
[all...]
H A DThunk.c364 EFI_PHYSICAL_ADDRESS MemoryAddress; local
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/
H A DTcg2Smm.c243 EFI_PHYSICAL_ADDRESS MemoryAddress; local
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/
H A DScriptSave.c859 EFI_PHYSICAL_ADDRESS MemoryAddress; local
901 MemoryAddress = SIZE_4GB - 1;
911 &MemoryAddress
914 ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)MemoryAddress;
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DHost.c684 IN VOID *MemoryAddress
690 MemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)MemoryAddress;
H A DHost.h339 IN VOID *MemoryAddress

Completed in 106 milliseconds