Lines Matching full:override
22 * override - Whether override should be performed
28 * table override mechanism is called to allow the host
35 u8 override, u32 *table_index) in acpi_tb_install_table_with_override() argument
46 * ACPI Table Override: in acpi_tb_install_table_with_override()
48 * Before we install the table, let the host OS override it with a new in acpi_tb_install_table_with_override()
52 if (override) { in acpi_tb_install_table_with_override()
85 * override - Whether override should be performed
102 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument
161 acpi_tb_install_table_with_override(&new_table_desc, override, in acpi_tb_install_standard_table()
193 * DESCRIPTION: Attempt table override by calling the OSL override functions.
210 /* (1) Attempt logical override (returns a logical address) */ in acpi_tb_override_table()
222 /* (2) Attempt physical override (returns a physical address) */ in acpi_tb_override_table()
234 return; /* There was no override */ in acpi_tb_override_table()
248 " %s table override, new table: 0x%8.8X%8.8X", in acpi_tb_override_table()