|
XenevaOS
|
#include <Hal/basicacpi.h>#include <stdint.h>#include <Mm/kmalloc.h>#include <_null.h>#include <Mm/vmmngr.h>#include <Hal/AA64/gic.h>#include <aucon.h>
Classes | |
| struct | _rsdp2_ |
| ACPI version 1.0 structures. More... | |
Typedefs | |
| typedef struct _rsdp2_ | acpiRsdp2 |
| ACPI version 1.0 structures. | |
Functions | |
| uint8_t * | search_s5 (acpiDsdt *header) |
| void | AuACPIParseMADT () |
| void | AuACPIInitialise (void *acpi_base) |
| acpiMcfg * | AuACPIGetMCFG () |
| bool | AuACPIPCIESupported () |
| void * | AuACPIGetRSDP () |
Variables | |
| AuroraBasicACPI * | __AuroraBasicAcpi |
| bool | __PCIESupported |
| void * | __ACPIRSDP |
| acpiMcfg * AuACPIGetMCFG | ( | ) |
AuACPIGetMCFG – Returns the mcfg table from basic acpi
| void * AuACPIGetRSDP | ( | ) |
| void AuACPIInitialise | ( | void * | acpi_base | ) |
| void AuACPIParseMADT | ( | ) |
| bool AuACPIPCIESupported | ( | ) |
| void* __ACPIRSDP |
| AuroraBasicACPI* __AuroraBasicAcpi |
| bool __PCIESupported |