Home
last modified time | relevance | path

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

12

/trueos/sys/contrib/dev/acpica/components/tables/
HDtbutils.c54 static ACPI_PHYSICAL_ADDRESS
226 static ACPI_PHYSICAL_ADDRESS
244 return ((ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST_PTR (UINT32, TableEntry))); in AcpiTbGetRootTableEntry()
266 return ((ACPI_PHYSICAL_ADDRESS) (Address64)); in AcpiTbGetRootTableEntry()
290 ACPI_PHYSICAL_ADDRESS RsdpAddress) in AcpiTbParseRootTable()
297 ACPI_PHYSICAL_ADDRESS Address; in AcpiTbParseRootTable()
329 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->XsdtPhysicalAddress; in AcpiTbParseRootTable()
336 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.c180 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallFixedTable()
252 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallStandardTable()
421 ACPI_PHYSICAL_ADDRESS Address; in AcpiTbOverrideTable()
HDtbfadt.c378 AcpiTbInstallFixedTable ((ACPI_PHYSICAL_ADDRESS) AcpiGbl_FADT.XDsdt, in AcpiTbParseFadt()
385 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()
HDtbxfload.c228 ACPI_PHYSICAL_ADDRESS Address, in AcpiInstallTable()
/trueos/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.h652 ACPI_PHYSICAL_ADDRESS Address,
661 ACPI_PHYSICAL_ADDRESS Address,
670 ACPI_PHYSICAL_ADDRESS Address,
679 ACPI_PHYSICAL_ADDRESS Address,
688 ACPI_PHYSICAL_ADDRESS Address,
697 ACPI_PHYSICAL_ADDRESS Address,
706 ACPI_PHYSICAL_ADDRESS Address,
716 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
1169 ACPI_PHYSICAL_ADDRESS Address,
1309 ACPI_PHYSICAL_ADDRESS Address;
1310 ACPI_PHYSICAL_ADDRESS MappedPhysicalAddress;
HDacpixf.h458 ACPI_PHYSICAL_ADDRESS Address,
476 ACPI_PHYSICAL_ADDRESS Address,
506 ACPI_PHYSICAL_ADDRESS *RsdpAddress))
/trueos/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 …]
/trueos/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()
/trueos/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()
/trueos/sys/x86/acpica/
HDOsdEnvironment.c71 ACPI_PHYSICAL_ADDRESS acpi_root; in acpi_get_root_from_memory()
79 ACPI_PHYSICAL_ADDRESS
/trueos/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()
/trueos/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()
/trueos/sys/ia64/acpica/
HDmadt.c114 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in ia64_probe_sapics()
204 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in ia64_count_cpus()
HDOsdEnvironment.c69 ACPI_PHYSICAL_ADDRESS
HDacpi_machdep.c72 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table()
/trueos/sys/contrib/dev/acpica/components/hardware/
HDhwxface.c171 Status = AcpiOsReadMemory ((ACPI_PHYSICAL_ADDRESS) in ACPI_EXPORT_SYMBOL()
265 Status = AcpiOsWriteMemory ((ACPI_PHYSICAL_ADDRESS) in ACPI_EXPORT_SYMBOL()
HDhwregs.c198 Status = AcpiOsReadMemory ((ACPI_PHYSICAL_ADDRESS) in AcpiHwRead()
259 Status = AcpiOsWriteMemory ((ACPI_PHYSICAL_ADDRESS) in AcpiHwWrite()
/trueos/sys/dev/acpica/
HDacpi_ec.c224 ACPI_PHYSICAL_ADDRESS Address,
745 EcSpaceHandler(UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 Width, in EcSpaceHandler()
749 ACPI_PHYSICAL_ADDRESS EcAddr; in EcSpaceHandler()

12