| /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
| AcpiPlatform.c | 175 UINT32 *Address;
199 Address = (UINT32 *) (DsdtPointer + 6);
200 *Address = (UINT32) (UINTN) mGlobalNvsArea.Area;
207 // Update processor PBLK register I/O base address
213 // The 3rd parameter will be updated to the actual PBLK I/O base address.
290 CurrPtr = CurrPtr + 8; // Size of Local APIC Address & Flag
413 FadtHeader2->XPm1aEvtBlk.Address = FadtHeader2->Pm1aEvtBlk;
414 FadtHeader2->XPm1aCntBlk.Address = FadtHeader2->Pm1aCntBlk;
415 FadtHeader2->XPmTmrBlk.Address = FadtHeader2->PmTmrBlk;
416 FadtHeader2->XGpe0Blk.Address = FadtHeader2->Gpe0Blk; [all...] |
| /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/ |
| AcpiSmmPlatform.c | 21 #define PCILIB_TO_COMMON_ADDRESS(Address) \
22 ((UINT64) ((((UINTN) ((Address>>20) & 0xff)) << 24) + (((UINTN) ((Address>>15) & 0x1f)) << 16) + (((UINTN) ((Address>>12) & 0x07)) << 8) + ((UINTN) (Address & 0xfff ))))
162 Allocate EfiACPIMemoryNVS below 4G memory address.
164 This function allocates EfiACPIMemoryNVS below 4G memory address.
168 @return Allocated address for output.
177 EFI_PHYSICAL_ADDRESS Address;
182 Address = 0xffffffff; [all...] |
| /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
| QNCInit.c | 89 Allocate EfiACPIMemoryNVS below 4G memory address.
91 This function allocates EfiACPIMemoryNVS below 4G memory address.
95 @return Allocated address for output.
104 EFI_PHYSICAL_ADDRESS Address;
109 Address = 0xffffffff;
115 &Address
121 Buffer = (VOID *) (UINTN) Address;
205 // Set the base address of CPU S3 data to PcdCpuS3DataAddress
287 @param BaseAddress Base address of the space.
|
| /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
| SDMediaDevice.h | 86 UINT16 Address;
261 @param RegisterAddress Register Address.
395 @param LBA The starting logical block address to read from on the device.
421 @param LBA The starting logical block address to read from on the device.
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| Mm.c | 61 from a SHELL_MM_PCI or SHELL_MM_PCIE format of address..
63 @param[in] PciFormat Whether the address is of PCI format of PCIE format.
64 @param[in] Address SHELL_MM_PCI or SHELL_MM_PCIE address.
74 IN UINT64 Address,
84 // PCI Configuration Space.The address will have the format 0x000000ssbbddffrr,
87 *Segment = (UINT32) (RShiftU64 (Address, 32) & 0xFF);
88 *Bus = (UINT8) (((UINT32) Address) >> 24);
91 *Device = (UINT8) (((UINT32) Address) >> 16);
94 *Function = (UINT8) (((UINT32) Address) >> 8); [all...] |
| /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/ |
| DxeMpLib.c | 324 EFI_PHYSICAL_ADDRESS Address;
347 Address = BASE_4GB - 1;
352 &Address
355 mReservedApLoopFunc = (VOID *) (UINTN) Address;
357 mReservedTopOfApStack = (UINTN) Address + EFI_PAGES_TO_SIZE (EFI_SIZE_TO_PAGES (ApSafeBufferSize));
450 content is set to address of the buffer
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
| SmmProfileInternal.h | 100 UINT64 Address;
125 Check if the memory address will be mapped by 4KB-page.
127 @param Address The address of Memory.
132 IN EFI_PHYSICAL_ADDRESS Address
136 Check if the memory address will be mapped by 4KB-page.
138 @param Address The address of Memory.
144 IN EFI_PHYSICAL_ADDRESS Address,
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
| AcpiPlatformHooks.c | 421 UINT32 *Address;
495 Address = (UINT32 *) (DsdtPointer + 6);
496 *Address = (UINT32) (UINTN) mGlobalNvsArea.Area;
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/ |
| FirmwareUpdate.c | 54 IN EFI_PHYSICAL_ADDRESS Address,
61 if (Address >= mRegionInfo[Index].Base &&
62 Address < (mRegionInfo[Index].Base + mRegionInfo[Index].Size)
77 IN EFI_PHYSICAL_ADDRESS Address
87 Status = GetRegionIndex (Address, &Index);
97 IN EFI_PHYSICAL_ADDRESS Address,
104 Status = GetRegionIndex (Address, &Index);
222 // Parse the MAC address here.
231 // Save the MAC address to mInputData.MacValue.
277 EFI_PHYSICAL_ADDRESS Address;
[all...] |
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/ |
| ScriptSave.c | 50 UINT64 Address;
55 Address = VA_ARG (Marker, UINT64);
59 return S3BootScriptSaveIoWrite (Width, Address, Count, Buffer);
78 UINT64 Address;
83 Address = VA_ARG (Marker, UINT64);
87 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
106 UINT64 Address;
111 Address = VA_ARG (Marker, UINT64);
115 return S3BootScriptSaveMemWrite (Width, Address, Count, Buffer);
134 UINT64 Address;
[all...] |
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
| FvbSmmDxe.c | 304 Retrieves the physical address of the FVB instance.
307 @param[out] Address Output buffer containing the address.
309 @retval EFI_SUCCESS Get the address successfully.
310 @retval Others Failed to get address.
316 OUT EFI_PHYSICAL_ADDRESS *Address
339 SmmFvbPhysicalAddressHeader->Address = 0;
349 *Address = SmmFvbPhysicalAddressHeader->Address;
357 Retrieves the physical address of the FVB instance. [all...] |
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
| HwWatchdogTimerHob.h | 81 // The Generic Address Structure is defined in the ACPI Specification and should only be
108 UINT64 Address;
112 // GAS_SYSTEM_MEMORY - When used as the AddressSpaceId, the 64-bit physical memory address
114 // GAS_SYSTEM_IO - The 64-bit I/O address of the register. 32-bit platforms must have
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
| Recovery.c | 134 EFI_PHYSICAL_ADDRESS Address;
262 &Address
271 Buffer = (UINT8 *) (UINTN) Address;
|
| /external/google-breakpad/src/common/ |
| module.h | 64 typedef uint64_t Address; 71 // absolute, not relative to the the module's load address. That 72 // is, if the module were loaded at its nominal load address, the 90 Function(const string &name_input, const Address &address_input) : 91 name(name_input), address(address_input), size(0), parameter_size(0) {} 93 // For sorting by address. (Not style-guide compliant, but it's 96 return x->address < y->address; 102 // The start address and length of the function's code. 103 const Address address member in struct:google_breakpad::Module::Function 122 Address address, size; \/\/ The address and size of the line's code. member in struct:google_breakpad::Module::Line 130 const Address address; member in struct:google_breakpad::Module::Extern 150 Address address, size; member in struct:google_breakpad::Module::StackFrameEntry [all...] |
| /external/llvm/include/llvm/Object/ |
| RelocVisitor.h | 275 uint64_t Address = R.getOffset(); 276 return RelocToApply(Value - Address, 4); 289 uint64_t Address = R.getOffset(); 290 return RelocToApply(Value + Addend - Address, 4);
|
| /external/llvm/include/llvm/ObjectYAML/ |
| ELFYAML.h | 99 llvm::yaml::Hex64 Address;
|
| /external/llvm/lib/Target/Mips/ |
| MipsLongBranch.cpp | 54 uint64_t Size, Address; 520 uint64_t Address = 0; 522 for (I = MBBInfos.begin(); I != E; Address += I->Size, ++I) 523 I->Address = Address;
|
| /external/llvm/lib/Target/SystemZ/ |
| SystemZLongBranch.cpp | 40 // (1) Work out the address that each block would have if no branches 44 // (2) Work out the address that each block would have if all branches 47 // (3) Walk through the block calculating the final address of each instruction 49 // this check uses the final address of the target block, as calculated 51 // address of the target block that was calculated in (2). Both checks 75 // The address that we currently assume the block has. 76 uint64_t Address; 90 : Address(0), Size(0), Alignment(0), NumTerminators(0) {} 99 // The address that we currently assume the terminator has. 100 uint64_t Address; [all...] |
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| radeon_dataflow_deadcode.c | 36 unsigned char Address; 88 dst->Address = a->Address | b->Address; 132 return &s->R.Address;
|
| /external/mockito/src/test/java/org/mockitousage/stubbing/ |
| DeepStubbingTest.java | 28 Address address; field in class:DeepStubbingTest.Person 30 public Address getAddress() { 31 return address; 34 public Address getAddress(String addressName) { 35 return address; 43 static class Address { 294 // 1st invocation on Address mock (stubbing) 297 // 2nd invocation on Address mock (real) 299 // 3rd invocation on Address mock (verification [all...] |
| /external/python/cpython3/Lib/email/ |
| headerregistry.py | 16 class Address: 19 """Create an object representing a full email address. 21 An address can have a 'display_name', a 'username', and a 'domain'. In 28 An Address object has display_name, username, domain, and addr_spec 35 # application program creates an Address object using an addr_spec 69 """The addr_spec (username@domain) portion of the address, quoted 110 """Create an object representing an address group. 112 An address group consists of a display_name followed by colon and a 113 list of addresses (see Address) terminated by a semi-colon. The Group 115 Address objects. A Group can also be used to represent a singl 388 def address(self): member in class:SingleAddressHeader [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
| FunctionLoweringInfo.cpp | 121 const Value *Address = DI->getAddress(); 122 if (Address) { 123 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) 124 Address = BCI->getOperand(0); 125 if (const AllocaInst *AI = dyn_cast<AllocaInst>(Address)) { 147 // Transfer the address-taken flag. This is necessary because there could
|
| /external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
| DWARFDebugLine.h | 47 // program opcodes that alter the address register first multiply their 94 uint64_t Address; 115 // A boolean indicating that the current address is that of the 119 // A boolean indicating that the current address is one (of possibly 123 // A boolean indicating that the current address is one (of possibly 136 uint32_t lookupAddress(uint64_t address, uint64_t cu_high_pc) const;
|
| /external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
| llvm-nm.cpp | 88 cl::desc("Sort symbols by address"));
100 cl::desc("Show symbol size instead of address"));
115 uint64_t Address;
122 if (a.Address < b.Address)
124 else if (a.Address == b.Address && a.Name < b.Name)
189 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
194 if (i->Address != object::UnknownAddressOrSize)
195 format("%08"PRIx64, i->Address).print(SymbolAddrStr, sizeof(SymbolAddrStr)); [all...] |
| /external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
| llvm-objdump.cpp | 184 uint64_t Address; 185 if (error(si->getOffset(Address))) break; 188 Symbols.push_back(std::make_pair(Address, Name)); 192 // Sort the symbols by address, just in case they didn't come in that way. 206 // Sort relocations by address. 272 // This symbol has the same address as the next symbol. Skip it. 304 // Stop when rel_cur's address is past the current instruction. 335 uint64_t address; 339 if (error(ri->getAddress(address))) continue; 341 outs() << address << " " << relocname << " " << valuestr << "\n" [all...] |