Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/tables/
H A Dtbxfroot.c273 UINT32 PhysicalAddress; in AcpiFindRootPointer() local
293 ACPI_MOVE_16_TO_32 (&PhysicalAddress, TablePtr); in AcpiFindRootPointer()
297 PhysicalAddress <<= 4; in AcpiFindRootPointer()
302 if (PhysicalAddress > 0x400) in AcpiFindRootPointer()
309 (ACPI_PHYSICAL_ADDRESS) PhysicalAddress, in AcpiFindRootPointer()
315 PhysicalAddress, ACPI_EBDA_WINDOW_SIZE)); in AcpiFindRootPointer()
328 PhysicalAddress += in AcpiFindRootPointer()
331 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
360 PhysicalAddress = (UINT32) in AcpiFindRootPointer()
363 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
/f-stack/freebsd/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c166 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()
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexregion.c251 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()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacpiosxf.h376 ACPI_PHYSICAL_ADDRESS *PhysicalAddress);
H A Dactbl3.h707 ACPI_GENERIC_ADDRESS PhysicalAddress; member
H A Dacpixf.h1282 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
H A Dactypes.h1445 ACPI_PHYSICAL_ADDRESS PhysicalAddress; member
H A Dactbl2.h1268 ACPI_GENERIC_ADDRESS PhysicalAddress; member
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbinfo3.c544 {ACPI_DMT_GAS, ACPI_VRTC0_OFFSET (PhysicalAddress), "PhysicalAddress", 0},
H A Ddmtbinfo2.c927 {ACPI_DMT_GAS, ACPI_MTMR0_OFFSET (PhysicalAddress), "PhysicalAddress", 0},
/f-stack/freebsd/contrib/edk2/Include/IndustryStandard/
H A DAcpi50.h1294 UINT64 PhysicalAddress; member