Lines Matching full:tables
123 Booting using ACPI tables
125 The only defined method for passing ACPI tables to the kernel on Arm
129 When an Arm system boots, it can either have DT information, ACPI tables,
132 present, the kernel will try to use ACPI tables, but only if they are present.
134 on the command line, the kernel will attempt to use ACPI tables first, but
135 fall back to DT if there are no ACPI tables present. The basic idea is that
138 Processing of ACPI tables may be disabled by passing acpi=off on the kernel
141 In order for the kernel to load and use ACPI tables, the UEFI implementation
145 kernel has, in effect, determined that ACPI tables are not present at that
151 The ACPI core will then locate and map in all other ACPI tables provided by
154 ACPI tables provided by the system firmware; the ACPI core will then traverse
155 this table and map in the tables listed.
173 tables (all section numbers refer to the ACPI 6.5 specification):
207 - If NUMA is supported, the following tables are required:
217 tables are conditionally required:
259 If the above tables are not all present, the kernel may or may not be
261 devices available. This list of tables is not meant to be all inclusive;
262 in some environments other tables may be needed (e.g., any of the APEI
263 tables from section 18) to support specific functionality.
301 ACPI tables are described with a formal language called ASL, the ACPI
413 and avoid having to read special non-standard values from ACPI tables. Further,
517 vendors that provide bad ACPI tables or violate the standards in some way.
542 Detailed expectations for ACPI tables and object are listed in the file