Searched refs:PhysicalAddress (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/tables/ |
H A D | tbxfroot.c | 273 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 …]
|
/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exregion.c | 251 if (!Mm || (Address < Mm->PhysicalAddress) || in AcpiExSystemMemorySpaceHandler() 252 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)) in AcpiExSystemMemorySpaceHandler() 268 if (Address < Mm->PhysicalAddress) in AcpiExSystemMemorySpaceHandler() 273 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length) in AcpiExSystemMemorySpaceHandler() 339 Mm->PhysicalAddress = Address; in AcpiExSystemMemorySpaceHandler() 357 ((UINT64) Address - (UINT64) Mm->PhysicalAddress); in AcpiExSystemMemorySpaceHandler()
|
/freebsd/sys/contrib/dev/acpica/components/hardware/ |
H A D | hwxfsleep.c | 166 ACPI_PHYSICAL_ADDRESS PhysicalAddress, 228 ACPI_PHYSICAL_ADDRESS PhysicalAddress, in AcpiHwSetFirmwareWakingVector() argument 244 Facs->FirmwareWakingVector = (UINT32) PhysicalAddress; in AcpiHwSetFirmwareWakingVector() 283 ACPI_PHYSICAL_ADDRESS PhysicalAddress, in AcpiSetFirmwareWakingVector() argument 292 PhysicalAddress, PhysicalAddress64); in AcpiSetFirmwareWakingVector()
|
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdMemory.c | 56 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
|
/freebsd/sys/dev/hptmv/ |
H A D | command.h | 91 ADDRESS PhysicalAddress; member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acpiosxf.h | 376 ACPI_PHYSICAL_ADDRESS *PhysicalAddress);
|
H A D | acpixf.h | 1301 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
|
H A D | actypes.h | 1467 ACPI_PHYSICAL_ADDRESS PhysicalAddress; member
|
/freebsd/stand/efi/include/amd64/ |
H A D | pe.h | 235 UINT32 PhysicalAddress; member
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_apei.c | 99 uint64_t PhysicalAddress; member 194 printf(" Physical Address: 0x%jx\n", p->PhysicalAddress); in apei_mem_handler()
|
/freebsd/stand/efi/include/i386/ |
H A D | pe.h | 235 UINT32 PhysicalAddress; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | XCOFFObjectFile.h | 183 support::ubig32_t PhysicalAddress; 196 support::ubig64_t PhysicalAddress;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | XCOFFDumper.cpp | 1013 W.printNumber("NumberOfRelocations", Sec.PhysicalAddress); in printOverflowSectionHeader() 1026 W.printHex("PhysicalAddress", Sec.PhysicalAddress); in printGenericSectionHeader()
|
/freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
H A D | Acpi50.h | 1294 UINT64 PhysicalAddress; member
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 1011 return Sec.PhysicalAddress; in getNumberOfRelocationEntries()
|