Searched defs:Address (Results 101 - 125 of 189) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/AcpiPlatformDxe/
H A DAcpiPlatform.c191 UINTN Address; local
197 for (Address = 0xe0000; Address < 0xfffff; Address += 0x10) {
198 if (*(UINT64 *)(Address) == ACPI_RSD_PTR) {
199 return (VOID *)Address;
206 Address = EBDA_BASE;
208 if (*(UINT64 *)(Address + Index) == ACPI_RSD_PTR) {
209 return (VOID *)Address;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dws2def.h77 SOCKET_ADDRESS Address[1]; member in struct:_SOCKET_ADDRESS_LIST
H A Dipexport.h65 IPAddr Address; member in struct:icmp_echo_reply
125 IPAddr Address[1]; member in struct:_IP_UNIDIRECTIONAL_ADAPTER_ADDRESS
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglprocs.h37 _glapi_proc Address; member in struct:__anon3714
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DInternalIsaBus.h125 UINT8 Address; member in struct:__anon10287
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaDriver.h117 UINT8 Address; member in struct:__anon10310
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
H A DIoHighLevel.c1153 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1155 writes the result to the 8-bit MMIO register specified by Address. The value
1161 @param Address The MMIO register to write.
1170 IN UINTN Address,
1174 return MmioWrite8 (Address, (UINT8) (MmioRead8 (Address) | OrData));
1181 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1183 result to the 8-bit MMIO register specified by Address. The value written to
1189 @param Address The MMIO register to write.
1198 IN UINTN Address,
1169 MmioOr8( IN UINTN Address, IN UINT8 OrData ) argument
1197 MmioAnd8( IN UINTN Address, IN UINT8 AndData ) argument
1228 MmioAndThenOr8( IN UINTN Address, IN UINT8 AndData, IN UINT8 OrData ) argument
1259 MmioBitFieldRead8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1292 MmioBitFieldWrite8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 Value ) argument
1333 MmioBitFieldOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 OrData ) argument
1374 MmioBitFieldAnd8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData ) argument
1417 MmioBitFieldAndThenOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData, IN UINT8 OrData ) argument
1451 MmioOr16( IN UINTN Address, IN UINT16 OrData ) argument
1479 MmioAnd16( IN UINTN Address, IN UINT16 AndData ) argument
1510 MmioAndThenOr16( IN UINTN Address, IN UINT16 AndData, IN UINT16 OrData ) argument
1541 MmioBitFieldRead16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1574 MmioBitFieldWrite16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 Value ) argument
1615 MmioBitFieldOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 OrData ) argument
1656 MmioBitFieldAnd16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData ) argument
1699 MmioBitFieldAndThenOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData, IN UINT16 OrData ) argument
1733 MmioOr32( IN UINTN Address, IN UINT32 OrData ) argument
1761 MmioAnd32( IN UINTN Address, IN UINT32 AndData ) argument
1792 MmioAndThenOr32( IN UINTN Address, IN UINT32 AndData, IN UINT32 OrData ) argument
1823 MmioBitFieldRead32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1856 MmioBitFieldWrite32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 Value ) argument
1897 MmioBitFieldOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 OrData ) argument
1938 MmioBitFieldAnd32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData ) argument
1981 MmioBitFieldAndThenOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData, IN UINT32 OrData ) argument
2015 MmioOr64( IN UINTN Address, IN UINT64 OrData ) argument
2043 MmioAnd64( IN UINTN Address, IN UINT64 AndData ) argument
2074 MmioAndThenOr64( IN UINTN Address, IN UINT64 AndData, IN UINT64 OrData ) argument
2105 MmioBitFieldRead64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
2138 MmioBitFieldWrite64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 Value ) argument
2179 MmioBitFieldOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 OrData ) argument
2220 MmioBitFieldAnd64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData ) argument
2263 MmioBitFieldAndThenOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData, IN UINT64 OrData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c64 Verifies access to a PCI Base Address Register (BAR).
731 UINT64 Address; local
735 Address = Offset;
736 Status = PciIoVerifyConfigAccess (PciIoDevice, Width, Count, &Address);
754 Address,
800 UINT64 Address; local
804 Address = Offset;
805 Status = PciIoVerifyConfigAccess (PciIoDevice, Width, Count, &Address);
823 Address,
H A DPciResourceSupport.c1271 UINT64 Address; local
1284 Address = 0;
1287 Address = Base + Node->Offset;
1309 &Address
1312 Node->PciDev->PciBar[Node->Bar].BaseAddress = Address;
1319 Address32 = (UINT32) (Address & 0x00000000FFFFFFFF);
1329 Address32 = (UINT32) RShiftU64 (Address, 32);
1339 Node->PciDev->PciBar[Node->Bar].BaseAddress = Address;
1362 UINT64 Address; local
1368 Address
1448 UINT64 Address; local
1840 UINT64 Address; local
[all...]
H A DPciEnumerator.c374 UINT64 Address; local
418 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x18);
423 Address,
431 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x1A);
435 Address,
448 Address,
467 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x1A);
472 Address,
H A DPciEnumeratorSupport.c41 UINT64 Address; local
47 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
55 Address,
67 Address,
2605 UINT64 Address; local
2628 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x18);
2632 Address,
2649 Address,
H A DPciLib.c42 UINT32 Address; local
52 Address = 0;
58 &Address
61 (PciIoDevice->PciBar)[P2C_MEM_1].BaseAddress = (UINT64) (Address);
65 Address = 0;
71 &Address
73 (PciIoDevice->PciBar)[P2C_MEM_2].BaseAddress = (UINT64) (Address);
77 Address = 0;
83 &Address
85 (PciIoDevice->PciBar)[P2C_IO_1].BaseAddress = (UINT64) (Address);
983 UINT64 Address; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseIoLibIntrinsic/
H A DIoHighLevel.c1173 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1175 writes the result to the 8-bit MMIO register specified by Address. The value
1181 @param Address The MMIO register to write.
1190 IN UINTN Address,
1194 return MmioWrite8 (Address, (UINT8) (MmioRead8 (Address) | OrData));
1201 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1203 result to the 8-bit MMIO register specified by Address. The value written to
1209 @param Address The MMIO register to write.
1218 IN UINTN Address,
1189 MmioOr8( IN UINTN Address, IN UINT8 OrData ) argument
1217 MmioAnd8( IN UINTN Address, IN UINT8 AndData ) argument
1248 MmioAndThenOr8( IN UINTN Address, IN UINT8 AndData, IN UINT8 OrData ) argument
1279 MmioBitFieldRead8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1312 MmioBitFieldWrite8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 Value ) argument
1353 MmioBitFieldOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 OrData ) argument
1394 MmioBitFieldAnd8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData ) argument
1437 MmioBitFieldAndThenOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData, IN UINT8 OrData ) argument
1472 MmioOr16( IN UINTN Address, IN UINT16 OrData ) argument
1501 MmioAnd16( IN UINTN Address, IN UINT16 AndData ) argument
1532 MmioAndThenOr16( IN UINTN Address, IN UINT16 AndData, IN UINT16 OrData ) argument
1564 MmioBitFieldRead16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1598 MmioBitFieldWrite16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 Value ) argument
1640 MmioBitFieldOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 OrData ) argument
1682 MmioBitFieldAnd16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData ) argument
1726 MmioBitFieldAndThenOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData, IN UINT16 OrData ) argument
1761 MmioOr32( IN UINTN Address, IN UINT32 OrData ) argument
1790 MmioAnd32( IN UINTN Address, IN UINT32 AndData ) argument
1821 MmioAndThenOr32( IN UINTN Address, IN UINT32 AndData, IN UINT32 OrData ) argument
1853 MmioBitFieldRead32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1887 MmioBitFieldWrite32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 Value ) argument
1929 MmioBitFieldOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 OrData ) argument
1971 MmioBitFieldAnd32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData ) argument
2015 MmioBitFieldAndThenOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData, IN UINT32 OrData ) argument
2050 MmioOr64( IN UINTN Address, IN UINT64 OrData ) argument
2079 MmioAnd64( IN UINTN Address, IN UINT64 AndData ) argument
2110 MmioAndThenOr64( IN UINTN Address, IN UINT64 AndData, IN UINT64 OrData ) argument
2142 MmioBitFieldRead64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
2176 MmioBitFieldWrite64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 Value ) argument
2218 MmioBitFieldOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 OrData ) argument
2260 MmioBitFieldAnd64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData ) argument
2304 MmioBitFieldAndThenOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData, IN UINT64 OrData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibCpuIo2/
H A DIoHighLevel.c1145 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1147 writes the result to the 8-bit MMIO register specified by Address. The value
1153 @param Address The MMIO register to write.
1162 IN UINTN Address,
1166 return MmioWrite8 (Address, (UINT8) (MmioRead8 (Address) | OrData));
1173 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1175 result to the 8-bit MMIO register specified by Address. The value written to
1181 @param Address The MMIO register to write.
1190 IN UINTN Address,
1161 MmioOr8( IN UINTN Address, IN UINT8 OrData ) argument
1189 MmioAnd8( IN UINTN Address, IN UINT8 AndData ) argument
1220 MmioAndThenOr8( IN UINTN Address, IN UINT8 AndData, IN UINT8 OrData ) argument
1251 MmioBitFieldRead8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1284 MmioBitFieldWrite8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 Value ) argument
1325 MmioBitFieldOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 OrData ) argument
1366 MmioBitFieldAnd8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData ) argument
1409 MmioBitFieldAndThenOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData, IN UINT8 OrData ) argument
1443 MmioOr16( IN UINTN Address, IN UINT16 OrData ) argument
1471 MmioAnd16( IN UINTN Address, IN UINT16 AndData ) argument
1502 MmioAndThenOr16( IN UINTN Address, IN UINT16 AndData, IN UINT16 OrData ) argument
1533 MmioBitFieldRead16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1566 MmioBitFieldWrite16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 Value ) argument
1607 MmioBitFieldOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 OrData ) argument
1648 MmioBitFieldAnd16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData ) argument
1691 MmioBitFieldAndThenOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData, IN UINT16 OrData ) argument
1725 MmioOr32( IN UINTN Address, IN UINT32 OrData ) argument
1753 MmioAnd32( IN UINTN Address, IN UINT32 AndData ) argument
1784 MmioAndThenOr32( IN UINTN Address, IN UINT32 AndData, IN UINT32 OrData ) argument
1815 MmioBitFieldRead32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1848 MmioBitFieldWrite32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 Value ) argument
1889 MmioBitFieldOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 OrData ) argument
1930 MmioBitFieldAnd32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData ) argument
1973 MmioBitFieldAndThenOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData, IN UINT32 OrData ) argument
2007 MmioOr64( IN UINTN Address, IN UINT64 OrData ) argument
2035 MmioAnd64( IN UINTN Address, IN UINT64 AndData ) argument
2066 MmioAndThenOr64( IN UINTN Address, IN UINT64 AndData, IN UINT64 OrData ) argument
2097 MmioBitFieldRead64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
2130 MmioBitFieldWrite64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 Value ) argument
2171 MmioBitFieldOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 OrData ) argument
2212 MmioBitFieldAnd64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData ) argument
2255 MmioBitFieldAndThenOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData, IN UINT64 OrData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeIoLibEsal/
H A DIoHighLevel.c1141 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1143 writes the result to the 8-bit MMIO register specified by Address. The value
1149 @param Address The MMIO register to write.
1158 IN UINTN Address,
1162 return MmioWrite8 (Address, (UINT8)(MmioRead8 (Address) | OrData));
1169 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1171 result to the 8-bit MMIO register specified by Address. The value written to
1177 @param Address The MMIO register to write.
1186 IN UINTN Address,
1157 MmioOr8( IN UINTN Address, IN UINT8 OrData ) argument
1185 MmioAnd8( IN UINTN Address, IN UINT8 AndData ) argument
1216 MmioAndThenOr8( IN UINTN Address, IN UINT8 AndData, IN UINT8 OrData ) argument
1247 MmioBitFieldRead8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1280 MmioBitFieldWrite8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 Value ) argument
1321 MmioBitFieldOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 OrData ) argument
1362 MmioBitFieldAnd8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData ) argument
1405 MmioBitFieldAndThenOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData, IN UINT8 OrData ) argument
1439 MmioOr16( IN UINTN Address, IN UINT16 OrData ) argument
1467 MmioAnd16( IN UINTN Address, IN UINT16 AndData ) argument
1498 MmioAndThenOr16( IN UINTN Address, IN UINT16 AndData, IN UINT16 OrData ) argument
1529 MmioBitFieldRead16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1562 MmioBitFieldWrite16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 Value ) argument
1603 MmioBitFieldOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 OrData ) argument
1644 MmioBitFieldAnd16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData ) argument
1687 MmioBitFieldAndThenOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData, IN UINT16 OrData ) argument
1721 MmioOr32( IN UINTN Address, IN UINT32 OrData ) argument
1749 MmioAnd32( IN UINTN Address, IN UINT32 AndData ) argument
1780 MmioAndThenOr32( IN UINTN Address, IN UINT32 AndData, IN UINT32 OrData ) argument
1811 MmioBitFieldRead32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1844 MmioBitFieldWrite32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 Value ) argument
1885 MmioBitFieldOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 OrData ) argument
1926 MmioBitFieldAnd32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData ) argument
1969 MmioBitFieldAndThenOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData, IN UINT32 OrData ) argument
2003 MmioOr64( IN UINTN Address, IN UINT64 OrData ) argument
2031 MmioAnd64( IN UINTN Address, IN UINT64 AndData ) argument
2062 MmioAndThenOr64( IN UINTN Address, IN UINT64 AndData, IN UINT64 OrData ) argument
2093 MmioBitFieldRead64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
2126 MmioBitFieldWrite64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 Value ) argument
2167 MmioBitFieldOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 OrData ) argument
2208 MmioBitFieldAnd64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData ) argument
2251 MmioBitFieldAndThenOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData, IN UINT64 OrData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo/
H A DIoHighLevel.c1173 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1175 writes the result to the 8-bit MMIO register specified by Address. The value
1181 @param Address The MMIO register to write.
1190 IN UINTN Address,
1194 return MmioWrite8 (Address, (UINT8) (MmioRead8 (Address) | OrData));
1201 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1203 result to the 8-bit MMIO register specified by Address. The value written to
1209 @param Address The MMIO register to write.
1218 IN UINTN Address,
1189 MmioOr8( IN UINTN Address, IN UINT8 OrData ) argument
1217 MmioAnd8( IN UINTN Address, IN UINT8 AndData ) argument
1248 MmioAndThenOr8( IN UINTN Address, IN UINT8 AndData, IN UINT8 OrData ) argument
1279 MmioBitFieldRead8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1312 MmioBitFieldWrite8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 Value ) argument
1353 MmioBitFieldOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 OrData ) argument
1394 MmioBitFieldAnd8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData ) argument
1437 MmioBitFieldAndThenOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData, IN UINT8 OrData ) argument
1472 MmioOr16( IN UINTN Address, IN UINT16 OrData ) argument
1501 MmioAnd16( IN UINTN Address, IN UINT16 AndData ) argument
1532 MmioAndThenOr16( IN UINTN Address, IN UINT16 AndData, IN UINT16 OrData ) argument
1564 MmioBitFieldRead16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1598 MmioBitFieldWrite16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 Value ) argument
1640 MmioBitFieldOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 OrData ) argument
1682 MmioBitFieldAnd16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData ) argument
1726 MmioBitFieldAndThenOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData, IN UINT16 OrData ) argument
1761 MmioOr32( IN UINTN Address, IN UINT32 OrData ) argument
1790 MmioAnd32( IN UINTN Address, IN UINT32 AndData ) argument
1821 MmioAndThenOr32( IN UINTN Address, IN UINT32 AndData, IN UINT32 OrData ) argument
1853 MmioBitFieldRead32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1887 MmioBitFieldWrite32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 Value ) argument
1929 MmioBitFieldOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 OrData ) argument
1971 MmioBitFieldAnd32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData ) argument
2015 MmioBitFieldAndThenOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData, IN UINT32 OrData ) argument
2050 MmioOr64( IN UINTN Address, IN UINT64 OrData ) argument
2079 MmioAnd64( IN UINTN Address, IN UINT64 AndData ) argument
2110 MmioAndThenOr64( IN UINTN Address, IN UINT64 AndData, IN UINT64 OrData ) argument
2142 MmioBitFieldRead64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
2176 MmioBitFieldWrite64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 Value ) argument
2218 MmioBitFieldOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 OrData ) argument
2260 MmioBitFieldAnd64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData ) argument
2304 MmioBitFieldAndThenOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData, IN UINT64 OrData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmIoLibSmmCpuIo2/
H A DIoHighLevel.c1150 Reads the 8-bit MMIO register specified by Address, performs a bitwise
1152 writes the result to the 8-bit MMIO register specified by Address. The value
1158 @param Address The MMIO register to write.
1167 IN UINTN Address,
1171 return MmioWrite8 (Address, (UINT8) (MmioRead8 (Address) | OrData));
1178 Reads the 8-bit MMIO register specified by Address, performs a bitwise AND
1180 result to the 8-bit MMIO register specified by Address. The value written to
1186 @param Address The MMIO register to write.
1195 IN UINTN Address,
1166 MmioOr8( IN UINTN Address, IN UINT8 OrData ) argument
1194 MmioAnd8( IN UINTN Address, IN UINT8 AndData ) argument
1225 MmioAndThenOr8( IN UINTN Address, IN UINT8 AndData, IN UINT8 OrData ) argument
1256 MmioBitFieldRead8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1289 MmioBitFieldWrite8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 Value ) argument
1330 MmioBitFieldOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 OrData ) argument
1371 MmioBitFieldAnd8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData ) argument
1414 MmioBitFieldAndThenOr8( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT8 AndData, IN UINT8 OrData ) argument
1448 MmioOr16( IN UINTN Address, IN UINT16 OrData ) argument
1476 MmioAnd16( IN UINTN Address, IN UINT16 AndData ) argument
1507 MmioAndThenOr16( IN UINTN Address, IN UINT16 AndData, IN UINT16 OrData ) argument
1538 MmioBitFieldRead16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1571 MmioBitFieldWrite16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 Value ) argument
1612 MmioBitFieldOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 OrData ) argument
1653 MmioBitFieldAnd16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData ) argument
1696 MmioBitFieldAndThenOr16( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT16 AndData, IN UINT16 OrData ) argument
1730 MmioOr32( IN UINTN Address, IN UINT32 OrData ) argument
1758 MmioAnd32( IN UINTN Address, IN UINT32 AndData ) argument
1789 MmioAndThenOr32( IN UINTN Address, IN UINT32 AndData, IN UINT32 OrData ) argument
1820 MmioBitFieldRead32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
1853 MmioBitFieldWrite32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 Value ) argument
1894 MmioBitFieldOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 OrData ) argument
1935 MmioBitFieldAnd32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData ) argument
1978 MmioBitFieldAndThenOr32( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT32 AndData, IN UINT32 OrData ) argument
2012 MmioOr64( IN UINTN Address, IN UINT64 OrData ) argument
2040 MmioAnd64( IN UINTN Address, IN UINT64 AndData ) argument
2071 MmioAndThenOr64( IN UINTN Address, IN UINT64 AndData, IN UINT64 OrData ) argument
2102 MmioBitFieldRead64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit ) argument
2135 MmioBitFieldWrite64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 Value ) argument
2176 MmioBitFieldOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 OrData ) argument
2217 MmioBitFieldAnd64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData ) argument
2260 MmioBitFieldAndThenOr64( IN UINTN Address, IN UINTN StartBit, IN UINTN EndBit, IN UINT64 AndData, IN UINT64 OrData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c364 EFI_IPv6_ADDRESS Address; local
379 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix);
408 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix);
423 IP6_COPY_ADDRESS (&AddrBuf[AddrCnt].Address, &Address);
466 EFI_IPv6_ADDRESS Address; local
481 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix);
510 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix);
516 IP6_COPY_ADDRESS (&AddrBuf[AddrCnt], &Address);
973 &IfCb->IfInfo->AddressInfo[Index].Address,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c45 operation is performed at the PCI memory address specified by Address for the width specified
52 @param[in] Address The base address of the memory operations. The caller is
53 responsible for aligning Address if required.
74 IN UINT64 Address,
86 performed at the PCI I/O address specified by Address for the width specified by Width.
93 @param[in] Address The base address of the I/O operations. The caller is responsible
94 for aligning Address if required.
115 IN UINT64 Address,
132 @param[in] Address The base address of the memory operation. The caller is
133 responsible for aligning the Address i
751 RootBridgeIoCheckParameter( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN OPERATION_TYPE OperationType, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
886 RootBridgeIoMemRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
978 RootBridgeIoIoRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
1096 RootBridgeIoPciRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
1208 RootBridgeIoPollMem( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
1311 RootBridgeIoPollIo( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
1406 RootBridgeIoMemRead( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
1441 RootBridgeIoMemWrite( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
1472 RootBridgeIoIoRead( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
1503 RootBridgeIoIoWrite( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
1628 RootBridgeIoPciRead( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
1664 RootBridgeIoPciWrite( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf32Convert.c595 UINT16 Address; local
691 Address = (UINT16)(Sym->st_value - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
692 ThumbMovtImmediatePatch ((UINT16 *)Targ, Address);
697 Address = (UINT16)((Sym->st_value - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]) >> 16);
698 ThumbMovtImmediatePatch ((UINT16 *)Targ, Address);
/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp265 HRESULT autoAssign(const char* pszName, PCIBusAddress& Address);
266 bool checkAvailable(PCIBusAddress& Address);
267 bool findPCIAddress(const char* pszDevName, int iInstance, PCIBusAddress& Address);
280 HRESULT BusAssignmentManager::State::record(const char* pszName, PCIBusAddress& Address, PCIBusAddress HostAddress) argument
285 mPCIMap.insert(PCIMap::value_type(Address, devRec));
295 it->second.push_back(Address);
300 bool BusAssignmentManager::State::findPCIAddress(const char* pszDevName, int iInstance, PCIBusAddress& Address) argument
311 Address = it->second[iInstance];
361 HRESULT BusAssignmentManager::State::autoAssign(const char* pszName, PCIBusAddress& Address) argument
378 Address
390 checkAvailable(PCIBusAddress& Address) argument
503 findPCIAddress(const char* pszDevName, int iInstance, PCIBusAddress& Address) argument
[all...]
/vbox/src/VBox/Devices/USB/
H A DDrvVUSBRootHub.cpp317 * @param Address The device address.
319 static PVUSBDEV vusbRhFindDevByAddress(PVUSBROOTHUB pRh, uint8_t Address) argument
321 unsigned iHash = vusbHashAddress(Address);
323 if (pDev->u8Address == Address)
543 Log(("vusb: pRh=%p: SUBMIT: Address %i not found!!!\n", pRh, pUrb->DstAddress));
/vbox/include/iprt/
H A Ddbg.h88 RTUINTPTR Address; member in struct:RTDBGSEGMENT
172 /** Address.
175 RTUINTPTR Address; member in struct:RTDBGLINE
494 /** @defgroup grp_rt_dbgas RTDbgAs - Debug Address Space
721 * @param Addr Address within the mapping of the module or segment.
756 RTUINTPTR Address; member in struct:RTDBGASMAPINFO
1181 * RTDBGSEGMENT::Address member will be set to
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dipexport.h62 IPAddr Address; member in struct:icmp_echo_reply
122 IPAddr Address[1]; member in struct:_IP_UNIDIRECTIONAL_ADAPTER_ADDRESS
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c188 @param Address The system memory address to test.
200 IN EFI_PHYSICAL_ADDRESS Address,
215 // The system memory pointed by Address will be updated by the
220 Value = *(volatile UINT32 *) (UINTN) Address;
242 @param[in] Address The memory address to test.
255 IN UINTN Address,
267 Value = *(volatile UINT32 *) Address;
2206 // Initialize FIS Base Address Register and Command List Base Address Register for use.
199 AhciWaitMemSet( IN EFI_PHYSICAL_ADDRESS Address, IN UINT32 MaskValue, IN UINT32 TestValue, IN UINT64 Timeout ) argument
254 AhciCheckMemSet( IN UINTN Address, IN UINT32 MaskValue, IN UINT32 TestValue, IN OUT UINTN *RetryTimes OPTIONAL ) argument

Completed in 123 milliseconds

12345678