Searched refs:MemoryData (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
H A DWinNtAutoScan.c55 @param MemoryData Variable data.
64 IN EFI_MEMORY_TYPE_INFORMATION *MemoryData,
72 if (MemoryData == NULL) {
77 Count = MemoryDataSize / sizeof (*MemoryData);
80 if (Count * sizeof(*MemoryData) != MemoryDataSize) {
85 if (MemoryData[Count - 1].Type != EfiMaxMemoryType) {
91 if (MemoryData[Index].Type >= EfiMaxMemoryType) {
128 EFI_MEMORY_TYPE_INFORMATION MemoryData [EfiMaxMemoryType + 1]; local
194 DataSize = sizeof (MemoryData);
201 &MemoryData
63 ValidateMemoryTypeInfoVariable( IN EFI_MEMORY_TYPE_INFORMATION *MemoryData, IN UINTN MemoryDataSize ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c129 @param MemoryData Variable data.
138 IN EFI_MEMORY_TYPE_INFORMATION *MemoryData,
146 if (MemoryData == NULL) {
151 Count = MemoryDataSize / sizeof (*MemoryData);
154 if (Count * sizeof(*MemoryData) != MemoryDataSize) {
159 if (MemoryData[Count - 1].Type != EfiMaxMemoryType) {
165 if (MemoryData[Index].Type >= EfiMaxMemoryType) {
209 EFI_MEMORY_TYPE_INFORMATION MemoryData[EfiMaxMemoryType + 1]; local
287 DataSize = sizeof (MemoryData);
294 &MemoryData
137 ValidateMemoryTypeInfoVariable( IN EFI_MEMORY_TYPE_INFORMATION *MemoryData, IN UINTN MemoryDataSize ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/
H A DFspHobProcessLibSample.c51 EFI_MEMORY_TYPE_INFORMATION *MemoryData; local
55 MemoryData = NULL;
60 MemoryData = (EFI_MEMORY_TYPE_INFORMATION *) (Hob.Raw + sizeof (EFI_HOB_GENERIC_HEADER) + sizeof (EFI_GUID));
67 if (MemoryData == NULL) {
72 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) {
76 TempPageNum += MemoryData[Index].NumberOfPages;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/
H A DFspHobProcessLibVlv2.c54 EFI_MEMORY_TYPE_INFORMATION *MemoryData; local
58 MemoryData = NULL;
63 MemoryData = (EFI_MEMORY_TYPE_INFORMATION *) (Hob.Raw + sizeof (EFI_HOB_GENERIC_HEADER) + sizeof (EFI_GUID));
70 if (MemoryData == NULL) {
75 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) {
79 TempPageNum += MemoryData[Index].NumberOfPages;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
H A DMemoryPeim.c316 EFI_MEMORY_TYPE_INFORMATION MemoryData[EfiMaxMemoryType + 1];
340 DataSize = sizeof (MemoryData);
351 &MemoryData
371 MemoryData,
307 EFI_MEMORY_TYPE_INFORMATION MemoryData[EfiMaxMemoryType + 1]; local
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
H A DMrcWrapper.c1055 EFI_MEMORY_TYPE_INFORMATION *MemoryData; local
1059 MemoryData = NULL;
1068 MemoryData = (EFI_MEMORY_TYPE_INFORMATION *) (Hob.Raw + sizeof (EFI_HOB_GENERIC_HEADER) + sizeof (EFI_GUID));
1077 if (!MemoryData) {
1081 while (MemoryData[Index].Type != EfiMaxMemoryType) {
1085 TempPageNum += MemoryData[Index].NumberOfPages;
1300 EFI_MEMORY_TYPE_INFORMATION MemoryData [EfiMaxMemoryType + 1]; local
1303 DataSize = sizeof (MemoryData);
1322 DataSize = sizeof (MemoryData);
1329 &MemoryData
[all...]

Completed in 202 milliseconds