Enum uacpi_table_installation_disposition

enum uacpi_table_installation_disposition {
  UACPI_TABLE_INSTALLATION_DISPOSITON_ALLOW,
  UACPI_TABLE_INSTALLATION_DISPOSITON_DENY,
  UACPI_TABLE_INSTALLATION_DISPOSITON_VIRTUAL_OVERRIDE,
  UACPI_TABLE_INSTALLATION_DISPOSITON_PHYSICAL_OVERRIDE
};

Values

UACPI_TABLE_INSTALLATION_DISPOSITON_ALLOW
UACPI_TABLE_INSTALLATION_DISPOSITON_DENY
Deny the table from being installed completely. This is useful for
debugging various problems, e.g. AML loading bad SSDTs that cause the system to hang or enter an undesired state.
UACPI_TABLE_INSTALLATION_DISPOSITON_VIRTUAL_OVERRIDE
Override the table being installed with the table at the virtual address
returned in 'out_override_address'.
UACPI_TABLE_INSTALLATION_DISPOSITON_PHYSICAL_OVERRIDE
Override the table being installed with the table at the physical address
returned in 'out_override_address'.