Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/components/tables/
H A Dtbxfroot.c273 UINT32 PhysicalAddress; in AcpiFindRootPointer() local
294 ACPI_MOVE_16_TO_32 (&PhysicalAddress, TablePtr); in AcpiFindRootPointer()
298 PhysicalAddress <<= 4; in AcpiFindRootPointer()
307 if (PhysicalAddress > 0x400 && in AcpiFindRootPointer()
308 PhysicalAddress < 0xA0000) in AcpiFindRootPointer()
317 0xA0000 - PhysicalAddress); in AcpiFindRootPointer()
323 (ACPI_PHYSICAL_ADDRESS) PhysicalAddress, in AcpiFindRootPointer()
329 PhysicalAddress, EbdaWindowSize)); in AcpiFindRootPointer()
342 PhysicalAddress += in AcpiFindRootPointer()
345 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
[all …]
/src/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c250 if (!Mm || (Address < Mm->PhysicalAddress) || in AcpiExSystemMemorySpaceHandler()
251 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)) in AcpiExSystemMemorySpaceHandler()
267 if (Address < Mm->PhysicalAddress) in AcpiExSystemMemorySpaceHandler()
272 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length) in AcpiExSystemMemorySpaceHandler()
320 Mm->PhysicalAddress = Address; in AcpiExSystemMemorySpaceHandler()
338 ((UINT64) Address - (UINT64) Mm->PhysicalAddress); in AcpiExSystemMemorySpaceHandler()
/src/sys/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c165 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
219 ACPI_PHYSICAL_ADDRESS PhysicalAddress, in AcpiHwSetFirmwareWakingVector() argument
235 Facs->FirmwareWakingVector = (UINT32) PhysicalAddress; in AcpiHwSetFirmwareWakingVector()
274 ACPI_PHYSICAL_ADDRESS PhysicalAddress, in AcpiSetFirmwareWakingVector() argument
283 PhysicalAddress, PhysicalAddress64); in AcpiSetFirmwareWakingVector()
/src/sys/dev/acpica/Osd/
H A DOsdMemory.c56 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Length) in AcpiOsMapMemory() argument
58 return (pmap_mapbios((vm_offset_t)PhysicalAddress, Length)); in AcpiOsMapMemory()
69 ACPI_PHYSICAL_ADDRESS *PhysicalAddress) in AcpiOsGetPhysicalAddress() argument
/src/sys/dev/hptmv/
H A Dcommand.h91 ADDRESS PhysicalAddress; member
/src/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h376 ACPI_PHYSICAL_ADDRESS *PhysicalAddress);
H A Dacpixf.h1307 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
H A Dactypes.h1469 ACPI_PHYSICAL_ADDRESS PhysicalAddress; member
H A Dactbl2.h3853 UINT64 PhysicalAddress; member
/src/stand/efi/include/amd64/
H A Dpe.h235 UINT32 PhysicalAddress; member
/src/sys/dev/acpica/
H A Dacpi_apei.c98 uint64_t PhysicalAddress; member
193 printf(" Physical Address: 0x%jx\n", p->PhysicalAddress); in apei_mem_handler()
/src/stand/efi/include/i386/
H A Dpe.h235 UINT32 PhysicalAddress; member
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h183 support::ubig32_t PhysicalAddress;
196 support::ubig64_t PhysicalAddress;
/src/sys/contrib/edk2/Include/IndustryStandard/
H A DPeImage.h298 UINT32 PhysicalAddress; member
H A DAcpi50.h1304 UINT64 PhysicalAddress; member
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1013 W.printNumber("NumberOfRelocations", Sec.PhysicalAddress); in printOverflowSectionHeader()
1026 W.printHex("PhysicalAddress", Sec.PhysicalAddress); in printGenericSectionHeader()
/src/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1011 return Sec.PhysicalAddress; in getNumberOfRelocationEntries()