| /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/ |
| BlockIo.c | 62 @param Lba The starting logical block address to read from on the device.
92 UINT64 Address;
133 Address = Private->BlockMmio->BaseAddress;
134 Address += MultU64x32 (Lba, Media->BlockSize);
147 Address,
165 @param Lba The starting logical block address to read from on the device.
212 @param Lba The starting logical block address to be written.
|
| /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Guid/ |
| QuarkCapsuleGuid.h | 30 UINT64 Address;
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| Dmem.c | 47 @param[in] Address The starting address to display.
52 IN CONST VOID *Address,
73 Status = PciRbIo->Mem.Read(PciRbIo, EfiPciWidthUint8, (UINT64)(UINTN)Address, Size, Buffer);
78 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_DMEM_MMIO_HEADER_ROW), gShellDebug1HiiHandle, (UINT64)(UINTN)Address, Size);
79 DumpHex(2, (UINTN)Address, Size, Buffer);
108 VOID *Address;
120 Address = NULL;
151 Address = gST;
154 if (!ShellIsHexOrDecimalNumber(Temp1, TRUE, FALSE) || EFI_ERROR(ShellConvertStringToUint64(Temp1, (UINT64*)&Address, TRUE, FALSE))) { [all...] |
| /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/ |
| PiSmmCommunicationSmm.c | 147 Allocate EfiACPIMemoryNVS below 4G memory address.
149 This function allocates EfiACPIMemoryNVS below 4G memory address.
153 @return Allocated address for output.
162 EFI_PHYSICAL_ADDRESS Address;
167 Address = 0xffffffff;
173 &Address
177 Buffer = (VOID *) (UINTN) Address;
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/ |
| BiosIdLib.c | 231 VOID *Address = NULL;
240 &Address,
249 if (Address != NULL) {
253 Address,
257 // GetImage () allocated buffer for Address, now clear it.
259 gBS->FreePool (Address);
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugArangeSet.h | 32 // The size in bytes of an address on the target architecture. For segmented 33 // addressing, this is the size of the offset portion of the address. 36 // If the target system uses a flat address space, this value is 0. 41 uint64_t Address; 43 uint64_t getEndAddress() const { return Address + Length; }
|
| DWARFDebugAranges.h | 24 uint32_t findAddress(uint64_t Address) const; 51 bool containsAddress(uint64_t Address) const { 52 return LowPC <= Address && Address < HighPC(); 58 uint64_t LowPC; // Start of address range. 59 uint32_t Length; // End of address range (not including this address). 64 uint64_t Address; 68 RangeEndpoint(uint64_t Address, uint32_t CUOffset, bool IsRangeStart) 69 : Address(Address), CUOffset(CUOffset), IsRangeStart(IsRangeStart) { [all...] |
| /external/llvm/include/llvm/ExecutionEngine/ |
| JITEventListener.h | 38 /// The address at which the current line changes. 39 uintptr_t Address; 49 /// The list of line boundary information, sorted by address. 72 /// with section headers updated to reflect the address at which sections
|
| /external/llvm/include/llvm/Support/ |
| Memory.h | 24 /// This class encapsulates the notion of a memory block which has an address 31 MemoryBlock() : Address(nullptr), Size(0) { } 32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { } 33 void *base() const { return Address; } 37 void *Address; ///< Address of first byte of memory area 59 /// The actual allocated address is not guaranteed to be near the requested 60 /// address. 71 /// If the address following \p NearBlock is not so aligned, it will be
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| SyntaxHighlighting.h | 20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator, Macro };
|
| /external/llvm/lib/Object/ |
| SymbolSize.cpp | 22 uint64_t Address; 31 return A->Address - B->Address; 70 uint64_t Address = Sec.getAddress(); 73 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); 83 // If multiple symbol have the same address, give both the same size. 85 while (NextI < N && Addresses[NextI].Address == P.Address) 88 uint64_t Size = Addresses[NextI].Address - P.Address; [all...] |
| /external/nist-sip/java/javax/sip/address/ |
| Address.java | 1 package javax.sip.address; 6 public interface Address extends Cloneable, Serializable {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDebugArangeSet.h | 33 /// The size in bytes of an address on the target architecture. For segmented 34 /// addressing, this is the size of the offset portion of the address. 37 /// If the target system uses a flat address space, this value is 0. 42 uint64_t Address; 45 uint64_t getEndAddress() const { return Address + Length; }
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| Memory.h | 24 /// This class encapsulates the notion of a memory block which has an address 31 MemoryBlock() : Address(nullptr), Size(0) { } 32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { } 33 void *base() const { return Address; } 37 void *Address; ///< Address of first byte of memory area 59 /// The actual allocated address is not guaranteed to be near the requested 60 /// address. 71 /// If the address following \p NearBlock is not so aligned, it will be
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| Memory.h | 24 /// This class encapsulates the notion of a memory block which has an address 31 MemoryBlock() : Address(nullptr), Size(0) { } 32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { } 33 void *base() const { return Address; } 37 void *Address; ///< Address of first byte of memory area 59 /// The actual allocated address is not guaranteed to be near the requested 60 /// address. 71 /// If the address following \p NearBlock is not so aligned, it will be
|
| /external/syzkaller/vendor/google.golang.org/grpc/resolver/ |
| resolver.go | 63 // AddressType indicates the address type returned by name resolution. 67 // Backend indicates the address is for a backend server. 69 // GRPCLB indicates the address is for a grpclb load balancer. 73 // Address represents a server the client connects to. 75 type Address struct { 76 // Addr is the server address on which a connection will be established. 78 // Type is the type of this address. 80 // ServerName is the name of this address. 107 // The address list should be the complete list of resolved addresses. 108 NewAddress(addresses []Address) [all...] |
| /art/libartbase/base/ |
| atomic.h | 117 // Returns the address of the current atomic variable. This is only used by futex() which is 118 // declared to take a volatile address (see base/mutex-inl.h). 119 volatile T* Address() {
|
| /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/ |
| PcatIo.c | 65 UINTN Address;
77 Address = (UINTN) UserAddress;
80 if ( Address < PrivateData->IoBase || Address > PrivateData->IoLimit ) {
93 if ( Address & AlignMask ) {
107 Address += PrivateData->PhysicalIoBase;
115 for (; Count > 0; Count--, Buffer.buf += OutStride, Address += InStride) {
117 *Buffer.ui8 = PORT_TO_MEM8(Address);
123 for (; Count > 0; Count--, Buffer.buf += OutStride, Address += InStride) {
126 Data16 = PORT_TO_MEM16(Address);
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/ |
| SmmScriptLib.c | 46 UINT64 Address;
51 Address = VA_ARG (Marker, UINT64);
59 Address,
80 UINT64 Address;
85 Address = VA_ARG (Marker, UINT64);
93 Address,
114 UINT64 Address;
119 Address = VA_ARG (Marker, UINT64);
127 Address,
148 UINT64 Address;
[all...] |
| /device/linaro/bootloader/edk2/FatPkg/FatPei/ |
| FatLiteApi.c | 255 EFI_PHYSICAL_ADDRESS Address;
266 &Address
272 PrivateData = (PEI_FAT_PRIVATE_DATA *) (UINTN) Address;
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/ |
| Thunk.c | 50 @param Stack Base address of stack
122 @param CodeStart Start address of code.
123 @param CodeEnd End address of code
297 UINTN *Address;
357 Address = (UINTN *) TempData;
358 IaOffset = 0xFFFF & (*Address);
359 IaSegment = 0xFFFF & ((*Address) >> 16);
|
| /device/linaro/bootloader/edk2/IntelSiliconPkg/Include/IndustryStandard/ |
| FirmwareInterfaceTable.h | 37 #define FIT_POINTER_ADDRESS 0xFFFFFFC0 ///< Fixed address at 4G - 40h
47 Address is the base address of the firmware component
50 UINT64 Address;
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/ |
| EmmcHcMem.c | 34 EFI_PHYSICAL_ADDRESS Address;
68 &Address
74 ZeroMem ((VOID*)(UINTN)Address, EFI_PAGES_TO_SIZE (Pages));
76 Block->Buf = (UINT8*)((UINTN)Address);
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/ |
| SdHcMem.c | 34 EFI_PHYSICAL_ADDRESS Address;
68 &Address
74 ZeroMem ((VOID*)(UINTN)Address, EFI_PAGES_TO_SIZE (Pages));
76 Block->Buf = (UINT8*)((UINTN)Address);
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/ |
| UfsHcMem.c | 34 EFI_PHYSICAL_ADDRESS Address;
68 &Address
74 ZeroMem ((VOID*)(UINTN)Address, EFI_PAGES_TO_SIZE (Pages));
76 Block->Buf = (UINT8*)((UINTN)Address);
|