Searched refs:StartAddress (Results 26 - 47 of 47) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBios.c689 EFI_PHYSICAL_ADDRESS StartAddress; local
745 for (StartAddress = 0; StartAddress < 0xa0000; ) {
746 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
748 StartAddress = Descriptor.BaseAddress + Descriptor.Length;
751 Length = MIN (Descriptor.Length, 0xa0000 - StartAddress);
754 StartAddress,
757 StartAddress = StartAddress + Length;
762 for (StartAddress
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3PciLib/
H A DS3PciLib.c1169 Reads the range of PCI configuration registers specified by StartAddress and
1173 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
1177 If StartAddress > 0x0FFFFFFF, then ASSERT().
1178 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
1181 @param StartAddress Starting address that encodes the PCI Bus, Device,
1192 IN UINTN StartAddress,
1201 PCILIB_TO_COMMON_ADDRESS (StartAddress),
1202 PciReadBuffer (StartAddress, Size, Buffer),
1215 Writes the range of PCI configuration registers specified by StartAddress and
1219 write from StartAdress to StartAddress
1191 S3PciReadBuffer( IN UINTN StartAddress, IN UINTN Size, OUT VOID *Buffer ) argument
1237 S3PciWriteBuffer( IN UINTN StartAddress, IN UINTN Size, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DIoLib.h2389 Copy data from MMIO region specified by starting address StartAddress
2393 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2397 @param StartAddress Starting address for the MMIO region to be copied from.
2407 IN UINTN StartAddress,
2415 Copy data from MMIO region specified by starting address StartAddress
2419 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
2421 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2427 @param StartAddress Starting address for the MMIO region to be copied from.
2437 IN UINTN StartAddress,
2445 Copy data from MMIO region specified by starting address StartAddress
[all...]
H A DS3IoLib.h2398 Copy data from MMIO region specified by starting address StartAddress
2402 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2406 @param[in] StartAddress Starting address for the MMIO region to be copied from.
2416 IN UINTN StartAddress,
2425 Copy data from MMIO region specified by starting address StartAddress
2429 If StartAddress is not aligned on a 16-bit boundary, then ASSERT().
2431 If Length is greater than (MAX_ADDRESS - StartAddress + 1), then ASSERT().
2437 @param[in] StartAddress Starting address for the MMIO region to be copied from.
2447 IN UINTN StartAddress,
2456 Copy data from MMIO region specified by starting address StartAddress
[all...]
H A DPciCf8Lib.h1017 Reads the range of PCI configuration registers specified by StartAddress and
1021 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
1025 If StartAddress > 0x0FFFFFFF, then ASSERT().
1026 If the register specified by StartAddress >= 0x100, then ASSERT().
1027 If ((StartAddress & 0xFFF) + Size) > 0x100, then ASSERT().
1030 @param StartAddress Starting address that encodes the PCI Bus, Device,
1035 @return Size read from StartAddress.
1041 IN UINTN StartAddress,
1050 Writes the range of PCI configuration registers specified by StartAddress and
1054 write from StartAdress to StartAddress
[all...]
H A DPciExpressLib.h986 Reads the range of PCI configuration registers specified by StartAddress and
990 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
994 If StartAddress > 0x0FFFFFFF, then ASSERT().
995 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
998 @param StartAddress Starting address that encodes the PCI Bus, Device,
1003 @return Size read data from StartAddress.
1009 IN UINTN StartAddress,
1018 Writes the range of PCI configuration registers specified by StartAddress and
1022 write from StartAdress to StartAddress + Size. Due to alignment restrictions,
1026 If StartAddress >
[all...]
H A DPciLib.h987 Reads the range of PCI configuration registers specified by StartAddress and
991 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
995 If StartAddress > 0x0FFFFFFF, then ASSERT().
996 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
999 @param StartAddress Starting address that encodes the PCI Bus, Device,
1010 IN UINTN StartAddress,
1019 Writes the range of PCI configuration registers specified by StartAddress and
1023 write from StartAdress to StartAddress + Size. Due to alignment restrictions,
1027 If StartAddress > 0x0FFFFFFF, then ASSERT().
1028 If ((StartAddress
[all...]
H A DPciSegmentLib.h964 Reads the range of PCI configuration registers specified by StartAddress and
968 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
972 If any reserved bits in StartAddress are set, then ASSERT().
973 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
976 @param StartAddress Starting address that encodes the PCI Segment, Bus, Device,
987 IN UINT64 StartAddress,
996 Writes the range of PCI configuration registers specified by StartAddress and
1000 write from StartAdress to StartAddress + Size. Due to alignment restrictions,
1004 If any reserved bits in StartAddress are set, then ASSERT().
1005 If ((StartAddress
[all...]
H A DS3PciLib.h976 Reads the range of PCI configuration registers specified by StartAddress and
980 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
984 If StartAddress > 0x0FFFFFFF, then ASSERT().
985 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
988 @param[in] StartAddress Starting address that encodes the PCI Bus, Device,
999 IN UINTN StartAddress,
1009 Writes the range of PCI configuration registers specified by StartAddress and
1013 write from StartAdress to StartAddress + Size. Due to alignment restrictions,
1017 If StartAddress > 0x0FFFFFFF, then ASSERT().
1018 If ((StartAddress
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciLibCf8/
H A DPciLib.c1059 Reads the range of PCI configuration registers specified by StartAddress and
1063 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
1067 If StartAddress > 0x0FFFFFFF, then ASSERT().
1068 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
1071 @param StartAddress The starting address that encodes the PCI Bus, Device,
1082 IN UINTN StartAddress,
1087 return PciCf8ReadBuffer (StartAddress, Size, Buffer);
1094 Writes the range of PCI configuration registers specified by StartAddress and
1098 write from StartAdress to StartAddress + Size. Due to alignment restrictions,
1102 If StartAddress >
1081 PciReadBuffer( IN UINTN StartAddress, IN UINTN Size, OUT VOID *Buffer ) argument
1116 PciWriteBuffer( IN UINTN StartAddress, IN UINTN Size, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciLibPciExpress/
H A DPciLib.c1059 Reads the range of PCI configuration registers specified by StartAddress and
1063 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
1067 If StartAddress > 0x0FFFFFFF, then ASSERT().
1068 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
1071 @param StartAddress The starting address that encodes the PCI Bus, Device,
1082 IN UINTN StartAddress,
1087 return PciExpressReadBuffer (StartAddress, Size, Buffer);
1094 Writes the range of PCI configuration registers specified by StartAddress and
1098 write from StartAdress to StartAddress + Size. Due to alignment restrictions,
1102 If StartAddress >
1081 PciReadBuffer( IN UINTN StartAddress, IN UINTN Size, OUT VOID *Buffer ) argument
1116 PciWriteBuffer( IN UINTN StartAddress, IN UINTN Size, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.h128 @param StartAddress Cache Start Address.
134 IN VOID *StartAddress,
/vbox/include/VBox/
H A Drawpci.h135 RTGCPHYS StartAddress; member in struct:__anon238
148 RTGCPHYS StartAddress; member in struct:__anon239
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c1576 IN UINT64 StartAddress,
1589 StartAddress - StartAddress in buffer. This number will automatically
1606 if ((StartAddress | IPF_CACHE_BIT) < (Vtf1LastStartAddress | IPF_CACHE_BIT)) {
1613 LocalBufferPtrToWrite -= (Fv1EndAddress - StartAddress);
1617 if ((StartAddress | IPF_CACHE_BIT) < (Vtf2LastStartAddress | IPF_CACHE_BIT)) {
1618 Error (NULL, 0, 2000, "Invalid parameter", "Error StartAddress");
1622 LocalBufferPtrToWrite -= (Fv2EndAddress - StartAddress);
2097 IN UINT64 StartAddress
2107 StartAddress
1575 UpdateVtfBuffer( IN UINT64 StartAddress, IN UINT8 *Buffer, IN UINT64 DataSize, IN LOC_TYPE LocType ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c1750 UINTN StartAddress; local
1763 StartAddress = (UINTN) Script;
1770 while ((UINTN) Script < (UINTN) (StartAddress + TableLength)) {
1902 UINTN StartAddress; local
1938 StartAddress = (UINTN) Script;
1941 while ((UINTN) Script < (UINTN) (StartAddress + TableLength)) {
H A DBootScriptExecute.c1593 UINTN StartAddress; local
1613 StartAddress = (UINTN) Script;
1622 while ((UINTN) Script < (UINTN) (StartAddress + TableLength)) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2720 UINTN StartAddress; local
2882 StartAddress = (UINTN) (MemAddress + (DestinationY << 6) + (DestinationY << 4) + (DestinationX >> 3));
2892 StartAddress--;
2932 for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) {
2968 for (Index = 0, Address = StartAddress + 1; Index < Height; Index++, Address += BytesPerScanLine) {
2990 for (Index = 0, Address = StartAddress + Bytes; Index < Height; Index++, Address += BytesPerScanLine) {
3018 StartAddress = (UINTN) (MemAddress + (DestinationY << 6) + (DestinationY << 4) + (DestinationX >> 3));
3039 for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c136 @param StartAddress The starting address to write the FFS File.
146 IN EFI_PHYSICAL_ADDRESS StartAddress,
156 DataStartPos = (UINTN) StartAddress + sizeof (EFI_FFS_FILE_HEADER2);
158 DataStartPos = (UINTN) StartAddress + sizeof (EFI_FFS_FILE_HEADER);
144 CaculatePadFileSize( IN FV_DEVICE *FvDevice, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINTN BufferSize, IN UINTN RequiredAlignment ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c117 @param[in] StartAddress Start address of data to access.
132 IN EFI_PHYSICAL_ADDRESS StartAddress,
162 if ((StartAddress + DataSize) > ((UINTN) ((UINT8 *) VolatileBase + VolatileBase->Size))) {
170 CopyMem ((VOID *) StartAddress, Buffer, DataSize);
172 CopyMem (Buffer, (VOID *) StartAddress, DataSize);
199 if ((StartAddress + DataSize) > ((EFI_PHYSICAL_ADDRESS) (UINTN) ((CHAR8 *)VariableStoreHeader + VariableStoreHeader->Size))) {
204 CurrWritePtr = StartAddress;
127 AccessVariableStore( IN BOOLEAN Write, IN VARIABLE_GLOBAL *Global, IN BOOLEAN Volatile, IN UINTN Instance, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINT32 DataSize, IN OUT VOID *Buffer ) argument
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp961 pReq->u.aMapRegion.StartAddress,
971 pReq->u.aUnmapRegion.StartAddress,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h932 LPVOID StartAddress; /* 1c/20 */ member in struct:_SYSTEM_THREAD_INFORMATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h907 LPVOID StartAddress; /* 1c/20 */ member in struct:_SYSTEM_THREAD_INFORMATION

Completed in 198 milliseconds

12