acdisasm.h revision 1.29 1 1.1 jruoho /******************************************************************************
2 1.1 jruoho *
3 1.1 jruoho * Name: acdisasm.h - AML disassembler
4 1.1 jruoho *
5 1.1 jruoho *****************************************************************************/
6 1.1 jruoho
7 1.29 christos /******************************************************************************
8 1.29 christos *
9 1.29 christos * 1. Copyright Notice
10 1.29 christos *
11 1.29 christos * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp.
12 1.1 jruoho * All rights reserved.
13 1.1 jruoho *
14 1.29 christos * 2. License
15 1.29 christos *
16 1.29 christos * 2.1. This is your license from Intel Corp. under its intellectual property
17 1.29 christos * rights. You may have additional license terms from the party that provided
18 1.29 christos * you this software, covering your right to use that party's intellectual
19 1.29 christos * property rights.
20 1.29 christos *
21 1.29 christos * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22 1.29 christos * copy of the source code appearing in this file ("Covered Code") an
23 1.29 christos * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24 1.29 christos * base code distributed originally by Intel ("Original Intel Code") to copy,
25 1.29 christos * make derivatives, distribute, use and display any portion of the Covered
26 1.29 christos * Code in any form, with the right to sublicense such rights; and
27 1.29 christos *
28 1.29 christos * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29 1.29 christos * license (with the right to sublicense), under only those claims of Intel
30 1.29 christos * patents that are infringed by the Original Intel Code, to make, use, sell,
31 1.29 christos * offer to sell, and import the Covered Code and derivative works thereof
32 1.29 christos * solely to the minimum extent necessary to exercise the above copyright
33 1.29 christos * license, and in no event shall the patent license extend to any additions
34 1.29 christos * to or modifications of the Original Intel Code. No other license or right
35 1.29 christos * is granted directly or by implication, estoppel or otherwise;
36 1.29 christos *
37 1.29 christos * The above copyright and patent license is granted only if the following
38 1.29 christos * conditions are met:
39 1.29 christos *
40 1.29 christos * 3. Conditions
41 1.29 christos *
42 1.29 christos * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 1.29 christos * Redistribution of source code of any substantial portion of the Covered
44 1.29 christos * Code or modification with rights to further distribute source must include
45 1.29 christos * the above Copyright Notice, the above License, this list of Conditions,
46 1.29 christos * and the following Disclaimer and Export Compliance provision. In addition,
47 1.29 christos * Licensee must cause all Covered Code to which Licensee contributes to
48 1.29 christos * contain a file documenting the changes Licensee made to create that Covered
49 1.29 christos * Code and the date of any change. Licensee must include in that file the
50 1.29 christos * documentation of any changes made by any predecessor Licensee. Licensee
51 1.29 christos * must include a prominent statement that the modification is derived,
52 1.29 christos * directly or indirectly, from Original Intel Code.
53 1.29 christos *
54 1.29 christos * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 1.29 christos * Redistribution of source code of any substantial portion of the Covered
56 1.29 christos * Code or modification without rights to further distribute source must
57 1.29 christos * include the following Disclaimer and Export Compliance provision in the
58 1.29 christos * documentation and/or other materials provided with distribution. In
59 1.29 christos * addition, Licensee may not authorize further sublicense of source of any
60 1.29 christos * portion of the Covered Code, and must include terms to the effect that the
61 1.29 christos * license from Licensee to its licensee is limited to the intellectual
62 1.29 christos * property embodied in the software Licensee provides to its licensee, and
63 1.29 christos * not to intellectual property embodied in modifications its licensee may
64 1.29 christos * make.
65 1.29 christos *
66 1.29 christos * 3.3. Redistribution of Executable. Redistribution in executable form of any
67 1.29 christos * substantial portion of the Covered Code or modification must reproduce the
68 1.29 christos * above Copyright Notice, and the following Disclaimer and Export Compliance
69 1.29 christos * provision in the documentation and/or other materials provided with the
70 1.29 christos * distribution.
71 1.29 christos *
72 1.29 christos * 3.4. Intel retains all right, title, and interest in and to the Original
73 1.29 christos * Intel Code.
74 1.29 christos *
75 1.29 christos * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76 1.29 christos * Intel shall be used in advertising or otherwise to promote the sale, use or
77 1.29 christos * other dealings in products derived from or relating to the Covered Code
78 1.29 christos * without prior written authorization from Intel.
79 1.29 christos *
80 1.29 christos * 4. Disclaimer and Export Compliance
81 1.29 christos *
82 1.29 christos * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83 1.29 christos * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84 1.29 christos * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
85 1.29 christos * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
86 1.29 christos * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
87 1.29 christos * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
88 1.29 christos * PARTICULAR PURPOSE.
89 1.29 christos *
90 1.29 christos * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91 1.29 christos * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92 1.29 christos * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93 1.29 christos * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94 1.29 christos * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95 1.29 christos * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
96 1.29 christos * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
97 1.29 christos * LIMITED REMEDY.
98 1.29 christos *
99 1.29 christos * 4.3. Licensee shall not export, either directly or indirectly, any of this
100 1.29 christos * software or system incorporating such software without first obtaining any
101 1.29 christos * required license or other approval from the U. S. Department of Commerce or
102 1.29 christos * any other agency or department of the United States Government. In the
103 1.29 christos * event Licensee exports any such software from the United States or
104 1.29 christos * re-exports any such software from a foreign destination, Licensee shall
105 1.29 christos * ensure that the distribution and export/re-export of the software is in
106 1.29 christos * compliance with all laws, regulations, orders, or other restrictions of the
107 1.29 christos * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108 1.29 christos * any of its subsidiaries will export/re-export any technical data, process,
109 1.29 christos * software, or service, directly or indirectly, to any country for which the
110 1.29 christos * United States government or any agency thereof requires an export license,
111 1.29 christos * other governmental approval, or letter of assurance, without first obtaining
112 1.29 christos * such license, approval or letter.
113 1.29 christos *
114 1.29 christos *****************************************************************************
115 1.29 christos *
116 1.29 christos * Alternatively, you may choose to be licensed under the terms of the
117 1.29 christos * following license:
118 1.29 christos *
119 1.3 jruoho * Redistribution and use in source and binary forms, with or without
120 1.3 jruoho * modification, are permitted provided that the following conditions
121 1.3 jruoho * are met:
122 1.3 jruoho * 1. Redistributions of source code must retain the above copyright
123 1.3 jruoho * notice, this list of conditions, and the following disclaimer,
124 1.3 jruoho * without modification.
125 1.3 jruoho * 2. Redistributions in binary form must reproduce at minimum a disclaimer
126 1.3 jruoho * substantially similar to the "NO WARRANTY" disclaimer below
127 1.3 jruoho * ("Disclaimer") and any redistribution must be conditioned upon
128 1.3 jruoho * including a substantially similar Disclaimer requirement for further
129 1.3 jruoho * binary redistribution.
130 1.3 jruoho * 3. Neither the names of the above-listed copyright holders nor the names
131 1.3 jruoho * of any contributors may be used to endorse or promote products derived
132 1.3 jruoho * from this software without specific prior written permission.
133 1.3 jruoho *
134 1.3 jruoho * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
135 1.3 jruoho * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
136 1.21 christos * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
137 1.3 jruoho * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
138 1.29 christos * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
139 1.29 christos * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
140 1.29 christos * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
141 1.29 christos * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
142 1.29 christos * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
143 1.29 christos * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
144 1.29 christos * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
145 1.29 christos *
146 1.29 christos * Alternatively, you may choose to be licensed under the terms of the
147 1.29 christos * GNU General Public License ("GPL") version 2 as published by the Free
148 1.29 christos * Software Foundation.
149 1.29 christos *
150 1.29 christos *****************************************************************************/
151 1.1 jruoho
152 1.1 jruoho #ifndef __ACDISASM_H__
153 1.1 jruoho #define __ACDISASM_H__
154 1.1 jruoho
155 1.1 jruoho #include "amlresrc.h"
156 1.1 jruoho
157 1.1 jruoho
158 1.1 jruoho #define BLOCK_NONE 0
159 1.1 jruoho #define BLOCK_PAREN 1
160 1.1 jruoho #define BLOCK_BRACE 2
161 1.1 jruoho #define BLOCK_COMMA_LIST 4
162 1.2 jruoho #define ACPI_DEFAULT_RESNAME *(const UINT32 *) "__RD"
163 1.1 jruoho
164 1.3 jruoho /*
165 1.3 jruoho * Raw table data header. Used by disassembler and data table compiler.
166 1.3 jruoho * Do not change.
167 1.3 jruoho */
168 1.3 jruoho #define ACPI_RAW_TABLE_DATA_HEADER "Raw Table Data"
169 1.3 jruoho
170 1.1 jruoho
171 1.8 christos typedef struct acpi_dmtable_info
172 1.1 jruoho {
173 1.1 jruoho UINT8 Opcode;
174 1.5 christos UINT16 Offset;
175 1.1 jruoho char *Name;
176 1.1 jruoho UINT8 Flags;
177 1.1 jruoho
178 1.1 jruoho } ACPI_DMTABLE_INFO;
179 1.1 jruoho
180 1.5 christos /* Values for Flags field above */
181 1.5 christos
182 1.1 jruoho #define DT_LENGTH 0x01 /* Field is a subtable length */
183 1.1 jruoho #define DT_FLAG 0x02 /* Field is a flag value */
184 1.1 jruoho #define DT_NON_ZERO 0x04 /* Field must be non-zero */
185 1.5 christos #define DT_OPTIONAL 0x08 /* Field is optional */
186 1.5 christos #define DT_DESCRIBES_OPTIONAL 0x10 /* Field describes an optional field (length, etc.) */
187 1.5 christos #define DT_COUNT 0x20 /* Currently not used */
188 1.1 jruoho
189 1.1 jruoho /*
190 1.1 jruoho * Values for Opcode above.
191 1.5 christos * Note: 0-7 must not change, they are used as a flag shift value. Other
192 1.5 christos * than those, new values can be added wherever appropriate.
193 1.1 jruoho */
194 1.5 christos typedef enum
195 1.5 christos {
196 1.5 christos /* Simple Data Types */
197 1.5 christos
198 1.5 christos ACPI_DMT_FLAG0 = 0,
199 1.5 christos ACPI_DMT_FLAG1 = 1,
200 1.5 christos ACPI_DMT_FLAG2 = 2,
201 1.5 christos ACPI_DMT_FLAG3 = 3,
202 1.5 christos ACPI_DMT_FLAG4 = 4,
203 1.5 christos ACPI_DMT_FLAG5 = 5,
204 1.5 christos ACPI_DMT_FLAG6 = 6,
205 1.5 christos ACPI_DMT_FLAG7 = 7,
206 1.5 christos ACPI_DMT_FLAGS0,
207 1.5 christos ACPI_DMT_FLAGS1,
208 1.5 christos ACPI_DMT_FLAGS2,
209 1.25 christos ACPI_DMT_FLAGS8_2,
210 1.5 christos ACPI_DMT_FLAGS4,
211 1.14 christos ACPI_DMT_FLAGS4_0,
212 1.14 christos ACPI_DMT_FLAGS4_4,
213 1.14 christos ACPI_DMT_FLAGS4_8,
214 1.14 christos ACPI_DMT_FLAGS4_12,
215 1.14 christos ACPI_DMT_FLAGS16_16,
216 1.5 christos ACPI_DMT_UINT8,
217 1.5 christos ACPI_DMT_UINT16,
218 1.5 christos ACPI_DMT_UINT24,
219 1.5 christos ACPI_DMT_UINT32,
220 1.5 christos ACPI_DMT_UINT40,
221 1.5 christos ACPI_DMT_UINT48,
222 1.5 christos ACPI_DMT_UINT56,
223 1.5 christos ACPI_DMT_UINT64,
224 1.5 christos ACPI_DMT_BUF7,
225 1.5 christos ACPI_DMT_BUF10,
226 1.11 christos ACPI_DMT_BUF12,
227 1.5 christos ACPI_DMT_BUF16,
228 1.23 christos ACPI_DMT_BUF18,
229 1.28 christos ACPI_DMT_BUF32,
230 1.28 christos ACPI_DMT_BUF112,
231 1.5 christos ACPI_DMT_BUF128,
232 1.5 christos ACPI_DMT_SIG,
233 1.5 christos ACPI_DMT_STRING,
234 1.5 christos ACPI_DMT_NAME4,
235 1.5 christos ACPI_DMT_NAME6,
236 1.5 christos ACPI_DMT_NAME8,
237 1.5 christos
238 1.5 christos /* Types that are decoded to strings and miscellaneous */
239 1.5 christos
240 1.5 christos ACPI_DMT_ACCWIDTH,
241 1.5 christos ACPI_DMT_CHKSUM,
242 1.5 christos ACPI_DMT_GAS,
243 1.5 christos ACPI_DMT_SPACEID,
244 1.5 christos ACPI_DMT_UNICODE,
245 1.5 christos ACPI_DMT_UUID,
246 1.5 christos
247 1.5 christos /* Types used only for the Data Table Compiler */
248 1.5 christos
249 1.5 christos ACPI_DMT_BUFFER,
250 1.7 christos ACPI_DMT_RAW_BUFFER, /* Large, multiple line buffer */
251 1.5 christos ACPI_DMT_DEVICE_PATH,
252 1.5 christos ACPI_DMT_LABEL,
253 1.5 christos ACPI_DMT_PCI_PATH,
254 1.5 christos
255 1.5 christos /* Types that are specific to particular ACPI tables */
256 1.5 christos
257 1.23 christos ACPI_DMT_AEST,
258 1.23 christos ACPI_DMT_AEST_CACHE,
259 1.23 christos ACPI_DMT_AEST_GIC,
260 1.23 christos ACPI_DMT_AEST_RES,
261 1.23 christos ACPI_DMT_AEST_XFACE,
262 1.23 christos ACPI_DMT_AEST_XRUPT,
263 1.24 christos ACPI_DMT_AGDI,
264 1.5 christos ACPI_DMT_ASF,
265 1.27 christos ACPI_DMT_ASPT,
266 1.26 christos ACPI_DMT_CDAT,
267 1.21 christos ACPI_DMT_CEDT,
268 1.5 christos ACPI_DMT_DMAR,
269 1.6 christos ACPI_DMT_DMAR_SCOPE,
270 1.5 christos ACPI_DMT_EINJACT,
271 1.5 christos ACPI_DMT_EINJINST,
272 1.5 christos ACPI_DMT_ERSTACT,
273 1.5 christos ACPI_DMT_ERSTINST,
274 1.5 christos ACPI_DMT_FADTPM,
275 1.6 christos ACPI_DMT_GTDT,
276 1.5 christos ACPI_DMT_HEST,
277 1.5 christos ACPI_DMT_HESTNTFY,
278 1.5 christos ACPI_DMT_HESTNTYP,
279 1.14 christos ACPI_DMT_HMAT,
280 1.8 christos ACPI_DMT_IORTMEM,
281 1.5 christos ACPI_DMT_IVRS,
282 1.22 christos ACPI_DMT_IVRS_DE,
283 1.22 christos ACPI_DMT_IVRS_UNTERMINATED_STRING,
284 1.6 christos ACPI_DMT_LPIT,
285 1.5 christos ACPI_DMT_MADT,
286 1.27 christos ACPI_DMT_MPAM_LOCATOR,
287 1.8 christos ACPI_DMT_NFIT,
288 1.29 christos ACPI_DMT_NHLT1,
289 1.29 christos ACPI_DMT_NHLT1a,
290 1.29 christos ACPI_DMT_NHLT1b,
291 1.29 christos ACPI_DMT_NHLT1c,
292 1.29 christos ACPI_DMT_NHLT1d,
293 1.29 christos ACPI_DMT_NHLT1e,
294 1.29 christos ACPI_DMT_NHLT1f,
295 1.5 christos ACPI_DMT_PCCT,
296 1.21 christos ACPI_DMT_PHAT,
297 1.5 christos ACPI_DMT_PMTT,
298 1.21 christos ACPI_DMT_PMTT_VENDOR,
299 1.14 christos ACPI_DMT_PPTT,
300 1.22 christos ACPI_DMT_RGRT,
301 1.27 christos ACPI_DMT_RHCT,
302 1.14 christos ACPI_DMT_SDEI,
303 1.15 christos ACPI_DMT_SDEV,
304 1.5 christos ACPI_DMT_SLIC,
305 1.5 christos ACPI_DMT_SRAT,
306 1.15 christos ACPI_DMT_TPM2,
307 1.21 christos ACPI_DMT_VIOT,
308 1.23 christos ACPI_DMT_WPBT_UNICODE,
309 1.5 christos
310 1.5 christos /* Special opcodes */
311 1.5 christos
312 1.5 christos ACPI_DMT_EXTRA_TEXT,
313 1.5 christos ACPI_DMT_EXIT
314 1.5 christos
315 1.5 christos } ACPI_ENTRY_TYPES;
316 1.1 jruoho
317 1.1 jruoho typedef
318 1.1 jruoho void (*ACPI_DMTABLE_HANDLER) (
319 1.1 jruoho ACPI_TABLE_HEADER *Table);
320 1.1 jruoho
321 1.1 jruoho typedef
322 1.1 jruoho ACPI_STATUS (*ACPI_CMTABLE_HANDLER) (
323 1.1 jruoho void **PFieldList);
324 1.1 jruoho
325 1.1 jruoho typedef struct acpi_dmtable_data
326 1.1 jruoho {
327 1.1 jruoho char *Signature;
328 1.1 jruoho ACPI_DMTABLE_INFO *TableInfo;
329 1.1 jruoho ACPI_DMTABLE_HANDLER TableHandler;
330 1.1 jruoho ACPI_CMTABLE_HANDLER CmTableHandler;
331 1.3 jruoho const unsigned char *Template;
332 1.1 jruoho
333 1.1 jruoho } ACPI_DMTABLE_DATA;
334 1.1 jruoho
335 1.1 jruoho
336 1.1 jruoho typedef struct acpi_op_walk_info
337 1.1 jruoho {
338 1.9 christos ACPI_WALK_STATE *WalkState;
339 1.9 christos ACPI_PARSE_OBJECT *MappingOp;
340 1.9 christos UINT8 *PreviousAml;
341 1.9 christos UINT8 *StartAml;
342 1.1 jruoho UINT32 Level;
343 1.1 jruoho UINT32 LastLevel;
344 1.1 jruoho UINT32 Count;
345 1.1 jruoho UINT32 BitOffset;
346 1.1 jruoho UINT32 Flags;
347 1.9 christos UINT32 AmlOffset;
348 1.1 jruoho
349 1.1 jruoho } ACPI_OP_WALK_INFO;
350 1.1 jruoho
351 1.1 jruoho /*
352 1.1 jruoho * TBD - another copy of this is in asltypes.h, fix
353 1.1 jruoho */
354 1.1 jruoho #ifndef ASL_WALK_CALLBACK_DEFINED
355 1.1 jruoho typedef
356 1.1 jruoho ACPI_STATUS (*ASL_WALK_CALLBACK) (
357 1.1 jruoho ACPI_PARSE_OBJECT *Op,
358 1.1 jruoho UINT32 Level,
359 1.1 jruoho void *Context);
360 1.1 jruoho #define ASL_WALK_CALLBACK_DEFINED
361 1.1 jruoho #endif
362 1.1 jruoho
363 1.5 christos typedef
364 1.5 christos void (*ACPI_RESOURCE_HANDLER) (
365 1.6 christos ACPI_OP_WALK_INFO *Info,
366 1.5 christos AML_RESOURCE *Resource,
367 1.5 christos UINT32 Length,
368 1.5 christos UINT32 Level);
369 1.1 jruoho
370 1.1 jruoho typedef struct acpi_resource_tag
371 1.1 jruoho {
372 1.1 jruoho UINT32 BitIndex;
373 1.1 jruoho char *Tag;
374 1.1 jruoho
375 1.1 jruoho } ACPI_RESOURCE_TAG;
376 1.1 jruoho
377 1.1 jruoho /* Strings used for decoding flags to ASL keywords */
378 1.1 jruoho
379 1.1 jruoho extern const char *AcpiGbl_WordDecode[];
380 1.1 jruoho extern const char *AcpiGbl_IrqDecode[];
381 1.1 jruoho extern const char *AcpiGbl_LockRule[];
382 1.1 jruoho extern const char *AcpiGbl_AccessTypes[];
383 1.1 jruoho extern const char *AcpiGbl_UpdateRules[];
384 1.1 jruoho extern const char *AcpiGbl_MatchOps[];
385 1.1 jruoho
386 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestHdr[];
387 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestProcError[];
388 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestCacheRsrc[];
389 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestTlbRsrc[];
390 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestGenRsrc[];
391 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestMemError[];
392 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestSmmuError[];
393 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestVendorError[];
394 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestVendorV2Error[];
395 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestGicError[];
396 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestPCIeError[];
397 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestProxyError[];
398 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestXface[];
399 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestXfaceHeader[];
400 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestXface4k[];
401 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestXface16k[];
402 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestXface64k[];
403 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestXrupt[];
404 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAestXruptV2[];
405 1.24 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAgdi[];
406 1.25 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoApmtNode[];
407 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsf0[];
408 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsf1[];
409 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsf1a[];
410 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsf2[];
411 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsf2a[];
412 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsf3[];
413 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsf4[];
414 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsfHdr[];
415 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAspt[];
416 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAsptHdr[];
417 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAspt0[];
418 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAspt1[];
419 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoAspt2[];
420 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoBdat[];
421 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoBoot[];
422 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoBert[];
423 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoBgrt[];
424 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCcel[];
425 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdatTableHdr[];
426 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdatHeader[];
427 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdat0[];
428 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdat1[];
429 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdat2[];
430 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdat3[];
431 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdat4[];
432 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdat5[];
433 1.26 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCdatEntries[];
434 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCedtHdr[];
435 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCedt0[];
436 1.25 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCedt1[];
437 1.25 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCedt1_te[];
438 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCedt2[];
439 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCedt2_te[];
440 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoCpep[];
441 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoCpep0[];
442 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCsrt0[];
443 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCsrt1[];
444 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCsrt2[];
445 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoCsrt2a[];
446 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDbg2[];
447 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDbg2Device[];
448 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDbg2Addr[];
449 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDbg2Size[];
450 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDbg2Name[];
451 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDbg2OemData[];
452 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDbgp[];
453 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmar[];
454 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmarHdr[];
455 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmarScope[];
456 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmar0[];
457 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmar1[];
458 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmar2[];
459 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmar3[];
460 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmar4[];
461 1.25 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDmar5[];
462 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDrtm[];
463 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDrtm0[];
464 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDrtm0a[];
465 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDrtm1[];
466 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDrtm1a[];
467 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoDrtm2[];
468 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoEcdt[];
469 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoEinj[];
470 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoEinj0[];
471 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoErst[];
472 1.3 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoErst0[];
473 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoFacs[];
474 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoFadt1[];
475 1.12 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoFadt2[];
476 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoFadt3[];
477 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoFadt5[];
478 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoFadt6[];
479 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoFpdt[];
480 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoFpdtHdr[];
481 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoFpdt0[];
482 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoFpdt1[];
483 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoGas[];
484 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoGtdt[];
485 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoGtdtHdr[];
486 1.19 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoGtdtEl2[];
487 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoGtdt0[];
488 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoGtdt0a[];
489 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoGtdt1[];
490 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHeader[];
491 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest[];
492 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest0[];
493 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest1[];
494 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest2[];
495 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest6[];
496 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest7[];
497 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest8[];
498 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest9[];
499 1.10 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest10[];
500 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHest11[];
501 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHestNotify[];
502 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHestBank[];
503 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoHpet[];
504 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoLpitHdr[];
505 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoLpit0[];
506 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoLpit1[];
507 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat[];
508 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat0[];
509 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat1[];
510 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat1a[];
511 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat1b[];
512 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat1c[];
513 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat2[];
514 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmat2a[];
515 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoHmatHdr[];
516 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort[];
517 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort0[];
518 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort0a[];
519 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort1[];
520 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort1a[];
521 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort2[];
522 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort3[];
523 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort3a[];
524 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort3b[];
525 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort3c[];
526 1.10 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort4[];
527 1.17 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort5[];
528 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort6[];
529 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIort6a[];
530 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIortAcc[];
531 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIortHdr[];
532 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIortHdr3[];
533 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIortMap[];
534 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIortPad[];
535 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrs[];
536 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsHware1[];
537 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsHware23[];
538 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsMemory[];
539 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrs4[];
540 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrs8a[];
541 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrs8b[];
542 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrs8c[];
543 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsCidString[];
544 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsCidInteger[];
545 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsHid[];
546 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsUidString[];
547 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsUidInteger[];
548 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsHidString[];
549 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoIvrsHidInteger[];
550 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt[];
551 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt0[];
552 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt1[];
553 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt2[];
554 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt3[];
555 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt4[];
556 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt5[];
557 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt6[];
558 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt7[];
559 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt8[];
560 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt9[];
561 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt10[];
562 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt11[];
563 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt11a[];
564 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt11b[];
565 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt12[];
566 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt13[];
567 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt14[];
568 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt14a[];
569 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt15[];
570 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt15a[];
571 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt16[];
572 1.25 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt17[];
573 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt18[];
574 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt19[];
575 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt20[];
576 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt21[];
577 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt22[];
578 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt23[];
579 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt24[];
580 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt25[];
581 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt26[];
582 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt27[];
583 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadt128[];
584 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMadtHdr[];
585 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMcfg[];
586 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMcfg0[];
587 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMchi[];
588 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam0[];
589 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1[];
590 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1A[];
591 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1B[];
592 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1C[];
593 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1D[];
594 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1E[];
595 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1F[];
596 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1G[];
597 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam1Deps[];
598 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpam2[];
599 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst[];
600 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst0[];
601 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst0A[];
602 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst0B[];
603 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst1[];
604 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst2[];
605 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMsct[];
606 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoMsct0[];
607 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit[];
608 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfitHdr[];
609 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit0[];
610 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit1[];
611 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit2[];
612 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit2a[];
613 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit3[];
614 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit3a[];
615 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit4[];
616 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit5[];
617 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit6[];
618 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit6a[];
619 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit7[];
620 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt[];
621 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt0[];
622 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt1[];
623 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt2[];
624 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt3[];
625 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt3a[];
626 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt4[];
627 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt5[];
628 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt5a[];
629 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt5b[];
630 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt5c[];
631 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt6[];
632 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt6a[];
633 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt6b[];
634 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt7[];
635 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt7a[];
636 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt7b[];
637 1.29 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoNhlt9[];
638 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPhatHdr[];
639 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPhat0[];
640 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPhat0a[];
641 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPhat1[];
642 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPhat1a[];
643 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPhat1b[];
644 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPmtt[];
645 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPmtt0[];
646 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPmtt1[];
647 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPmtt2[];
648 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPmttVendor[];
649 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPmttHdr[];
650 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcct[];
651 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcctHdr[];
652 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcct0[];
653 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcct1[];
654 1.10 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcct2[];
655 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcct3[];
656 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcct4[];
657 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPcct5[];
658 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPdtt[];
659 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPdtt0[];
660 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPptt0[];
661 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPptt0a[];
662 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPptt1[];
663 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPptt1a[];
664 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPptt2[];
665 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPpttHdr[];
666 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPrmtHdr[];
667 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPrmtModule[];
668 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoPrmtHandler[];
669 1.11 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRasf[];
670 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRas2[];
671 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRas2PccDesc[];
672 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRgrt[];
673 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRgrt0[];
674 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhct[];
675 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhctNodeHdr[];
676 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhctIsa1[];
677 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhctIsaPad[];
678 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhctCmo1[];
679 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhctMmu1[];
680 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhctHartInfo1[];
681 1.27 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoRhctHartInfo2[];
682 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoRsdp1[];
683 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoRsdp2[];
684 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoS3pt[];
685 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoS3ptHdr[];
686 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoS3pt0[];
687 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoS3pt1[];
688 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSbst[];
689 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdei[];
690 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdev[];
691 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdevHdr[];
692 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdev0[];
693 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdev0a[];
694 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdev0b[];
695 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdevSecCompHdr[];
696 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdevSecCompId[];
697 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdevSecCompMem[];
698 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdev1[];
699 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdev1a[];
700 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSdev1b[];
701 1.7 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSlic[];
702 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSlit[];
703 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSpcr[];
704 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSpmi[];
705 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat[];
706 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSratHdr[];
707 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat0[];
708 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat1[];
709 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat2[];
710 1.6 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat3[];
711 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat4[];
712 1.19 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat5[];
713 1.23 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat6[];
714 1.28 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSrat7[];
715 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoStao[];
716 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoStaoStr[];
717 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSvkl[];
718 1.22 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoSvkl0[];
719 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTcpaHdr[];
720 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTcpaClient[];
721 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTcpaServer[];
722 1.24 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTdel[];
723 1.5 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm2[];
724 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm2a[];
725 1.15 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm211[];
726 1.18 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm23[];
727 1.18 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm23a[];
728 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoUefi[];
729 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoViot[];
730 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoViotHeader[];
731 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoViot1[];
732 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoViot2[];
733 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoViot3[];
734 1.21 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoViot4[];
735 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoWaet[];
736 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoWdat[];
737 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoWdat0[];
738 1.3 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoWddt[];
739 1.1 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoWdrt[];
740 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoWpbt[];
741 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoWpbt0[];
742 1.14 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoWsmt[];
743 1.8 christos extern ACPI_DMTABLE_INFO AcpiDmTableInfoXenv[];
744 1.1 jruoho
745 1.3 jruoho extern ACPI_DMTABLE_INFO AcpiDmTableInfoGeneric[][2];
746 1.3 jruoho
747 1.1 jruoho /*
748 1.8 christos * dmtable and ahtable
749 1.1 jruoho */
750 1.8 christos extern const ACPI_DMTABLE_DATA AcpiDmTableData[];
751 1.18 christos extern const AH_TABLE AcpiGbl_SupportedTables[];
752 1.3 jruoho
753 1.3 jruoho UINT8
754 1.3 jruoho AcpiDmGenerateChecksum (
755 1.3 jruoho void *Table,
756 1.3 jruoho UINT32 Length,
757 1.3 jruoho UINT8 OriginalChecksum);
758 1.1 jruoho
759 1.8 christos const ACPI_DMTABLE_DATA *
760 1.1 jruoho AcpiDmGetTableData (
761 1.1 jruoho char *Signature);
762 1.1 jruoho
763 1.1 jruoho void
764 1.1 jruoho AcpiDmDumpDataTable (
765 1.1 jruoho ACPI_TABLE_HEADER *Table);
766 1.1 jruoho
767 1.1 jruoho ACPI_STATUS
768 1.1 jruoho AcpiDmDumpTable (
769 1.1 jruoho UINT32 TableLength,
770 1.1 jruoho UINT32 TableOffset,
771 1.1 jruoho void *Table,
772 1.15 christos UINT32 SubtableLength,
773 1.1 jruoho ACPI_DMTABLE_INFO *Info);
774 1.1 jruoho
775 1.1 jruoho void
776 1.1 jruoho AcpiDmLineHeader (
777 1.1 jruoho UINT32 Offset,
778 1.1 jruoho UINT32 ByteLength,
779 1.1 jruoho char *Name);
780 1.1 jruoho
781 1.1 jruoho void
782 1.1 jruoho AcpiDmLineHeader2 (
783 1.1 jruoho UINT32 Offset,
784 1.1 jruoho UINT32 ByteLength,
785 1.1 jruoho char *Name,
786 1.1 jruoho UINT32 Value);
787 1.1 jruoho
788 1.1 jruoho
789 1.1 jruoho /*
790 1.1 jruoho * dmtbdump
791 1.1 jruoho */
792 1.1 jruoho void
793 1.7 christos AcpiDmDumpBuffer (
794 1.7 christos void *Table,
795 1.7 christos UINT32 BufferOffset,
796 1.7 christos UINT32 Length,
797 1.7 christos UINT32 AbsoluteOffset,
798 1.8 christos char *Header);
799 1.8 christos
800 1.8 christos void
801 1.8 christos AcpiDmDumpUnicode (
802 1.8 christos void *Table,
803 1.8 christos UINT32 BufferOffset,
804 1.8 christos UINT32 ByteLength);
805 1.7 christos
806 1.7 christos void
807 1.23 christos AcpiDmDumpAest (
808 1.23 christos ACPI_TABLE_HEADER *Table);
809 1.23 christos
810 1.23 christos void
811 1.25 christos AcpiDmDumpApmt (
812 1.25 christos ACPI_TABLE_HEADER *Table);
813 1.25 christos
814 1.25 christos void
815 1.1 jruoho AcpiDmDumpAsf (
816 1.1 jruoho ACPI_TABLE_HEADER *Table);
817 1.1 jruoho
818 1.1 jruoho void
819 1.27 christos AcpiDmDumpAspt (
820 1.27 christos ACPI_TABLE_HEADER *Table);
821 1.27 christos
822 1.27 christos void
823 1.26 christos AcpiDmDumpCcel (
824 1.26 christos ACPI_TABLE_HEADER *Table);
825 1.26 christos
826 1.26 christos void
827 1.26 christos AcpiDmDumpCdat (
828 1.26 christos ACPI_TABLE_HEADER *Table);
829 1.26 christos
830 1.26 christos void
831 1.21 christos AcpiDmDumpCedt (
832 1.21 christos ACPI_TABLE_HEADER *Table);
833 1.21 christos
834 1.21 christos void
835 1.1 jruoho AcpiDmDumpCpep (
836 1.1 jruoho ACPI_TABLE_HEADER *Table);
837 1.1 jruoho
838 1.1 jruoho void
839 1.5 christos AcpiDmDumpCsrt (
840 1.5 christos ACPI_TABLE_HEADER *Table);
841 1.5 christos
842 1.5 christos void
843 1.5 christos AcpiDmDumpDbg2 (
844 1.5 christos ACPI_TABLE_HEADER *Table);
845 1.5 christos
846 1.5 christos void
847 1.1 jruoho AcpiDmDumpDmar (
848 1.1 jruoho ACPI_TABLE_HEADER *Table);
849 1.1 jruoho
850 1.1 jruoho void
851 1.8 christos AcpiDmDumpDrtm (
852 1.8 christos ACPI_TABLE_HEADER *Table);
853 1.8 christos
854 1.8 christos void
855 1.1 jruoho AcpiDmDumpEinj (
856 1.1 jruoho ACPI_TABLE_HEADER *Table);
857 1.1 jruoho
858 1.1 jruoho void
859 1.1 jruoho AcpiDmDumpErst (
860 1.1 jruoho ACPI_TABLE_HEADER *Table);
861 1.1 jruoho
862 1.1 jruoho void
863 1.1 jruoho AcpiDmDumpFadt (
864 1.1 jruoho ACPI_TABLE_HEADER *Table);
865 1.1 jruoho
866 1.1 jruoho void
867 1.5 christos AcpiDmDumpFpdt (
868 1.5 christos ACPI_TABLE_HEADER *Table);
869 1.5 christos
870 1.5 christos void
871 1.6 christos AcpiDmDumpGtdt (
872 1.6 christos ACPI_TABLE_HEADER *Table);
873 1.6 christos
874 1.6 christos void
875 1.1 jruoho AcpiDmDumpHest (
876 1.1 jruoho ACPI_TABLE_HEADER *Table);
877 1.1 jruoho
878 1.1 jruoho void
879 1.14 christos AcpiDmDumpHmat (
880 1.14 christos ACPI_TABLE_HEADER *Table);
881 1.14 christos
882 1.14 christos void
883 1.8 christos AcpiDmDumpIort (
884 1.8 christos ACPI_TABLE_HEADER *Table);
885 1.8 christos
886 1.8 christos void
887 1.1 jruoho AcpiDmDumpIvrs (
888 1.1 jruoho ACPI_TABLE_HEADER *Table);
889 1.1 jruoho
890 1.1 jruoho void
891 1.6 christos AcpiDmDumpLpit (
892 1.6 christos ACPI_TABLE_HEADER *Table);
893 1.6 christos
894 1.6 christos void
895 1.5 christos AcpiDmDumpMadt (
896 1.5 christos ACPI_TABLE_HEADER *Table);
897 1.5 christos
898 1.5 christos void
899 1.1 jruoho AcpiDmDumpMcfg (
900 1.1 jruoho ACPI_TABLE_HEADER *Table);
901 1.1 jruoho
902 1.1 jruoho void
903 1.27 christos AcpiDmDumpMpam (
904 1.27 christos ACPI_TABLE_HEADER *Table);
905 1.27 christos
906 1.27 christos void
907 1.5 christos AcpiDmDumpMpst (
908 1.1 jruoho ACPI_TABLE_HEADER *Table);
909 1.1 jruoho
910 1.1 jruoho void
911 1.1 jruoho AcpiDmDumpMsct (
912 1.1 jruoho ACPI_TABLE_HEADER *Table);
913 1.1 jruoho
914 1.5 christos void
915 1.21 christos AcpiDmDumpNfit (
916 1.5 christos ACPI_TABLE_HEADER *Table);
917 1.5 christos
918 1.5 christos void
919 1.29 christos AcpiDmDumpNhlt (
920 1.29 christos ACPI_TABLE_HEADER *Table);
921 1.29 christos
922 1.29 christos void
923 1.21 christos AcpiDmDumpPcct (
924 1.8 christos ACPI_TABLE_HEADER *Table);
925 1.8 christos
926 1.8 christos void
927 1.21 christos AcpiDmDumpPdtt (
928 1.5 christos ACPI_TABLE_HEADER *Table);
929 1.5 christos
930 1.5 christos void
931 1.21 christos AcpiDmDumpPhat (
932 1.15 christos ACPI_TABLE_HEADER *Table);
933 1.15 christos
934 1.15 christos void
935 1.5 christos AcpiDmDumpPmtt (
936 1.5 christos ACPI_TABLE_HEADER *Table);
937 1.5 christos
938 1.14 christos void
939 1.14 christos AcpiDmDumpPptt (
940 1.14 christos ACPI_TABLE_HEADER *Table);
941 1.14 christos
942 1.22 christos void
943 1.22 christos AcpiDmDumpPrmt (
944 1.22 christos ACPI_TABLE_HEADER *Table);
945 1.22 christos
946 1.22 christos void
947 1.28 christos AcpiDmDumpRas2 (
948 1.28 christos ACPI_TABLE_HEADER *Table);
949 1.28 christos
950 1.28 christos void
951 1.22 christos AcpiDmDumpRgrt (
952 1.22 christos ACPI_TABLE_HEADER *Table);
953 1.22 christos
954 1.27 christos void
955 1.27 christos AcpiDmDumpRhct (
956 1.27 christos ACPI_TABLE_HEADER *Table);
957 1.27 christos
958 1.1 jruoho UINT32
959 1.1 jruoho AcpiDmDumpRsdp (
960 1.1 jruoho ACPI_TABLE_HEADER *Table);
961 1.1 jruoho
962 1.1 jruoho void
963 1.1 jruoho AcpiDmDumpRsdt (
964 1.1 jruoho ACPI_TABLE_HEADER *Table);
965 1.1 jruoho
966 1.5 christos UINT32
967 1.5 christos AcpiDmDumpS3pt (
968 1.5 christos ACPI_TABLE_HEADER *Table);
969 1.5 christos
970 1.1 jruoho void
971 1.15 christos AcpiDmDumpSdev (
972 1.15 christos ACPI_TABLE_HEADER *Table);
973 1.15 christos
974 1.15 christos void
975 1.4 jruoho AcpiDmDumpSlic (
976 1.4 jruoho ACPI_TABLE_HEADER *Table);
977 1.4 jruoho
978 1.4 jruoho void
979 1.1 jruoho AcpiDmDumpSlit (
980 1.1 jruoho ACPI_TABLE_HEADER *Table);
981 1.1 jruoho
982 1.1 jruoho void
983 1.1 jruoho AcpiDmDumpSrat (
984 1.1 jruoho ACPI_TABLE_HEADER *Table);
985 1.1 jruoho
986 1.1 jruoho void
987 1.8 christos AcpiDmDumpStao (
988 1.8 christos ACPI_TABLE_HEADER *Table);
989 1.8 christos
990 1.8 christos void
991 1.22 christos AcpiDmDumpSvkl (
992 1.22 christos ACPI_TABLE_HEADER *Table);
993 1.22 christos
994 1.22 christos void
995 1.8 christos AcpiDmDumpTcpa (
996 1.8 christos ACPI_TABLE_HEADER *Table);
997 1.8 christos
998 1.8 christos void
999 1.24 christos AcpiDmDumpTdel (
1000 1.24 christos ACPI_TABLE_HEADER *Table);
1001 1.24 christos
1002 1.24 christos void
1003 1.15 christos AcpiDmDumpTpm2 (
1004 1.15 christos ACPI_TABLE_HEADER *Table);
1005 1.15 christos
1006 1.15 christos void
1007 1.21 christos AcpiDmDumpViot (
1008 1.5 christos ACPI_TABLE_HEADER *Table);
1009 1.5 christos
1010 1.5 christos void
1011 1.1 jruoho AcpiDmDumpWdat (
1012 1.1 jruoho ACPI_TABLE_HEADER *Table);
1013 1.1 jruoho
1014 1.1 jruoho void
1015 1.8 christos AcpiDmDumpWpbt (
1016 1.8 christos ACPI_TABLE_HEADER *Table);
1017 1.8 christos
1018 1.8 christos void
1019 1.1 jruoho AcpiDmDumpXsdt (
1020 1.1 jruoho ACPI_TABLE_HEADER *Table);
1021 1.1 jruoho
1022 1.1 jruoho
1023 1.1 jruoho /*
1024 1.1 jruoho * dmwalk
1025 1.1 jruoho */
1026 1.1 jruoho void
1027 1.1 jruoho AcpiDmDisassemble (
1028 1.1 jruoho ACPI_WALK_STATE *WalkState,
1029 1.1 jruoho ACPI_PARSE_OBJECT *Origin,
1030 1.1 jruoho UINT32 NumOpcodes);
1031 1.1 jruoho
1032 1.1 jruoho void
1033 1.1 jruoho AcpiDmWalkParseTree (
1034 1.1 jruoho ACPI_PARSE_OBJECT *Op,
1035 1.1 jruoho ASL_WALK_CALLBACK DescendingCallback,
1036 1.1 jruoho ASL_WALK_CALLBACK AscendingCallback,
1037 1.1 jruoho void *Context);
1038 1.1 jruoho
1039 1.1 jruoho
1040 1.1 jruoho /*
1041 1.1 jruoho * dmopcode
1042 1.1 jruoho */
1043 1.1 jruoho void
1044 1.1 jruoho AcpiDmDisassembleOneOp (
1045 1.1 jruoho ACPI_WALK_STATE *WalkState,
1046 1.1 jruoho ACPI_OP_WALK_INFO *Info,
1047 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1048 1.1 jruoho
1049 1.1 jruoho UINT32
1050 1.1 jruoho AcpiDmListType (
1051 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1052 1.1 jruoho
1053 1.1 jruoho void
1054 1.1 jruoho AcpiDmMethodFlags (
1055 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1056 1.1 jruoho
1057 1.1 jruoho void
1058 1.6 christos AcpiDmDisplayTargetPathname (
1059 1.6 christos ACPI_PARSE_OBJECT *Op);
1060 1.6 christos
1061 1.6 christos void
1062 1.6 christos AcpiDmNotifyDescription (
1063 1.6 christos ACPI_PARSE_OBJECT *Op);
1064 1.6 christos
1065 1.6 christos void
1066 1.5 christos AcpiDmPredefinedDescription (
1067 1.5 christos ACPI_PARSE_OBJECT *Op);
1068 1.5 christos
1069 1.5 christos void
1070 1.5 christos AcpiDmFieldPredefinedDescription (
1071 1.5 christos ACPI_PARSE_OBJECT *Op);
1072 1.5 christos
1073 1.5 christos void
1074 1.1 jruoho AcpiDmFieldFlags (
1075 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1076 1.1 jruoho
1077 1.1 jruoho void
1078 1.1 jruoho AcpiDmAddressSpace (
1079 1.1 jruoho UINT8 SpaceId);
1080 1.1 jruoho
1081 1.1 jruoho void
1082 1.1 jruoho AcpiDmRegionFlags (
1083 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1084 1.1 jruoho
1085 1.1 jruoho void
1086 1.1 jruoho AcpiDmMatchOp (
1087 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1088 1.1 jruoho
1089 1.1 jruoho
1090 1.1 jruoho /*
1091 1.1 jruoho * dmnames
1092 1.1 jruoho */
1093 1.1 jruoho UINT32
1094 1.1 jruoho AcpiDmDumpName (
1095 1.1 jruoho UINT32 Name);
1096 1.1 jruoho
1097 1.1 jruoho ACPI_STATUS
1098 1.1 jruoho AcpiPsDisplayObjectPathname (
1099 1.1 jruoho ACPI_WALK_STATE *WalkState,
1100 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1101 1.1 jruoho
1102 1.1 jruoho void
1103 1.1 jruoho AcpiDmNamestring (
1104 1.1 jruoho char *Name);
1105 1.1 jruoho
1106 1.1 jruoho
1107 1.1 jruoho /*
1108 1.1 jruoho * dmbuffer
1109 1.1 jruoho */
1110 1.1 jruoho void
1111 1.1 jruoho AcpiDmDisasmByteList (
1112 1.1 jruoho UINT32 Level,
1113 1.1 jruoho UINT8 *ByteData,
1114 1.1 jruoho UINT32 ByteCount);
1115 1.1 jruoho
1116 1.1 jruoho void
1117 1.1 jruoho AcpiDmByteList (
1118 1.1 jruoho ACPI_OP_WALK_INFO *Info,
1119 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1120 1.1 jruoho
1121 1.1 jruoho void
1122 1.6 christos AcpiDmCheckForHardwareId (
1123 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1124 1.1 jruoho
1125 1.1 jruoho void
1126 1.6 christos AcpiDmDecompressEisaId (
1127 1.1 jruoho UINT32 EncodedId);
1128 1.1 jruoho
1129 1.1 jruoho BOOLEAN
1130 1.6 christos AcpiDmIsUuidBuffer (
1131 1.6 christos ACPI_PARSE_OBJECT *Op);
1132 1.6 christos
1133 1.6 christos BOOLEAN
1134 1.1 jruoho AcpiDmIsUnicodeBuffer (
1135 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1136 1.1 jruoho
1137 1.1 jruoho BOOLEAN
1138 1.1 jruoho AcpiDmIsStringBuffer (
1139 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1140 1.1 jruoho
1141 1.5 christos BOOLEAN
1142 1.5 christos AcpiDmIsPldBuffer (
1143 1.5 christos ACPI_PARSE_OBJECT *Op);
1144 1.5 christos
1145 1.5 christos
1146 1.5 christos /*
1147 1.5 christos * dmdeferred
1148 1.5 christos */
1149 1.5 christos ACPI_STATUS
1150 1.5 christos AcpiDmParseDeferredOps (
1151 1.5 christos ACPI_PARSE_OBJECT *Root);
1152 1.5 christos
1153 1.1 jruoho
1154 1.1 jruoho /*
1155 1.1 jruoho * dmextern
1156 1.1 jruoho */
1157 1.3 jruoho ACPI_STATUS
1158 1.3 jruoho AcpiDmAddToExternalFileList (
1159 1.3 jruoho char *PathList);
1160 1.3 jruoho
1161 1.3 jruoho void
1162 1.3 jruoho AcpiDmClearExternalFileList (
1163 1.3 jruoho void);
1164 1.3 jruoho
1165 1.1 jruoho void
1166 1.5 christos AcpiDmAddOpToExternalList (
1167 1.1 jruoho ACPI_PARSE_OBJECT *Op,
1168 1.1 jruoho char *Path,
1169 1.1 jruoho UINT8 Type,
1170 1.5 christos UINT32 Value,
1171 1.5 christos UINT16 Flags);
1172 1.5 christos
1173 1.5 christos void
1174 1.14 christos AcpiDmCreateSubobjectForExternal (
1175 1.14 christos UINT8 Type,
1176 1.14 christos ACPI_NAMESPACE_NODE **Node,
1177 1.14 christos UINT32 Value);
1178 1.14 christos
1179 1.14 christos void
1180 1.5 christos AcpiDmAddNodeToExternalList (
1181 1.5 christos ACPI_NAMESPACE_NODE *Node,
1182 1.5 christos UINT8 Type,
1183 1.5 christos UINT32 Value,
1184 1.5 christos UINT16 Flags);
1185 1.1 jruoho
1186 1.1 jruoho void
1187 1.14 christos AcpiDmAddExternalListToNamespace (
1188 1.1 jruoho void);
1189 1.1 jruoho
1190 1.14 christos void
1191 1.14 christos AcpiDmAddOneExternalToNamespace (
1192 1.14 christos char *Path,
1193 1.14 christos UINT8 Type,
1194 1.14 christos UINT32 Value);
1195 1.14 christos
1196 1.1 jruoho UINT32
1197 1.14 christos AcpiDmGetUnresolvedExternalMethodCount (
1198 1.1 jruoho void);
1199 1.1 jruoho
1200 1.1 jruoho void
1201 1.1 jruoho AcpiDmClearExternalList (
1202 1.1 jruoho void);
1203 1.1 jruoho
1204 1.1 jruoho void
1205 1.1 jruoho AcpiDmEmitExternals (
1206 1.1 jruoho void);
1207 1.1 jruoho
1208 1.5 christos void
1209 1.13 christos AcpiDmEmitExternal (
1210 1.13 christos ACPI_PARSE_OBJECT *NameOp,
1211 1.13 christos ACPI_PARSE_OBJECT *TypeOp);
1212 1.13 christos
1213 1.13 christos void
1214 1.5 christos AcpiDmUnresolvedWarning (
1215 1.5 christos UINT8 Type);
1216 1.5 christos
1217 1.5 christos void
1218 1.5 christos AcpiDmGetExternalsFromFile (
1219 1.5 christos void);
1220 1.1 jruoho
1221 1.14 christos void
1222 1.14 christos AcpiDmMarkExternalConflict (
1223 1.14 christos ACPI_NAMESPACE_NODE *Node);
1224 1.14 christos
1225 1.14 christos
1226 1.1 jruoho /*
1227 1.1 jruoho * dmresrc
1228 1.1 jruoho */
1229 1.1 jruoho void
1230 1.1 jruoho AcpiDmDumpInteger8 (
1231 1.1 jruoho UINT8 Value,
1232 1.2 jruoho const char *Name);
1233 1.1 jruoho
1234 1.1 jruoho void
1235 1.1 jruoho AcpiDmDumpInteger16 (
1236 1.1 jruoho UINT16 Value,
1237 1.2 jruoho const char *Name);
1238 1.1 jruoho
1239 1.1 jruoho void
1240 1.1 jruoho AcpiDmDumpInteger32 (
1241 1.1 jruoho UINT32 Value,
1242 1.2 jruoho const char *Name);
1243 1.1 jruoho
1244 1.1 jruoho void
1245 1.1 jruoho AcpiDmDumpInteger64 (
1246 1.1 jruoho UINT64 Value,
1247 1.2 jruoho const char *Name);
1248 1.1 jruoho
1249 1.1 jruoho void
1250 1.1 jruoho AcpiDmResourceTemplate (
1251 1.1 jruoho ACPI_OP_WALK_INFO *Info,
1252 1.1 jruoho ACPI_PARSE_OBJECT *Op,
1253 1.1 jruoho UINT8 *ByteData,
1254 1.1 jruoho UINT32 ByteCount);
1255 1.1 jruoho
1256 1.1 jruoho ACPI_STATUS
1257 1.1 jruoho AcpiDmIsResourceTemplate (
1258 1.5 christos ACPI_WALK_STATE *WalkState,
1259 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1260 1.1 jruoho
1261 1.1 jruoho void
1262 1.1 jruoho AcpiDmBitList (
1263 1.1 jruoho UINT16 Mask);
1264 1.1 jruoho
1265 1.1 jruoho void
1266 1.1 jruoho AcpiDmDescriptorName (
1267 1.1 jruoho void);
1268 1.1 jruoho
1269 1.1 jruoho
1270 1.1 jruoho /*
1271 1.1 jruoho * dmresrcl
1272 1.1 jruoho */
1273 1.1 jruoho void
1274 1.1 jruoho AcpiDmWordDescriptor (
1275 1.6 christos ACPI_OP_WALK_INFO *Info,
1276 1.1 jruoho AML_RESOURCE *Resource,
1277 1.1 jruoho UINT32 Length,
1278 1.1 jruoho UINT32 Level);
1279 1.1 jruoho
1280 1.1 jruoho void
1281 1.1 jruoho AcpiDmDwordDescriptor (
1282 1.6 christos ACPI_OP_WALK_INFO *Info,
1283 1.1 jruoho AML_RESOURCE *Resource,
1284 1.1 jruoho UINT32 Length,
1285 1.1 jruoho UINT32 Level);
1286 1.1 jruoho
1287 1.1 jruoho void
1288 1.1 jruoho AcpiDmExtendedDescriptor (
1289 1.6 christos ACPI_OP_WALK_INFO *Info,
1290 1.1 jruoho AML_RESOURCE *Resource,
1291 1.1 jruoho UINT32 Length,
1292 1.1 jruoho UINT32 Level);
1293 1.1 jruoho
1294 1.1 jruoho void
1295 1.1 jruoho AcpiDmQwordDescriptor (
1296 1.6 christos ACPI_OP_WALK_INFO *Info,
1297 1.1 jruoho AML_RESOURCE *Resource,
1298 1.1 jruoho UINT32 Length,
1299 1.1 jruoho UINT32 Level);
1300 1.1 jruoho
1301 1.1 jruoho void
1302 1.1 jruoho AcpiDmMemory24Descriptor (
1303 1.6 christos ACPI_OP_WALK_INFO *Info,
1304 1.1 jruoho AML_RESOURCE *Resource,
1305 1.1 jruoho UINT32 Length,
1306 1.1 jruoho UINT32 Level);
1307 1.1 jruoho
1308 1.1 jruoho void
1309 1.1 jruoho AcpiDmMemory32Descriptor (
1310 1.6 christos ACPI_OP_WALK_INFO *Info,
1311 1.1 jruoho AML_RESOURCE *Resource,
1312 1.1 jruoho UINT32 Length,
1313 1.1 jruoho UINT32 Level);
1314 1.1 jruoho
1315 1.1 jruoho void
1316 1.1 jruoho AcpiDmFixedMemory32Descriptor (
1317 1.6 christos ACPI_OP_WALK_INFO *Info,
1318 1.1 jruoho AML_RESOURCE *Resource,
1319 1.1 jruoho UINT32 Length,
1320 1.1 jruoho UINT32 Level);
1321 1.1 jruoho
1322 1.1 jruoho void
1323 1.1 jruoho AcpiDmGenericRegisterDescriptor (
1324 1.6 christos ACPI_OP_WALK_INFO *Info,
1325 1.1 jruoho AML_RESOURCE *Resource,
1326 1.1 jruoho UINT32 Length,
1327 1.1 jruoho UINT32 Level);
1328 1.1 jruoho
1329 1.1 jruoho void
1330 1.1 jruoho AcpiDmInterruptDescriptor (
1331 1.6 christos ACPI_OP_WALK_INFO *Info,
1332 1.1 jruoho AML_RESOURCE *Resource,
1333 1.1 jruoho UINT32 Length,
1334 1.1 jruoho UINT32 Level);
1335 1.1 jruoho
1336 1.1 jruoho void
1337 1.1 jruoho AcpiDmVendorLargeDescriptor (
1338 1.6 christos ACPI_OP_WALK_INFO *Info,
1339 1.1 jruoho AML_RESOURCE *Resource,
1340 1.1 jruoho UINT32 Length,
1341 1.1 jruoho UINT32 Level);
1342 1.1 jruoho
1343 1.1 jruoho void
1344 1.5 christos AcpiDmGpioDescriptor (
1345 1.6 christos ACPI_OP_WALK_INFO *Info,
1346 1.5 christos AML_RESOURCE *Resource,
1347 1.5 christos UINT32 Length,
1348 1.5 christos UINT32 Level);
1349 1.5 christos
1350 1.5 christos void
1351 1.14 christos AcpiDmPinFunctionDescriptor (
1352 1.14 christos ACPI_OP_WALK_INFO *Info,
1353 1.14 christos AML_RESOURCE *Resource,
1354 1.14 christos UINT32 Length,
1355 1.14 christos UINT32 Level);
1356 1.14 christos
1357 1.14 christos void
1358 1.14 christos AcpiDmPinConfigDescriptor (
1359 1.14 christos ACPI_OP_WALK_INFO *Info,
1360 1.14 christos AML_RESOURCE *Resource,
1361 1.14 christos UINT32 Length,
1362 1.14 christos UINT32 Level);
1363 1.14 christos
1364 1.14 christos void
1365 1.14 christos AcpiDmPinGroupDescriptor (
1366 1.14 christos ACPI_OP_WALK_INFO *Info,
1367 1.14 christos AML_RESOURCE *Resource,
1368 1.14 christos UINT32 Length,
1369 1.14 christos UINT32 Level);
1370 1.14 christos
1371 1.14 christos void
1372 1.14 christos AcpiDmPinGroupFunctionDescriptor (
1373 1.14 christos ACPI_OP_WALK_INFO *Info,
1374 1.14 christos AML_RESOURCE *Resource,
1375 1.14 christos UINT32 Length,
1376 1.14 christos UINT32 Level);
1377 1.14 christos
1378 1.14 christos void
1379 1.14 christos AcpiDmPinGroupConfigDescriptor (
1380 1.14 christos ACPI_OP_WALK_INFO *Info,
1381 1.14 christos AML_RESOURCE *Resource,
1382 1.14 christos UINT32 Length,
1383 1.14 christos UINT32 Level);
1384 1.14 christos
1385 1.14 christos void
1386 1.5 christos AcpiDmSerialBusDescriptor (
1387 1.6 christos ACPI_OP_WALK_INFO *Info,
1388 1.5 christos AML_RESOURCE *Resource,
1389 1.5 christos UINT32 Length,
1390 1.5 christos UINT32 Level);
1391 1.5 christos
1392 1.5 christos void
1393 1.1 jruoho AcpiDmVendorCommon (
1394 1.2 jruoho const char *Name,
1395 1.1 jruoho UINT8 *ByteData,
1396 1.1 jruoho UINT32 Length,
1397 1.1 jruoho UINT32 Level);
1398 1.1 jruoho
1399 1.27 christos void
1400 1.27 christos AcpiDmClockInputDescriptor (
1401 1.27 christos ACPI_OP_WALK_INFO *Info,
1402 1.27 christos AML_RESOURCE *Resource,
1403 1.27 christos UINT32 Length,
1404 1.27 christos UINT32 Level);
1405 1.1 jruoho
1406 1.1 jruoho /*
1407 1.1 jruoho * dmresrcs
1408 1.1 jruoho */
1409 1.1 jruoho void
1410 1.1 jruoho AcpiDmIrqDescriptor (
1411 1.6 christos ACPI_OP_WALK_INFO *Info,
1412 1.1 jruoho AML_RESOURCE *Resource,
1413 1.1 jruoho UINT32 Length,
1414 1.1 jruoho UINT32 Level);
1415 1.1 jruoho
1416 1.1 jruoho void
1417 1.1 jruoho AcpiDmDmaDescriptor (
1418 1.6 christos ACPI_OP_WALK_INFO *Info,
1419 1.1 jruoho AML_RESOURCE *Resource,
1420 1.1 jruoho UINT32 Length,
1421 1.1 jruoho UINT32 Level);
1422 1.1 jruoho
1423 1.1 jruoho void
1424 1.5 christos AcpiDmFixedDmaDescriptor (
1425 1.6 christos ACPI_OP_WALK_INFO *Info,
1426 1.5 christos AML_RESOURCE *Resource,
1427 1.5 christos UINT32 Length,
1428 1.5 christos UINT32 Level);
1429 1.5 christos
1430 1.5 christos void
1431 1.1 jruoho AcpiDmIoDescriptor (
1432 1.6 christos ACPI_OP_WALK_INFO *Info,
1433 1.1 jruoho AML_RESOURCE *Resource,
1434 1.1 jruoho UINT32 Length,
1435 1.1 jruoho UINT32 Level);
1436 1.1 jruoho
1437 1.1 jruoho void
1438 1.1 jruoho AcpiDmFixedIoDescriptor (
1439 1.6 christos ACPI_OP_WALK_INFO *Info,
1440 1.1 jruoho AML_RESOURCE *Resource,
1441 1.1 jruoho UINT32 Length,
1442 1.1 jruoho UINT32 Level);
1443 1.1 jruoho
1444 1.1 jruoho void
1445 1.1 jruoho AcpiDmStartDependentDescriptor (
1446 1.6 christos ACPI_OP_WALK_INFO *Info,
1447 1.1 jruoho AML_RESOURCE *Resource,
1448 1.1 jruoho UINT32 Length,
1449 1.1 jruoho UINT32 Level);
1450 1.1 jruoho
1451 1.1 jruoho void
1452 1.1 jruoho AcpiDmEndDependentDescriptor (
1453 1.6 christos ACPI_OP_WALK_INFO *Info,
1454 1.1 jruoho AML_RESOURCE *Resource,
1455 1.1 jruoho UINT32 Length,
1456 1.1 jruoho UINT32 Level);
1457 1.1 jruoho
1458 1.1 jruoho void
1459 1.1 jruoho AcpiDmVendorSmallDescriptor (
1460 1.6 christos ACPI_OP_WALK_INFO *Info,
1461 1.1 jruoho AML_RESOURCE *Resource,
1462 1.1 jruoho UINT32 Length,
1463 1.1 jruoho UINT32 Level);
1464 1.1 jruoho
1465 1.1 jruoho
1466 1.1 jruoho /*
1467 1.1 jruoho * dmutils
1468 1.1 jruoho */
1469 1.1 jruoho void
1470 1.1 jruoho AcpiDmDecodeAttribute (
1471 1.1 jruoho UINT8 Attribute);
1472 1.1 jruoho
1473 1.1 jruoho void
1474 1.1 jruoho AcpiDmIndent (
1475 1.1 jruoho UINT32 Level);
1476 1.1 jruoho
1477 1.1 jruoho BOOLEAN
1478 1.1 jruoho AcpiDmCommaIfListMember (
1479 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1480 1.1 jruoho
1481 1.1 jruoho void
1482 1.1 jruoho AcpiDmCommaIfFieldMember (
1483 1.1 jruoho ACPI_PARSE_OBJECT *Op);
1484 1.1 jruoho
1485 1.1 jruoho
1486 1.1 jruoho /*
1487 1.1 jruoho * dmrestag
1488 1.1 jruoho */
1489 1.1 jruoho void
1490 1.1 jruoho AcpiDmFindResources (
1491 1.1 jruoho ACPI_PARSE_OBJECT *Root);
1492 1.1 jruoho
1493 1.1 jruoho void
1494 1.1 jruoho AcpiDmCheckResourceReference (
1495 1.1 jruoho ACPI_PARSE_OBJECT *Op,
1496 1.1 jruoho ACPI_WALK_STATE *WalkState);
1497 1.1 jruoho
1498 1.3 jruoho
1499 1.3 jruoho /*
1500 1.7 christos * dmcstyle
1501 1.7 christos */
1502 1.7 christos BOOLEAN
1503 1.7 christos AcpiDmCheckForSymbolicOpcode (
1504 1.7 christos ACPI_PARSE_OBJECT *Op,
1505 1.7 christos ACPI_OP_WALK_INFO *Info);
1506 1.7 christos
1507 1.7 christos void
1508 1.7 christos AcpiDmCloseOperator (
1509 1.7 christos ACPI_PARSE_OBJECT *Op);
1510 1.7 christos
1511 1.7 christos
1512 1.7 christos /*
1513 1.9 christos * dmtables
1514 1.3 jruoho */
1515 1.14 christos ACPI_STATUS
1516 1.14 christos AcpiDmProcessSwitch (
1517 1.14 christos ACPI_PARSE_OBJECT *Op);
1518 1.14 christos
1519 1.14 christos void
1520 1.14 christos AcpiDmClearTempList(
1521 1.14 christos void);
1522 1.14 christos
1523 1.14 christos /*
1524 1.14 christos * dmtables
1525 1.14 christos */
1526 1.3 jruoho void
1527 1.3 jruoho AdDisassemblerHeader (
1528 1.7 christos char *Filename,
1529 1.7 christos UINT8 TableType);
1530 1.3 jruoho
1531 1.7 christos #define ACPI_IS_AML_TABLE 0
1532 1.7 christos #define ACPI_IS_DATA_TABLE 1
1533 1.3 jruoho
1534 1.9 christos
1535 1.9 christos /*
1536 1.9 christos * adisasm
1537 1.9 christos */
1538 1.9 christos ACPI_STATUS
1539 1.9 christos AdAmlDisassemble (
1540 1.9 christos BOOLEAN OutToFile,
1541 1.9 christos char *Filename,
1542 1.9 christos char *Prefix,
1543 1.9 christos char **OutFilename);
1544 1.9 christos
1545 1.9 christos ACPI_STATUS
1546 1.9 christos AdGetLocalTables (
1547 1.9 christos void);
1548 1.9 christos
1549 1.9 christos ACPI_STATUS
1550 1.9 christos AdParseTable (
1551 1.9 christos ACPI_TABLE_HEADER *Table,
1552 1.9 christos ACPI_OWNER_ID *OwnerId,
1553 1.9 christos BOOLEAN LoadTable,
1554 1.9 christos BOOLEAN External);
1555 1.9 christos
1556 1.9 christos ACPI_STATUS
1557 1.9 christos AdDisplayTables (
1558 1.9 christos char *Filename,
1559 1.9 christos ACPI_TABLE_HEADER *Table);
1560 1.9 christos
1561 1.9 christos ACPI_STATUS
1562 1.9 christos AdDisplayStatistics (
1563 1.9 christos void);
1564 1.9 christos
1565 1.13 christos
1566 1.13 christos /*
1567 1.13 christos * dmwalk
1568 1.13 christos */
1569 1.13 christos UINT32
1570 1.13 christos AcpiDmBlockType (
1571 1.13 christos ACPI_PARSE_OBJECT *Op);
1572 1.13 christos
1573 1.13 christos
1574 1.1 jruoho #endif /* __ACDISASM_H__ */
1575