/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/ |
D | CpuDxe.c | 533 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/ |
D | Mmu.c | 65 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/ |
D | NullMemoryTest.c | 86 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/ |
D | CpuMmuCommon.c | 38 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()
|
D | CpuDxe.h | 174 IN UINTN NumberOfDescriptors,
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/ |
D | Mmu.c | 159 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/ |
D | EblCmdLib.c | 291 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/ |
D | Gcd.c | 153 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/ |
D | LightMemoryTest.c | 99 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/ |
D | TianoSpecApi.h | 233 OUT UINTN *NumberOfDescriptors, 421 OUT UINTN *NumberOfDescriptors,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/ |
D | CapsuleApp.c | 52 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/ |
D | PiDxeCis.h | 436 OUT UINTN *NumberOfDescriptors, 600 OUT UINTN *NumberOfDescriptors,
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
D | SmmProfile.c | 334 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/ |
D | PciHostBridge.c | 124 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/ |
D | OpalPasswordSmm.c | 667 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/ |
D | DxeMain.h | 1907 OUT UINTN *NumberOfDescriptors, 2030 OUT UINTN *NumberOfDescriptors,
|