Home
last modified time | relevance | path

Searched refs:PhysicalAddress (Results 1 – 25 of 2537) sorted by relevance

12345678910>>...102

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.NetworkInformation/
H A DPhysicalAddressTest.cs14 PhysicalAddress phys = new PhysicalAddress(new byte [] { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 }); in CreateNormal()
21 PhysicalAddress phys = new PhysicalAddress(new byte [] { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 }); in CreateWithLarger()
28 PhysicalAddress phys = new PhysicalAddress(new byte [] { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 }); in CreateWithSmaller()
35 PhysicalAddress phys = PhysicalAddress.Parse(null); in ParseNull()
44 PhysicalAddress phys = PhysicalAddress.Parse(""); in ParseEmpty()
51 PhysicalAddress phys = PhysicalAddress.Parse("010203040506"); in ParseWithoutDash()
59 PhysicalAddress phys = PhysicalAddress.Parse("01020304050"); in ParseWithoutDashToFewChars()
67 PhysicalAddress phys = PhysicalAddress.Parse("0102030405060"); in ParseWithoutDashToManyChars()
73 PhysicalAddress phys = PhysicalAddress.Parse("01-02-03-04-05-06"); in ParseWithDash()
80 PhysicalAddress phys = PhysicalAddress.Parse("01-02-03-04-05-0"); in ParseWithDashToFewChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DPhysicalAddressTest.cs16 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_SameAddresses_Pass()
17 PhysicalAddress address2 = new PhysicalAddress(byteAddress1); in PhysicalAddress_SameAddresses_Pass()
29 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_EqualAddresses_Pass()
30 PhysicalAddress address2 = new PhysicalAddress(byteAddress2); in PhysicalAddress_EqualAddresses_Pass()
42 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_DifferentAddresses_SameSize_Pass()
43 PhysicalAddress address2 = new PhysicalAddress(byteAddress2); in PhysicalAddress_DifferentAddresses_SameSize_Pass()
55 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_DifferentAddresses_DifferentSize_Pass()
56 PhysicalAddress address2 = new PhysicalAddress(byteAddress2); in PhysicalAddress_DifferentAddresses_DifferentSize_Pass()
66 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_Clone_Pass()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DPeiDxeVirtualMemory.c600 PhysicalAddress, in SetMemoryEncDec()
656 PhysicalAddress in SetMemoryEncDec()
673 PhysicalAddress in SetMemoryEncDec()
694 PhysicalAddress in SetMemoryEncDec()
696 PhysicalAddress += BIT30; in SetMemoryEncDec()
707 PhysicalAddress in SetMemoryEncDec()
735 PhysicalAddress in SetMemoryEncDec()
761 PhysicalAddress in SetMemoryEncDec()
786 PhysicalAddress in SetMemoryEncDec()
852 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DPeiDxeVirtualMemory.c600 PhysicalAddress, in SetMemoryEncDec()
656 PhysicalAddress in SetMemoryEncDec()
673 PhysicalAddress in SetMemoryEncDec()
694 PhysicalAddress in SetMemoryEncDec()
696 PhysicalAddress += BIT30; in SetMemoryEncDec()
707 PhysicalAddress in SetMemoryEncDec()
735 PhysicalAddress in SetMemoryEncDec()
761 PhysicalAddress in SetMemoryEncDec()
786 PhysicalAddress in SetMemoryEncDec()
852 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DVirtualMemory.c604 PhysicalAddress, in SetMemoryEncDec()
660 PhysicalAddress in SetMemoryEncDec()
677 PhysicalAddress in SetMemoryEncDec()
698 PhysicalAddress in SetMemoryEncDec()
700 PhysicalAddress += BIT30; in SetMemoryEncDec()
711 PhysicalAddress in SetMemoryEncDec()
739 PhysicalAddress in SetMemoryEncDec()
765 PhysicalAddress in SetMemoryEncDec()
790 PhysicalAddress in SetMemoryEncDec()
856 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DVirtualMemory.c604 PhysicalAddress, in SetMemoryEncDec()
660 PhysicalAddress in SetMemoryEncDec()
677 PhysicalAddress in SetMemoryEncDec()
698 PhysicalAddress in SetMemoryEncDec()
700 PhysicalAddress += BIT30; in SetMemoryEncDec()
711 PhysicalAddress in SetMemoryEncDec()
739 PhysicalAddress in SetMemoryEncDec()
765 PhysicalAddress in SetMemoryEncDec()
790 PhysicalAddress in SetMemoryEncDec()
856 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DVirtualMemory.c604 PhysicalAddress, in SetMemoryEncDec()
660 PhysicalAddress in SetMemoryEncDec()
677 PhysicalAddress in SetMemoryEncDec()
698 PhysicalAddress in SetMemoryEncDec()
700 PhysicalAddress += BIT30; in SetMemoryEncDec()
711 PhysicalAddress in SetMemoryEncDec()
739 PhysicalAddress in SetMemoryEncDec()
765 PhysicalAddress in SetMemoryEncDec()
790 PhysicalAddress in SetMemoryEncDec()
856 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DVirtualMemory.c604 PhysicalAddress, in SetMemoryEncDec()
660 PhysicalAddress in SetMemoryEncDec()
677 PhysicalAddress in SetMemoryEncDec()
698 PhysicalAddress in SetMemoryEncDec()
700 PhysicalAddress += BIT30; in SetMemoryEncDec()
711 PhysicalAddress in SetMemoryEncDec()
739 PhysicalAddress in SetMemoryEncDec()
765 PhysicalAddress in SetMemoryEncDec()
790 PhysicalAddress in SetMemoryEncDec()
856 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DVirtualMemory.c604 PhysicalAddress, in SetMemoryEncDec()
660 PhysicalAddress in SetMemoryEncDec()
677 PhysicalAddress in SetMemoryEncDec()
698 PhysicalAddress in SetMemoryEncDec()
700 PhysicalAddress += BIT30; in SetMemoryEncDec()
711 PhysicalAddress in SetMemoryEncDec()
739 PhysicalAddress in SetMemoryEncDec()
765 PhysicalAddress in SetMemoryEncDec()
790 PhysicalAddress in SetMemoryEncDec()
856 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DVirtualMemory.c604 PhysicalAddress, in SetMemoryEncDec()
660 PhysicalAddress in SetMemoryEncDec()
677 PhysicalAddress in SetMemoryEncDec()
698 PhysicalAddress in SetMemoryEncDec()
700 PhysicalAddress += BIT30; in SetMemoryEncDec()
711 PhysicalAddress in SetMemoryEncDec()
739 PhysicalAddress in SetMemoryEncDec()
765 PhysicalAddress in SetMemoryEncDec()
790 PhysicalAddress in SetMemoryEncDec()
856 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/OvmfPkg/Library/BaseMemEncryptSevLib/X64/
H A DVirtualMemory.c604 PhysicalAddress, in SetMemoryEncDec()
660 PhysicalAddress in SetMemoryEncDec()
677 PhysicalAddress in SetMemoryEncDec()
698 PhysicalAddress in SetMemoryEncDec()
700 PhysicalAddress += BIT30; in SetMemoryEncDec()
711 PhysicalAddress in SetMemoryEncDec()
739 PhysicalAddress in SetMemoryEncDec()
765 PhysicalAddress in SetMemoryEncDec()
790 PhysicalAddress in SetMemoryEncDec()
856 PhysicalAddress, in InternalMemEncryptSevSetMemoryDecrypted()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/tables/
H A Dtbxfroot.c273 UINT32 PhysicalAddress; in AcpiFindRootPointer() local
293 ACPI_MOVE_16_TO_32 (&PhysicalAddress, TablePtr); in AcpiFindRootPointer()
297 PhysicalAddress <<= 4; in AcpiFindRootPointer()
302 if (PhysicalAddress > 0x400) in AcpiFindRootPointer()
309 (ACPI_PHYSICAL_ADDRESS) PhysicalAddress, in AcpiFindRootPointer()
315 PhysicalAddress, ACPI_EBDA_WINDOW_SIZE)); in AcpiFindRootPointer()
328 PhysicalAddress += in AcpiFindRootPointer()
331 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
360 PhysicalAddress = (UINT32) in AcpiFindRootPointer()
363 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/tables/
H A Dtbxfroot.c165 UINT32 PhysicalAddress; in AcpiFindRootPointer() local
185 ACPI_MOVE_16_TO_32 (&PhysicalAddress, TablePtr); in AcpiFindRootPointer()
189 PhysicalAddress <<= 4; in AcpiFindRootPointer()
194 if (PhysicalAddress > 0x400) in AcpiFindRootPointer()
201 (ACPI_PHYSICAL_ADDRESS) PhysicalAddress, in AcpiFindRootPointer()
207 PhysicalAddress, ACPI_EBDA_WINDOW_SIZE)); in AcpiFindRootPointer()
220 PhysicalAddress += in AcpiFindRootPointer()
223 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
252 PhysicalAddress = (UINT32) in AcpiFindRootPointer()
255 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DPhysicalAddress.cs9 public class PhysicalAddress class
15 public static readonly PhysicalAddress None = new PhysicalAddress(Array.Empty<byte>());
17 public PhysicalAddress(byte[] address) in PhysicalAddress() method in System.Net.NetworkInformation.PhysicalAddress
60 PhysicalAddress address = comparand as PhysicalAddress; in Equals()
118 public static PhysicalAddress Parse(string address) in Parse()
126 return PhysicalAddress.None; in Parse()
199 return new PhysicalAddress(buffer); in Parse()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DPhysicalAddress.cs8 public class PhysicalAddress { class
16 public static readonly PhysicalAddress None = new PhysicalAddress(new byte[0]);
19 public PhysicalAddress(byte[] address){ in PhysicalAddress() method in System.Net.NetworkInformation.PhysicalAddress
53 PhysicalAddress address = comparand as PhysicalAddress; in Equals()
96 public static PhysicalAddress Parse(string address) { in Parse()
103 return PhysicalAddress.None; in Parse()
164 return new PhysicalAddress(buffer); in Parse()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/protocols/
H A DTCPPING.java58 …protected final BoundedList<PhysicalAddress> dynamic_hosts=new BoundedList<PhysicalAddress>(max_dy…
110PhysicalAddress physical_addr=(PhysicalAddress)down_prot.down(new Event(Event.GET_PHYSICAL_ADDRESS… in sendGetMembersRequest()
115 Set<PhysicalAddress> combined_target_members=new HashSet<PhysicalAddress>(initial_hosts); in sendGetMembersRequest()
145PhysicalAddress physical_addr=(PhysicalAddress)down_prot.down(new Event(Event.GET_PHYSICAL_ADDRESS… in down()
156 …overyRequestReceived(Address sender, String logical_name, Collection<PhysicalAddress> physical_add… in discoveryRequestReceived()
159 for(PhysicalAddress addr: physical_addrs) { in discoveryRequestReceived()
H A DTCPGOSSIP.java11 import org.jgroups.PhysicalAddress;
150 Collection<PhysicalAddress> physical_addrs = rsp.getPhysicalAddrs(); in sendGetMembersRequest()
152 for (PhysicalAddress physical_addr : physical_addrs) in sendGetMembersRequest()
153 down(new Event(Event.SET_PHYSICAL_ADDRESS, new Tuple<Address, PhysicalAddress>( in sendGetMembersRequest()
171PhysicalAddress physical_addr=(PhysicalAddress)down_prot.down(new Event(Event.GET_PHYSICAL_ADDRESS… in sendGetMembersRequest()
213PhysicalAddress physical_addr=(PhysicalAddress)down_prot.down(new Event(Event.GET_PHYSICAL_ADDRESS… in connectAllStubs()
214 …List<PhysicalAddress> physical_addrs=physical_addr != null? new ArrayList<PhysicalAddress>() : nul… in connectAllStubs()
235PhysicalAddress physical_addr = (PhysicalAddress) down_prot.down(new Event(Event.GET_PHYSICAL_ADDR… in connect()
236 …List<PhysicalAddress> physical_addrs = physical_addr != null ? new ArrayList<PhysicalAddress>(): n… in connect()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/acpica/
H A DOsdMemory.c62 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Length) in AcpiOsMapMemory() argument
67 if (PhysicalAddress > ULONG_MAX) in AcpiOsMapMemory()
70 Status = acpi_md_OsMapMemory(PhysicalAddress, Length, &LogicalAddress); in AcpiOsMapMemory()
97 ACPI_PHYSICAL_ADDRESS *PhysicalAddress) in AcpiOsGetPhysicalAddress() argument
100 return acpi_md_OsGetPhysicalAddress(LogicalAddress, PhysicalAddress); in AcpiOsGetPhysicalAddress()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DBmDma.c154 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuMap() local
176 PhysicalAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) HostAddress; in IoMmuMap()
184 (PhysicalAddress != ALIGN_VALUE(PhysicalAddress, SIZE_4KB))) { in IoMmuMap()
196 if ((PhysicalAddress + *NumberOfBytes) >= DMA_MEMORY_TOP) { in IoMmuMap()
203 ((PhysicalAddress + *NumberOfBytes) > SIZE_4GB)) { in IoMmuMap()
244 MapInfo->HostAddress = PhysicalAddress; in IoMmuMap()
417 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuAllocateBuffer() local
447 PhysicalAddress = DMA_MEMORY_TOP; in IoMmuAllocateBuffer()
452 PhysicalAddress = MIN (PhysicalAddress, SIZE_4GB - 1); in IoMmuAllocateBuffer()
458 &PhysicalAddress in IoMmuAllocateBuffer()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DBmDma.c154 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuMap() local
176 PhysicalAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) HostAddress; in IoMmuMap()
184 (PhysicalAddress != ALIGN_VALUE(PhysicalAddress, SIZE_4KB))) { in IoMmuMap()
196 if ((PhysicalAddress + *NumberOfBytes) >= DMA_MEMORY_TOP) { in IoMmuMap()
203 ((PhysicalAddress + *NumberOfBytes) > SIZE_4GB)) { in IoMmuMap()
244 MapInfo->HostAddress = PhysicalAddress; in IoMmuMap()
417 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuAllocateBuffer() local
447 PhysicalAddress = DMA_MEMORY_TOP; in IoMmuAllocateBuffer()
452 PhysicalAddress = MIN (PhysicalAddress, SIZE_4GB - 1); in IoMmuAllocateBuffer()
458 &PhysicalAddress in IoMmuAllocateBuffer()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DBmDma.c154 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuMap() local
176 PhysicalAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) HostAddress; in IoMmuMap()
184 (PhysicalAddress != ALIGN_VALUE(PhysicalAddress, SIZE_4KB))) { in IoMmuMap()
196 if ((PhysicalAddress + *NumberOfBytes) >= DMA_MEMORY_TOP) { in IoMmuMap()
203 ((PhysicalAddress + *NumberOfBytes) > SIZE_4GB)) { in IoMmuMap()
244 MapInfo->HostAddress = PhysicalAddress; in IoMmuMap()
417 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuAllocateBuffer() local
447 PhysicalAddress = DMA_MEMORY_TOP; in IoMmuAllocateBuffer()
452 PhysicalAddress = MIN (PhysicalAddress, SIZE_4GB - 1); in IoMmuAllocateBuffer()
458 &PhysicalAddress in IoMmuAllocateBuffer()
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DBmDma.c154 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuMap() local
176 PhysicalAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) HostAddress; in IoMmuMap()
184 (PhysicalAddress != ALIGN_VALUE(PhysicalAddress, SIZE_4KB))) { in IoMmuMap()
196 if ((PhysicalAddress + *NumberOfBytes) >= DMA_MEMORY_TOP) { in IoMmuMap()
203 ((PhysicalAddress + *NumberOfBytes) > SIZE_4GB)) { in IoMmuMap()
244 MapInfo->HostAddress = PhysicalAddress; in IoMmuMap()
417 EFI_PHYSICAL_ADDRESS PhysicalAddress; in IoMmuAllocateBuffer() local
447 PhysicalAddress = DMA_MEMORY_TOP; in IoMmuAllocateBuffer()
452 PhysicalAddress = MIN (PhysicalAddress, SIZE_4GB - 1); in IoMmuAllocateBuffer()
458 &PhysicalAddress in IoMmuAllocateBuffer()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-readobj/COFF/
H A Dxcoff-sections.test15 # SEC32-NEXT: PhysicalAddress: 0x0
28 # SEC32-NEXT: PhysicalAddress: 0x100
41 # SEC32-NEXT: PhysicalAddress: 0x168
54 # SEC32-NEXT: PhysicalAddress: 0x0
67 # SEC32-NEXT: PhysicalAddress: 0x4
80 # SEC32-NEXT: PhysicalAddress: 0x0
101 # SEC64-NEXT: PhysicalAddress: 0x0
114 # SEC64-NEXT: PhysicalAddress: 0x100
127 # SEC64-NEXT: PhysicalAddress: 0x1C0
140 # SEC64-NEXT: PhysicalAddress: 0x0
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-readobj/COFF/
H A Dxcoff-sections.test15 # SEC32-NEXT: PhysicalAddress: 0x0
28 # SEC32-NEXT: PhysicalAddress: 0x100
41 # SEC32-NEXT: PhysicalAddress: 0x168
54 # SEC32-NEXT: PhysicalAddress: 0x0
67 # SEC32-NEXT: PhysicalAddress: 0x4
80 # SEC32-NEXT: PhysicalAddress: 0x0
101 # SEC64-NEXT: PhysicalAddress: 0x0
114 # SEC64-NEXT: PhysicalAddress: 0x100
127 # SEC64-NEXT: PhysicalAddress: 0x1C0
140 # SEC64-NEXT: PhysicalAddress: 0x0
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-readobj/XCOFF/
H A Dsections.test15 # SEC32-NEXT: PhysicalAddress: 0x0
28 # SEC32-NEXT: PhysicalAddress: 0x100
41 # SEC32-NEXT: PhysicalAddress: 0x168
54 # SEC32-NEXT: PhysicalAddress: 0x0
67 # SEC32-NEXT: PhysicalAddress: 0x4
80 # SEC32-NEXT: PhysicalAddress: 0x0
101 # SEC64-NEXT: PhysicalAddress: 0x0
114 # SEC64-NEXT: PhysicalAddress: 0x100
127 # SEC64-NEXT: PhysicalAddress: 0x1C0
140 # SEC64-NEXT: PhysicalAddress: 0x0
[all …]

12345678910>>...102