Searched refs:acpi_descriptor_header (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/boot/platform/efi/
H A Dacpi.h15 acpi_descriptor_header *acpi_find_table(const char *signature);
H A Dacpi.cpp38 static acpi_descriptor_header* sAcpiRsdt; // System Description Table
39 static acpi_descriptor_header* sAcpiXsdt; // Extended System Description Table
74 acpi_validate_rsdt(acpi_descriptor_header* rsdt)
97 acpi_descriptor_header* rsdt = NULL;
99 rsdt = (acpi_descriptor_header*)(addr_t)rsdp->xsdt_address;
112 rsdt = (acpi_descriptor_header*)(addr_t)rsdp->rsdt_address;
146 acpi_descriptor_header*
147 acpi_find_table_generic(const char* signature, acpi_descriptor_header* acpiSdt)
154 sNumEntries = (acpiSdt->length - sizeof(acpi_descriptor_header))
167 + sizeof(acpi_descriptor_header));
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dacpi.h21 acpi_descriptor_header *acpi_find_table(const char *signature);
H A Dacpi.cpp35 static acpi_descriptor_header* sAcpiRsdt; // System Description Table
36 static acpi_descriptor_header* sAcpiXsdt; // Extended System Description Table
71 acpi_validate_rsdt(acpi_descriptor_header* rsdt)
95 acpi_descriptor_header* rsdt = NULL;
98 rsdt = (acpi_descriptor_header*)mmu_map_physical_memory(
113 rsdt = (acpi_descriptor_header*)mmu_map_physical_memory(
114 rsdp->rsdt_address, sizeof(acpi_descriptor_header),
121 mmu_free(rsdt, sizeof(acpi_descriptor_header));
130 mmu_free(rsdt, sizeof(acpi_descriptor_header));
131 rsdt = (acpi_descriptor_header*)mmu_map_physical_memor
[all...]
/haiku/src/add-ons/kernel/drivers/timer/
H A Darch_acpi.h38 typedef struct acpi_descriptor_header { struct
48 } _PACKED acpi_descriptor_header; typedef in typeref:struct:acpi_descriptor_header
51 acpi_descriptor_header header; /* "APIC" signature */
H A Dhpet.h101 acpi_descriptor_header header; /* "HPET" signature and acpi header */
/haiku/headers/private/kernel/
H A Dacpi.h40 typedef struct acpi_descriptor_header { struct
50 } _PACKED acpi_descriptor_header; typedef in typeref:struct:acpi_descriptor_header
53 acpi_descriptor_header header; /* "APIC" signature */
254 acpi_descriptor_header header;
268 acpi_descriptor_header header;
/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h108 acpi_descriptor_header header; /* "HPET" signature and acpi header */

Completed in 565 milliseconds