Symbol: acpi_descriptor_header
headers/private/kernel/acpi.h
255
acpi_descriptor_header header;
headers/private/kernel/acpi.h
271
acpi_descriptor_header header;
headers/private/kernel/acpi.h
301
acpi_descriptor_header header;
headers/private/kernel/acpi.h
54
acpi_descriptor_header header; /* "APIC" signature */
headers/private/kernel/arch/x86/arch_hpet.h
108
acpi_descriptor_header header; /* "HPET" signature and acpi header */
src/add-ons/kernel/drivers/timer/arch_acpi.h
51
acpi_descriptor_header header; /* "APIC" signature */
src/add-ons/kernel/drivers/timer/hpet.h
101
acpi_descriptor_header header; /* "HPET" signature and acpi header */
src/system/boot/platform/bios_ia32/acpi.cpp
100
rsdt = (acpi_descriptor_header*)mmu_map_physical_memory(
src/system/boot/platform/bios_ia32/acpi.cpp
115
rsdt = (acpi_descriptor_header*)mmu_map_physical_memory(
src/system/boot/platform/bios_ia32/acpi.cpp
116
rsdp->rsdt_address, sizeof(acpi_descriptor_header),
src/system/boot/platform/bios_ia32/acpi.cpp
123
mmu_free(rsdt, sizeof(acpi_descriptor_header));
src/system/boot/platform/bios_ia32/acpi.cpp
132
mmu_free(rsdt, sizeof(acpi_descriptor_header));
src/system/boot/platform/bios_ia32/acpi.cpp
133
rsdt = (acpi_descriptor_header*)mmu_map_physical_memory(
src/system/boot/platform/bios_ia32/acpi.cpp
154
acpi_descriptor_header*
src/system/boot/platform/bios_ia32/acpi.cpp
155
acpi_find_table_generic(const char* signature, acpi_descriptor_header* acpiSdt)
src/system/boot/platform/bios_ia32/acpi.cpp
163
- sizeof(acpi_descriptor_header))
src/system/boot/platform/bios_ia32/acpi.cpp
176
+ sizeof(acpi_descriptor_header));
src/system/boot/platform/bios_ia32/acpi.cpp
178
acpi_descriptor_header* header = NULL;
src/system/boot/platform/bios_ia32/acpi.cpp
180
header = (acpi_descriptor_header*)
src/system/boot/platform/bios_ia32/acpi.cpp
182
sizeof(acpi_descriptor_header), kDefaultPageFlags);
src/system/boot/platform/bios_ia32/acpi.cpp
191
mmu_free(header, sizeof(acpi_descriptor_header));
src/system/boot/platform/bios_ia32/acpi.cpp
208
mmu_free(header, sizeof(acpi_descriptor_header));
src/system/boot/platform/bios_ia32/acpi.cpp
210
return (acpi_descriptor_header*)mmu_map_physical_memory(
src/system/boot/platform/bios_ia32/acpi.cpp
215
acpi_descriptor_header*
src/system/boot/platform/bios_ia32/acpi.cpp
37
static acpi_descriptor_header* sAcpiRsdt; // System Description Table
src/system/boot/platform/bios_ia32/acpi.cpp
38
static acpi_descriptor_header* sAcpiXsdt; // Extended System Description Table
src/system/boot/platform/bios_ia32/acpi.cpp
73
acpi_validate_rsdt(acpi_descriptor_header* rsdt)
src/system/boot/platform/bios_ia32/acpi.cpp
97
acpi_descriptor_header* rsdt = NULL;
src/system/boot/platform/bios_ia32/acpi.h
21
acpi_descriptor_header *acpi_find_table(const char *signature);
src/system/boot/platform/efi/acpi.cpp
112
rsdt = (acpi_descriptor_header*)(addr_t)rsdp->rsdt_address;
src/system/boot/platform/efi/acpi.cpp
146
acpi_descriptor_header*
src/system/boot/platform/efi/acpi.cpp
147
acpi_find_table_generic(const char* signature, acpi_descriptor_header* acpiSdt)
src/system/boot/platform/efi/acpi.cpp
154
sNumEntries = (acpiSdt->length - sizeof(acpi_descriptor_header))
src/system/boot/platform/efi/acpi.cpp
167
+ sizeof(acpi_descriptor_header));
src/system/boot/platform/efi/acpi.cpp
169
acpi_descriptor_header* header = NULL;
src/system/boot/platform/efi/acpi.cpp
171
header = (acpi_descriptor_header*)(addr_t)*pointer;
src/system/boot/platform/efi/acpi.cpp
187
acpi_descriptor_header*
src/system/boot/platform/efi/acpi.cpp
38
static acpi_descriptor_header* sAcpiRsdt; // System Description Table
src/system/boot/platform/efi/acpi.cpp
39
static acpi_descriptor_header* sAcpiXsdt; // Extended System Description Table
src/system/boot/platform/efi/acpi.cpp
74
acpi_validate_rsdt(acpi_descriptor_header* rsdt)
src/system/boot/platform/efi/acpi.cpp
97
acpi_descriptor_header* rsdt = NULL;
src/system/boot/platform/efi/acpi.cpp
99
rsdt = (acpi_descriptor_header*)(addr_t)rsdp->xsdt_address;
src/system/boot/platform/efi/acpi.h
15
acpi_descriptor_header *acpi_find_table(const char *signature);