Home
last modified time | relevance | path

Searched defs:acpi_table_fadt (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/lib/
H A Dacpi.h76 struct acpi_table_fadt { struct
78 u32 firmware_ctrl; /* Physical address of FACS */
79 u32 dsdt; /* Physical address of DSDT */
80 u8 model; /* System Interrupt Model */
81 u8 reserved1; /* Reserved */
82 u16 sci_int; /* System vector of SCI interrupt */
83 u32 smi_cmd; /* Port address of SMI command port */
84 u8 acpi_enable; /* Value to write to smi_cmd to enable ACPI */
85 u8 acpi_disable; /* Value to write to smi_cmd to disable ACPI */
86 u8 S4bios_req; /* Value to write to SMI CMD to enter S4BIOS state */
[all …]