Searched refs:NumberOfDescriptors (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/ |
H A D | NullMemoryTest.c | 86 UINTN NumberOfDescriptors; local 90 gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); 91 for (Index = 0; Index < NumberOfDescriptors; Index++) {
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/ |
H A D | CpuDxe.c | 754 @param NumberOfDescriptors Number of descriptors in map. 767 IN UINTN NumberOfDescriptors, 778 for (Index = 0; Index < NumberOfDescriptors; Index++) { 799 @param NumberOfDescriptors Number of descriptors in map 811 IN UINTN NumberOfDescriptors, 829 NumberOfDescriptors, 893 UINTN NumberOfDescriptors; local 929 &NumberOfDescriptors, 940 for (Index = 0; Index < NumberOfDescriptors; Index++) { 960 NumberOfDescriptors, 765 SearchGcdMemorySpaces( IN EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap, IN UINTN NumberOfDescriptors, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, OUT UINTN *StartIndex, OUT UINTN *EndIndex ) argument 809 SetGcdMemorySpaceAttributes( IN EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap, IN UINTN NumberOfDescriptors, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, IN UINT64 Attributes ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/ |
H A D | LightMemoryTest.c | 99 UINTN NumberOfDescriptors; local 106 gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); 108 for (Index = 0; Index < NumberOfDescriptors; Index++) { 250 UINTN NumberOfDescriptors; local 259 gDS->GetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); 261 for (Index = 0; Index < NumberOfDescriptors; Index++) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/ |
H A D | Gcd.c | 146 UINTN NumberOfDescriptors; 150 Status = CoreGetMemorySpaceMap (&NumberOfDescriptors, &MemorySpaceMap); 158 for (Index = 0; Index < NumberOfDescriptors; Index++) { 188 UINTN NumberOfDescriptors; 192 Status = CoreGetIoSpaceMap (&NumberOfDescriptors, &IoSpaceMap); 201 for (Index = 0; Index < NumberOfDescriptors; Index++) { 1565 @param NumberOfDescriptors Number of descriptors. 1576 OUT UINTN *NumberOfDescriptors, 1588 if (NumberOfDescriptors == NULL) { 1600 *NumberOfDescriptors 1575 CoreGetMemorySpaceMap( OUT UINTN *NumberOfDescriptors, OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR **MemorySpaceMap ) argument 1844 CoreGetIoSpaceMap( OUT UINTN *NumberOfDescriptors, OUT EFI_GCD_IO_SPACE_DESCRIPTOR **IoSpaceMap ) argument 2232 UINTN NumberOfDescriptors; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/ |
H A D | PiDxeCis.h | 387 @param NumberOfDescriptors A pointer to number of descriptors returned in the MemorySpaceMap buffer. 392 returned in NumberOfDescriptors. 393 @retval EFI_INVALID_PARAMETER NumberOfDescriptors is NULL. 401 OUT UINTN *NumberOfDescriptors, 550 @param NumberOfDescriptors A pointer to number of descriptors returned in the IoSpaceMap buffer. 555 NumberOfDescriptors. 556 @retval EFI_INVALID_PARAMETER NumberOfDescriptors is NULL. 565 OUT UINTN *NumberOfDescriptors,
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/ |
H A D | PiDxeCis.h | 388 @param NumberOfDescriptors A pointer to number of descriptors returned in the MemorySpaceMap buffer. 393 returned in NumberOfDescriptors. 394 @retval EFI_INVALID_PARAMETER NumberOfDescriptors is NULL. 402 OUT UINTN *NumberOfDescriptors, 551 @param NumberOfDescriptors A pointer to number of descriptors returned in the IoSpaceMap buffer. 556 NumberOfDescriptors. 557 @retval EFI_INVALID_PARAMETER NumberOfDescriptors is NULL. 566 OUT UINTN *NumberOfDescriptors,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/ |
H A D | DxeMain.h | 1743 @param NumberOfDescriptors Number of descriptors. 1754 OUT UINTN *NumberOfDescriptors, 1866 @param NumberOfDescriptors Number of descriptors. 1877 OUT UINTN *NumberOfDescriptors,
|
Completed in 84 milliseconds