Home
last modified time | relevance | path

Searched refs:NumberOfDescriptors (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c533 IN UINTN NumberOfDescriptors, in SearchGcdMemorySpaces() argument
544 for (Index = 0; Index < NumberOfDescriptors; Index++) { in SearchGcdMemorySpaces()
577 IN UINTN NumberOfDescriptors, in SetGcdMemorySpaceAttributes() argument
595 NumberOfDescriptors, in SetGcdMemorySpaceAttributes()
659 UINTN NumberOfDescriptors; in RefreshGcdMemoryAttributes() local
695 &NumberOfDescriptors, in RefreshGcdMemoryAttributes()
706 for (Index = 0; Index < NumberOfDescriptors; Index++) { in RefreshGcdMemoryAttributes()
726 NumberOfDescriptors, in RefreshGcdMemoryAttributes()
744 NumberOfDescriptors, in RefreshGcdMemoryAttributes()
760 NumberOfDescriptors, in RefreshGcdMemoryAttributes()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
DMmu.c65 UINTN NumberOfDescriptors; in GetNextEntryAttribute() local
70 Status = gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in GetNextEntryAttribute()
89 SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, in GetNextEntryAttribute()
113 SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, in GetNextEntryAttribute()
140 UINTN NumberOfDescriptors; in SyncCacheConfig() local
154 Status = gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in SyncCacheConfig()
186 SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, in SyncCacheConfig()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
DNullMemoryTest.c86 UINTN NumberOfDescriptors; in InitializeMemoryTest() local
90 gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in InitializeMemoryTest()
91 for (Index = 0; Index < NumberOfDescriptors; Index++) { in InitializeMemoryTest()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c38 IN UINTN NumberOfDescriptors, in SearchGcdMemorySpaces() argument
49 for (Index = 0; Index < NumberOfDescriptors; Index++) { in SearchGcdMemorySpaces()
83 IN UINTN NumberOfDescriptors, in SetGcdMemorySpaceAttributes() argument
111 NumberOfDescriptors, in SetGcdMemorySpaceAttributes()
DCpuDxe.h174 IN UINTN NumberOfDescriptors,
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DMmu.c159 IN UINTN NumberOfDescriptors, in SyncCacheConfigPage() argument
201 …SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, *NextRegionBase, *NextRegionLeng… in SyncCacheConfigPage()
214 …SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, *NextRegionBase, *NextRegionLeng… in SyncCacheConfigPage()
244 UINTN NumberOfDescriptors; in SyncCacheConfig() local
257 Status = gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in SyncCacheConfig()
291 …SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, NextRegionBase, NextRegionLength… in SyncCacheConfig()
307 NumberOfDescriptors, MemorySpaceMap, in SyncCacheConfig()
321 …SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, NextRegionBase, NextRegionLength… in SyncCacheConfig()
337 …SetGcdMemorySpaceAttributes (MemorySpaceMap, NumberOfDescriptors, NextRegionBase, NextRegionLength… in SyncCacheConfig()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
DEblCmdLib.c291 UINTN NumberOfDescriptors; in EblDumpGcd() local
296 Status = gDS->GetMemorySpaceMap(&NumberOfDescriptors,&MemorySpaceMap); in EblDumpGcd()
302 for (i=0; i < NumberOfDescriptors; i++) { in EblDumpGcd()
351 Status = gDS->GetIoSpaceMap(&NumberOfDescriptors,&IoSpaceMap); in EblDumpGcd()
355 for (i=0; i < NumberOfDescriptors; i++) { in EblDumpGcd()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c153 UINTN NumberOfDescriptors; in CoreDumpGcdMemorySpaceMap()
157 Status = CoreGetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in CoreDumpGcdMemorySpaceMap()
165 for (Index = 0; Index < NumberOfDescriptors; Index++) { in CoreDumpGcdMemorySpaceMap()
195 UINTN NumberOfDescriptors; in CoreDumpGcdIoSpaceMap()
199 Status = CoreGetIoSpaceMap (&NumberOfDescriptors, &IoSpaceMap); in CoreDumpGcdIoSpaceMap()
208 for (Index = 0; Index < NumberOfDescriptors; Index++) { in CoreDumpGcdIoSpaceMap()
1649 OUT UINTN *NumberOfDescriptors, in CoreGetMemorySpaceMap() argument
1661 if (NumberOfDescriptors == NULL) { in CoreGetMemorySpaceMap()
1673 *NumberOfDescriptors = CoreCountGcdMapEntry (&mGcdMemorySpaceMap); in CoreGetMemorySpaceMap()
1678 *MemorySpaceMap = AllocatePool (*NumberOfDescriptors * sizeof (EFI_GCD_MEMORY_SPACE_DESCRIPTOR)); in CoreGetMemorySpaceMap()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
DLightMemoryTest.c99 UINTN NumberOfDescriptors; in ConstructBaseMemoryRange() local
106 gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in ConstructBaseMemoryRange()
108 for (Index = 0; Index < NumberOfDescriptors; Index++) { in ConstructBaseMemoryRange()
250 UINTN NumberOfDescriptors; in ConstructNonTestedMemoryRange() local
259 gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in ConstructNonTestedMemoryRange()
261 for (Index = 0; Index < NumberOfDescriptors; Index++) { in ConstructNonTestedMemoryRange()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DTianoSpecApi.h233 OUT UINTN *NumberOfDescriptors,
421 OUT UINTN *NumberOfDescriptors,
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DCapsuleApp.c52 UINTN NumberOfDescriptors = 1; variable
505 if (NumberOfDescriptors == 1) { in BuildGatherList()
508 Count = (INT32)(NumberOfDescriptors + 2) / 2; in BuildGatherList()
544 if (NumberOfDescriptors != 1) { in BuildGatherList()
567 if ((NumberOfDescriptors != 1) && (SizeLeft != 0)) { in BuildGatherList()
568 Count = (INT32)(NumberOfDescriptors + 2) - Count; in BuildGatherList()
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiDxeCis.h436 OUT UINTN *NumberOfDescriptors,
600 OUT UINTN *NumberOfDescriptors,
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c334 UINTN NumberOfDescriptors; in InitProtectedMemRange() local
347 NumberOfDescriptors = 0; in InitProtectedMemRange()
356 &NumberOfDescriptors, in InitProtectedMemRange()
359 for (Index = 0; Index < NumberOfDescriptors; Index++) { in InitProtectedMemRange()
387 for (Index = 0; Index < NumberOfDescriptors; Index++) { in InitProtectedMemRange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
DPciHostBridge.c124 UINTN NumberOfDescriptors; in AddIoSpace() local
127 Status = gDS->GetIoSpaceMap (&NumberOfDescriptors, &IoSpaceMap); in AddIoSpace()
134 for (Index = 0; Index < NumberOfDescriptors; Index++) { in AddIoSpace()
271 UINTN NumberOfDescriptors; in AddMemoryMappedIoSpace() local
274 Status = gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); in AddMemoryMappedIoSpace()
281 for (Index = 0; Index < NumberOfDescriptors; Index++) { in AddMemoryMappedIoSpace()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalPasswordSmm.c667 UINTN NumberOfDescriptors; in OpalPasswordEndOfDxeNotification() local
671 Status = gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemSpaceMap); in OpalPasswordEndOfDxeNotification()
676 …mGcdMemSpace = AllocateCopyPool (NumberOfDescriptors * sizeof (EFI_GCD_MEMORY_SPACE_DESCRIPTOR), M… in OpalPasswordEndOfDxeNotification()
682 mNumberOfDescriptors = NumberOfDescriptors; in OpalPasswordEndOfDxeNotification()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h1907 OUT UINTN *NumberOfDescriptors,
2030 OUT UINTN *NumberOfDescriptors,