Home
last modified time | relevance | path

Searched refs:ACPI_PHYSICAL_ADDRESS (Results 1 – 25 of 38) sorted by relevance

12

/NextBSD/sys/contrib/dev/acpica/components/tables/
HDtbutils.c54 static ACPI_PHYSICAL_ADDRESS
239 static ACPI_PHYSICAL_ADDRESS
257 return ((ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST_PTR (UINT32, TableEntry))); in AcpiTbGetRootTableEntry()
279 return ((ACPI_PHYSICAL_ADDRESS) (Address64)); in AcpiTbGetRootTableEntry()
303 ACPI_PHYSICAL_ADDRESS RsdpAddress) in AcpiTbParseRootTable()
310 ACPI_PHYSICAL_ADDRESS Address; in AcpiTbParseRootTable()
342 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->XsdtPhysicalAddress; in AcpiTbParseRootTable()
349 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->RsdtPhysicalAddress; in AcpiTbParseRootTable()
HDtbxfroot.c161 ACPI_PHYSICAL_ADDRESS *TableAddress) in AcpiFindRootPointer()
174 (ACPI_PHYSICAL_ADDRESS) ACPI_EBDA_PTR_LOCATION, in AcpiFindRootPointer()
201 (ACPI_PHYSICAL_ADDRESS) PhysicalAddress, in AcpiFindRootPointer()
221 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
230 (ACPI_PHYSICAL_ADDRESS) ACPI_HI_RSDP_WINDOW_BASE, in AcpiFindRootPointer()
252 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress; in AcpiFindRootPointer()
HDtbinstal.c188 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallFixedTable()
262 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallStandardTable()
424 ACPI_PHYSICAL_ADDRESS Address; in AcpiTbOverrideTable()
HDtbfadt.c378 AcpiTbInstallFixedTable ((ACPI_PHYSICAL_ADDRESS) AcpiGbl_FADT.XDsdt, in AcpiTbParseFadt()
387 AcpiTbInstallFixedTable ((ACPI_PHYSICAL_ADDRESS) AcpiGbl_FADT.Facs, in AcpiTbParseFadt()
392 AcpiTbInstallFixedTable ((ACPI_PHYSICAL_ADDRESS) AcpiGbl_FADT.XFacs, in AcpiTbParseFadt()
HDtbdata.c71 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInitTableDescriptor()
206 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbAcquireTempTable()
HDtbprint.c141 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbPrintTableHeader()
/NextBSD/sys/contrib/dev/acpica/include/
HDacpiosxf.h104 ACPI_PHYSICAL_ADDRESS
127 ACPI_PHYSICAL_ADDRESS *NewAddress,
252 ACPI_PHYSICAL_ADDRESS Where,
267 ACPI_PHYSICAL_ADDRESS *PhysicalAddress);
390 ACPI_PHYSICAL_ADDRESS Address,
398 ACPI_PHYSICAL_ADDRESS Address,
504 ACPI_PHYSICAL_ADDRESS *Address);
513 ACPI_PHYSICAL_ADDRESS *Address);
519 ACPI_PHYSICAL_ADDRESS Address,
HDactables.h80 ACPI_PHYSICAL_ADDRESS Address,
87 ACPI_PHYSICAL_ADDRESS Address,
171 ACPI_PHYSICAL_ADDRESS Address,
216 ACPI_PHYSICAL_ADDRESS Address,
245 ACPI_PHYSICAL_ADDRESS Address,
251 ACPI_PHYSICAL_ADDRESS RsdpAddress);
HDacinterp.h686 ACPI_PHYSICAL_ADDRESS Address,
695 ACPI_PHYSICAL_ADDRESS Address,
704 ACPI_PHYSICAL_ADDRESS Address,
713 ACPI_PHYSICAL_ADDRESS Address,
722 ACPI_PHYSICAL_ADDRESS Address,
731 ACPI_PHYSICAL_ADDRESS Address,
740 ACPI_PHYSICAL_ADDRESS Address,
750 ACPI_PHYSICAL_ADDRESS Address,
HDactypes.h166 typedef UINT64 ACPI_PHYSICAL_ADDRESS; typedef
213 typedef UINT32 ACPI_PHYSICAL_ADDRESS; typedef
223 typedef UINT64 ACPI_PHYSICAL_ADDRESS; typedef
1170 ACPI_PHYSICAL_ADDRESS Address,
1316 ACPI_PHYSICAL_ADDRESS Address;
1317 ACPI_PHYSICAL_ADDRESS MappedPhysicalAddress;
HDacpixf.h474 ACPI_PHYSICAL_ADDRESS Address,
492 ACPI_PHYSICAL_ADDRESS Address,
522 ACPI_PHYSICAL_ADDRESS *RsdpAddress))
1085 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
1086 ACPI_PHYSICAL_ADDRESS PhysicalAddress64))
HDacutils.h959 ACPI_PHYSICAL_ADDRESS Address,
971 ACPI_PHYSICAL_ADDRESS Address,
/NextBSD/usr.sbin/acpi/acpidb/
HDacpidb.c67 ACPI_PHYSICAL_ADDRESS addr;
76 ACPI_PHYSICAL_ADDRESS AeLocalGetRootPointer(void);
82 ACPI_PHYSICAL_ADDRESS addr,
85 ACPI_PHYSICAL_ADDRESS addr,
88 ACPI_PHYSICAL_ADDRESS addr,
95 ACPI_PHYSICAL_ADDRESS
134 aml_simulate_regcontent_add(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 value) in aml_simulate_regcontent_add()
151 aml_simulate_regcontent_read(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 *valuep) in aml_simulate_regcontent_read()
170 aml_simulate_regcontent_write(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 *valuep) in aml_simulate_regcontent_write()
295 ACPI_PHYSICAL_ADDRESS Address, in aml_vm_space_handler()
[all …]
/NextBSD/sys/contrib/dev/acpica/components/hardware/
HDhwxfsleep.c58 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
59 ACPI_PHYSICAL_ADDRESS PhysicalAddress64);
111 ACPI_PHYSICAL_ADDRESS PhysicalAddress, in AcpiHwSetFirmwareWakingVector()
112 ACPI_PHYSICAL_ADDRESS PhysicalAddress64) in AcpiHwSetFirmwareWakingVector()
166 ACPI_PHYSICAL_ADDRESS PhysicalAddress, in AcpiSetFirmwareWakingVector()
167 ACPI_PHYSICAL_ADDRESS PhysicalAddress64) in AcpiSetFirmwareWakingVector()
HDhwregs.c198 Status = AcpiOsReadMemory ((ACPI_PHYSICAL_ADDRESS) in AcpiHwRead()
259 Status = AcpiOsWriteMemory ((ACPI_PHYSICAL_ADDRESS) in AcpiHwWrite()
HDhwxface.c171 Status = AcpiOsReadMemory ((ACPI_PHYSICAL_ADDRESS) in ACPI_EXPORT_SYMBOL()
265 Status = AcpiOsWriteMemory ((ACPI_PHYSICAL_ADDRESS) in ACPI_EXPORT_SYMBOL()
/NextBSD/sys/dev/acpica/Osd/
HDOsdMemory.c58 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Length) in AcpiOsMapMemory()
71 ACPI_PHYSICAL_ADDRESS *PhysicalAddress) in AcpiOsGetPhysicalAddress()
90 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) in AcpiOsReadMemory()
119 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) in AcpiOsWriteMemory()
HDOsdTable.c103 ACPI_PHYSICAL_ADDRESS *NewAddress, UINT32 *NewTableLength) in AcpiOsPhysicalTableOverride()
/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexregion.c74 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemMemorySpaceHandler()
325 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemIoSpaceHandler()
390 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciConfigSpaceHandler()
470 ACPI_PHYSICAL_ADDRESS Address, in AcpiExCmosSpaceHandler()
507 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciBarSpaceHandler()
544 ACPI_PHYSICAL_ADDRESS Address, in AcpiExDataTableSpaceHandler()
/NextBSD/sys/x86/acpica/
HDOsdEnvironment.c71 ACPI_PHYSICAL_ADDRESS acpi_root; in acpi_get_root_from_memory()
79 ACPI_PHYSICAL_ADDRESS
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutaddress.c80 ACPI_PHYSICAL_ADDRESS Address, in AcpiUtAddAddressRange()
222 ACPI_PHYSICAL_ADDRESS Address, in AcpiUtCheckAddressRange()
227 ACPI_PHYSICAL_ADDRESS EndAddress; in AcpiUtCheckAddressRange()
/NextBSD/sys/contrib/dev/acpica/os_specific/service_layers/
HDosunixxf.c259 ACPI_PHYSICAL_ADDRESS
357 ACPI_PHYSICAL_ADDRESS *NewAddress, in AcpiOsPhysicalTableOverride()
581 ACPI_PHYSICAL_ADDRESS where, in AcpiOsMapMemory()
1309 ACPI_PHYSICAL_ADDRESS Address, in AcpiOsReadMemory()
1348 ACPI_PHYSICAL_ADDRESS Address, in AcpiOsWriteMemory()
/NextBSD/sys/arm64/acpica/
HDOsdEnvironment.c68 ACPI_PHYSICAL_ADDRESS
HDacpi_machdep.c144 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table()
/NextBSD/sys/dev/acpica/
HDacpi_ec.c221 ACPI_PHYSICAL_ADDRESS Address,
742 EcSpaceHandler(UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 Width, in EcSpaceHandler()
746 ACPI_PHYSICAL_ADDRESS EcAddr; in EcSpaceHandler()

12