| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/ |
| AbootimgLib.c | 99 EFI_PHYSICAL_ADDRESS Address; 105 &Address 110 *Kernel = (VOID *)(UINTN)Address; 257 EFI_PHYSICAL_ADDRESS Address; 273 Address = (EFI_PHYSICAL_ADDRESS)(UINTN)Header->RamdiskAddress; 276 EFI_SIZE_TO_PAGES (Header->RamdiskSize), &Address); 282 CopyMem ((VOID *)(UINTN)Address, Source, Header->RamdiskSize); 288 (UINTN)Address, Header->RamdiskSize 423 EFI_PHYSICAL_ADDRESS Address; 437 &Address [all...] |
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/ |
| GdbDebugAgent.c | 38 CHAR8 *qXferHack = "<library name=\"c:/work/edk2/Build/BeagleBoard/DEBUG_GCC48/ARM/BeagleBoardPkg/Sec/Sec/DEBUG/BeagleBoardSec.dll\"><segment address=\"0x80008360\"/></library>";
86 <library name="/a/a/c/d.dSYM"><segment address="0x10000000"/></library>
87 <library name="/a/m/e/e.pdb"><segment address="0x20000000"/></library>
88 <library name="/a/l/f/f.dll"><segment address="0x30000000"/></library>
99 " <library name=\"%s\"><segment address=\"%p\"/></library>\n" and it is
121 Transfer length bytes of input buffer, starting at Address, to memory.
124 @param *address the start address of the transferring/writing the memory
131 IN unsigned char *Address,
146 *Address++ = (UINT8)((c1 << 4) + c2); [all...] |
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/ |
| Processor.c | 350 Continue. addr is Address to resume. If addr is omitted, resume at current
351 Address.
369 Single step. addr is the Address at which to resume. If addr is omitted, resume
370 at same Address.
386 Returns breakpoint data address from DR0-DR3 based on the input breakpoint number
391 @retval Address Data address from DR0-DR3 based on the breakpoint number.
400 UINTN Address;
403 Address = SystemContext.SystemContextIa32->Dr0;
405 Address = SystemContext.SystemContextIa32->Dr1; [all...] |
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/ |
| Processor.c | 364 Continue. addr is Address to resume. If addr is omitted, resume at current
365 Address.
383 Single step. addr is the Address at which to resume. If addr is omitted, resume
384 at same Address.
404 Returns breakpoint data address from DR0-DR3 based on the input breakpoint
410 @retval Address Data address from DR0-DR3 based on the
420 UINTN Address;
423 Address = SystemContext.SystemContextIa32->Dr0;
425 Address = SystemContext.SystemContextIa32->Dr1; [all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
| Misc.c | 39 Cache Interrupt verctor address converted from IVT number.
50 UINT32 *Address;
52 Address = (UINT32 *)(UINTN) (IVT_BASE + VectorNumber * 4);
53 CachedVectorAddress[VectorNumber] = *Address;
58 Get interrupt vector address according to IVT number.
62 @return cached interrupt vector address.
69 UINT32 *Address;
71 Address = (UINT32 *)(UINTN) (IVT_BASE + VectorNumber * 4);
72 *Address = CachedVectorAddress[VectorNumber];
92 DEBUG ((DEBUG_NET, "\tat the address 0x%X\n\r", (UINT32)(UINTN) UndiLoaderStructure)); [all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
| LegacyBios.c | 18 #define PHYSICAL_ADDRESS_TO_POINTER(Address) ((VOID *) ((UINTN) Address))
49 @param StartPageAddress Start address of range
104 @param Alignment Address alignment. Bit mapped. First non-zero
166 @param LegacyMemoryAddress Legacy Region destination address Note: must
172 @retval EFI_ACCESS_DENIED Either the starting or ending address is out of bounds.
245 EFI_PHYSICAL_ADDRESS Address;
257 Address = 0xC0000;
258 gDS->GetMemorySpaceDescriptor (Address, &Descriptor);
267 &Address
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/ |
| NonDiscoverablePciDeviceIo.c | 36 base address for the memory operation to perform.
37 @param Descriptor Points to the address space descriptor
76 base address for the memory operation to perform.
109 base address for the memory operation to perform.
208 base address for the memory or I/O operation to perform.
216 @retval EFI_UNSUPPORTED The address range specified by Offset, Width, and Count is not
236 VOID *Address;
258 Address = (VOID *)(UINTN)(Desc->AddrRangeMin + Offset);
260 if ((UINTN)Address & AlignMask) {
269 return PciIoMemRW (Width, Count, 1, Buffer, 1, Address);
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
| PciIo.c | 64 Verifies access to a PCI Base Address Register (BAR).
68 base address for the memory or I/O operation to perform.
185 base address for the memory operation to perform.
292 base address for the memory operation to perform.
394 base address for the memory or I/O operation to perform.
402 @retval EFI_UNSUPPORTED The address range specified by Offset, Width, and Count is not
473 base address for the memory or I/O operation to perform.
481 @retval EFI_UNSUPPORTED The address range specified by Offset, Width, and Count is not
551 base address for the memory or I/O operation to perform.
559 @retval EFI_UNSUPPORTED The address range specified by Offset, Width, and Count is not [all...] |
| PciOptionRomSupport.c | 241 UINT64 Address;
270 // The bit0 is 0 to prevent the enabling of the Rom address decoder
273 Address = EFI_PCI_ADDRESS (Bus, Device, Function, RomBarIndex);
278 Address,
292 Address,
315 @param RomImage The ROM address of Image for check.
373 @param RomBase Base address of Option Rom.
572 base address for resource range. The legal range for this field is 0..5.
573 @param RomBar Base address of Option Rom.
605 // set the Rom base address: now is hardcode [all...] |
| PciResourceSupport.c | 27 @param Start Returned start address including VGA range.
59 @param Start Returned start address including ISA aliasing aperture.
1222 @param Base Base address of resource to be progammed.
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
| BootScriptInternalFormat.h | 51 UINT64 Address;
58 UINT64 Address;
66 UINT64 Address;
73 UINT64 Address;
81 UINT64 Address;
89 UINT64 Address;
97 UINT64 Address;
104 UINT64 Address;
139 UINT64 Address;
155 UINT64 Address;
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/ |
| FirmwarePerformanceDxe.c | 188 Allocate EfiReservedMemoryType below 4G memory address.
190 This function allocates EfiReservedMemoryType below 4G memory address.
194 @return Allocated address for output.
203 EFI_PHYSICAL_ADDRESS Address;
209 Address = 0xffffffff;
215 &Address
220 Buffer = (VOID *) (UINTN) Address;
293 // Fail to allocate at specified address, continue to allocate at any address.
297 DEBUG ((EFI_D_INFO, "FPDT: ACPI S3 Performance Table address = 0x%x\n", mAcpiS3PerformanceTable)); [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/ |
| AcpiS3ContextSave.c | 40 Allocate memory below 4G memory address.
42 This function allocates memory below 4G memory address.
47 @return Allocated address for output.
57 EFI_PHYSICAL_ADDRESS Address;
62 Address = 0xffffffff;
68 &Address
72 Buffer = (VOID *) (UINTN) Address;
324 @return Page table base address.
356 // Get physical address bits supported.
|
| S3SaveState.c | 41 UINT64 Address;
46 Address = VA_ARG (Marker, UINT64);
50 return S3BootScriptSaveIoWrite (Width, Address, Count, Buffer);
68 UINT64 Address;
73 Address = VA_ARG (Marker, UINT64);
77 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
96 UINT64 Address;
101 Address = VA_ARG (Marker, UINT64);
105 return S3BootScriptSaveMemWrite (Width, Address, Count, Buffer);
124 UINT64 Address;
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/ |
| SmmS3SaveState.c | 40 UINT64 Address;
45 Address = VA_ARG (Marker, UINT64);
49 return S3BootScriptSaveIoWrite (Width, Address, Count, Buffer);
67 UINT64 Address;
72 Address = VA_ARG (Marker, UINT64);
76 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
95 UINT64 Address;
100 Address = VA_ARG (Marker, UINT64);
104 return S3BootScriptSaveMemWrite (Width, Address, Count, Buffer);
123 UINT64 Address;
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/ |
| LoadFileOnFv2.c | 251 EFI_PHYSICAL_ADDRESS Address;
266 Fvb->GetPhysicalAddress (Fvb, &Address);
267 DEBUG ((DEBUG_INFO, "LoadFileOnFv2:Fvb->Address=%x \n", Address));
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/ |
| LightMemoryTest.c | 185 @param[in] StartAddress Starting address of the memory range to be tested.
297 @param[in] Start The memory range's start address.
311 EFI_PHYSICAL_ADDRESS Address;
313 Address = Start;
316 // Add 4G memory address check for IA32 platform
323 while (Address < (Start + Size)) {
324 CopyMem ((VOID *) (UINTN) Address, Private->MonoPattern, Private->MonoTestSize);
325 Address += Private->CoverageSpan;
345 @param[in] Start The memory range's start address.
359 EFI_PHYSICAL_ADDRESS Address;
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
| ArpImpl.c | 141 // The hardware type or the hardware address length doesn't match.
173 // This address (either hardware or protocol address, or both) is configured to
203 // The arp driver has the target address required by the received arp packet.
219 // Check whether the sender's address information is already in the cache.
247 // Add the triplet <protocol type, sender protocol address, sender hardware address>
537 @param[in] AddressOne Pointer to the first address to match.
538 @param[in] AddressTwo Pointer to the second address to match.
566 // The address is not the same. [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
| MnpImpl.h | 80 EFI_MAC_ADDRESS Address;
314 @param[in] MacAddress Pointer to the group address to join or leave.
352 @param[out] PktBuf Pointer to record the address of the packet.
486 Try to recycle all the transmitted buffer address from SNP.
490 @retval EFI_SUCCESS Successed to recyclethe transmitted buffer address.
491 @retval Others Failed to recyclethe transmitted buffer address.
635 Translates an IP multicast address to a hardware (MAC) multicast address. This
638 The McastIpToMac() function translates an IP multicast address to a hardware
639 (MAC) multicast address. This function may be implemented by calling the [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| Ip6Config.h | 41 /// instance manages if the link local IPv6 address generated from
43 /// Protocol uses is a duplicate address. The length of the interface
59 /// Address Detection on a tentative address. A value of zero
60 /// indicates that Duplicate Address Detection will not be performed
111 /// The size, in bytes, of the network interface's hardware address.
115 /// The hardware address for the network interface.
159 /// such as address, prefix and gateway settings from the EFI
169 /// The EFI IPv6 Protocol will use the IPv6 stateless address
170 /// autoconfiguration mechanism and/or the IPv6 stateful address
[all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
| Ip6Common.c | 21 only the address count is returned.
29 @retval EFI_SUCCESS The address array successfully built.
30 @retval EFI_OUT_OF_RESOURCES Failed to allocate the memory for the address info.
71 IP6_COPY_ADDRESS (&EfiAddrInfo->Address, &IpSb->LinkLocalAddr);
80 IP6_COPY_ADDRESS (&EfiAddrInfo->Address, &AddrInfo->Address);
102 @param[out] Ip6Addr The generated multicast address.
105 @retval EFI_SUCCESS The address is generated.
137 This function converts MAC address to 64 bits interface ID according to RFC4291
138 and returns the interface ID. Currently only 48-bit MAC address is supported by [all...] |
| /device/linaro/bootloader/edk2/Omap35xxPkg/Flash/ |
| Flash.c | 51 //Actual page address = Column address + Page address + Block address.
58 //BlockAddressStart = Start of the Block address in actual NAND
59 //PageAddressStart = Start of the Page address in actual NAND
73 UINT8 Address
76 MmioWrite16(GPMC_NAND_ADDRESS_0, Address);
93 UINTN Address
96 //Column address
[all...] |
| /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/ |
| QemuFwCfgLib.h | 86 UINT64 Address;
|
| /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/ |
| Linux.c | 106 EFI_PHYSICAL_ADDRESS Address;
108 Address = BASE_1GB;
113 &Address
116 return (VOID*)(UINTN) Address;
197 EFI_PHYSICAL_ADDRESS Address;
199 Address = 0xa0000;
204 &Address
207 return (VOID*)(UINTN) Address;
222 EFI_PHYSICAL_ADDRESS Address;
232 Address = (EFI_PHYSICAL_ADDRESS)(UINTN) Bp->hdr.ramdisk_max; [all...] |
| /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/ |
| Virtio10.c | 495 UINT64 Address;
500 Address = (UINTN)Ring->Desc;
503 sizeof Address, &Address);
508 Address = (UINTN)Ring->Avail.Flags;
511 sizeof Address, &Address);
516 Address = (UINTN)Ring->Used.Flags;
519 sizeof Address, &Address);
[all...] |