Home
last modified time | relevance | path

Searched refs:ACPI_CAST64 (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/include/acpica/
A Dacmacros.h56 #define ACPI_CAST64(ptr) ACPI_CAST_PTR (UINT64, (ptr)) macro
60 #define ACPI_GET64(ptr) (*ACPI_CAST64 (ptr))
64 #define ACPI_SET64(ptr, val) (*ACPI_CAST64 (ptr) = (UINT64) (val))
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosefitbl.c687 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST64 (TableData)); in OslListTables()
849 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST64 (TableData)); in OslGetTable()
A Doslinuxtbl.c873 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST64 (TableData)); in OslListBiosTables()
1040 (ACPI_PHYSICAL_ADDRESS) (*ACPI_CAST64 (TableData)); in OslGetBiosTable()

Completed in 586 milliseconds