Home | History | Annotate | Download | only in tables

Lines Matching refs:Override

165  *              Override                - Whether override should be performed
171 * table override mechanism is called to allow the host
180 BOOLEAN Override,
194 * ACPI Table Override:
196 * Before we install the table, let the host OS override it with a new
200 if (Override)
233 * Override - Whether override should be performed
252 BOOLEAN Override,
317 AcpiTbInstallTableWithOverride (&NewTableDesc, Override, TableIndex);
349 * DESCRIPTION: Attempt table override by calling the OSL override functions.
369 /* (1) Attempt logical override (returns a logical address) */
380 /* (2) Attempt physical override (returns a physical address) */
392 return; /* There was no override */
408 " %s table override, new table: 0x%8.8X%8.8X",