acglobal.h revision 1.30 1 1.1 jruoho /******************************************************************************
2 1.1 jruoho *
3 1.1 jruoho * Name: acglobal.h - Declarations for global variables
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.30 christos * Some or all of this work - Copyright (c) 1999 - 2025, 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.23 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 __ACGLOBAL_H__
153 1.1 jruoho #define __ACGLOBAL_H__
154 1.1 jruoho
155 1.1 jruoho
156 1.1 jruoho /*****************************************************************************
157 1.1 jruoho *
158 1.17 christos * Globals related to the incoming ACPI tables
159 1.1 jruoho *
160 1.1 jruoho ****************************************************************************/
161 1.1 jruoho
162 1.7 christos /* Master list of all ACPI tables that were found in the RSDT/XSDT */
163 1.1 jruoho
164 1.7 christos ACPI_GLOBAL (ACPI_TABLE_LIST, AcpiGbl_RootTableList);
165 1.1 jruoho
166 1.7 christos /* DSDT information. Used to check for DSDT corruption */
167 1.1 jruoho
168 1.7 christos ACPI_GLOBAL (ACPI_TABLE_HEADER *, AcpiGbl_DSDT);
169 1.7 christos ACPI_GLOBAL (ACPI_TABLE_HEADER, AcpiGbl_OriginalDsdtHeader);
170 1.26 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CDAT, NULL);
171 1.10 christos ACPI_INIT_GLOBAL (UINT32, AcpiGbl_DsdtIndex, ACPI_INVALID_TABLE_INDEX);
172 1.10 christos ACPI_INIT_GLOBAL (UINT32, AcpiGbl_FacsIndex, ACPI_INVALID_TABLE_INDEX);
173 1.10 christos ACPI_INIT_GLOBAL (UINT32, AcpiGbl_XFacsIndex, ACPI_INVALID_TABLE_INDEX);
174 1.10 christos ACPI_INIT_GLOBAL (UINT32, AcpiGbl_FadtIndex, ACPI_INVALID_TABLE_INDEX);
175 1.29 christos
176 1.29 christos #if (!ACPI_REDUCED_HARDWARE)
177 1.29 christos ACPI_GLOBAL (ACPI_TABLE_FACS *, AcpiGbl_FACS);
178 1.29 christos
179 1.29 christos #endif /* !ACPI_REDUCED_HARDWARE */
180 1.6 christos
181 1.1 jruoho /* These addresses are calculated from the FADT Event Block addresses */
182 1.1 jruoho
183 1.7 christos ACPI_GLOBAL (ACPI_GENERIC_ADDRESS, AcpiGbl_XPm1aStatus);
184 1.7 christos ACPI_GLOBAL (ACPI_GENERIC_ADDRESS, AcpiGbl_XPm1aEnable);
185 1.1 jruoho
186 1.7 christos ACPI_GLOBAL (ACPI_GENERIC_ADDRESS, AcpiGbl_XPm1bStatus);
187 1.7 christos ACPI_GLOBAL (ACPI_GENERIC_ADDRESS, AcpiGbl_XPm1bEnable);
188 1.1 jruoho
189 1.1 jruoho /*
190 1.7 christos * Handle both ACPI 1.0 and ACPI 2.0+ Integer widths. The integer width is
191 1.1 jruoho * determined by the revision of the DSDT: If the DSDT revision is less than
192 1.1 jruoho * 2, use only the lower 32 bits of the internal 64-bit Integer.
193 1.1 jruoho */
194 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_IntegerBitWidth);
195 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_IntegerByteWidth);
196 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_IntegerNybbleWidth);
197 1.1 jruoho
198 1.1 jruoho
199 1.1 jruoho /*****************************************************************************
200 1.1 jruoho *
201 1.17 christos * Mutual exclusion within the ACPICA subsystem
202 1.1 jruoho *
203 1.1 jruoho ****************************************************************************/
204 1.1 jruoho
205 1.1 jruoho /*
206 1.1 jruoho * Predefined mutex objects. This array contains the
207 1.1 jruoho * actual OS mutex handles, indexed by the local ACPI_MUTEX_HANDLEs.
208 1.1 jruoho * (The table maps local handles to the real OS handles)
209 1.1 jruoho */
210 1.7 christos ACPI_GLOBAL (ACPI_MUTEX_INFO, AcpiGbl_MutexInfo[ACPI_NUM_MUTEX]);
211 1.1 jruoho
212 1.1 jruoho /*
213 1.1 jruoho * Global lock mutex is an actual AML mutex object
214 1.4 jruoho * Global lock semaphore works in conjunction with the actual global lock
215 1.4 jruoho * Global lock spinlock is used for "pending" handshake
216 1.1 jruoho */
217 1.7 christos ACPI_GLOBAL (ACPI_OPERAND_OBJECT *, AcpiGbl_GlobalLockMutex);
218 1.7 christos ACPI_GLOBAL (ACPI_SEMAPHORE, AcpiGbl_GlobalLockSemaphore);
219 1.7 christos ACPI_GLOBAL (ACPI_SPINLOCK, AcpiGbl_GlobalLockPendingLock);
220 1.7 christos ACPI_GLOBAL (UINT16, AcpiGbl_GlobalLockHandle);
221 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_GlobalLockAcquired);
222 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_GlobalLockPresent);
223 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_GlobalLockPending);
224 1.1 jruoho
225 1.1 jruoho /*
226 1.1 jruoho * Spinlocks are used for interfaces that can be possibly called at
227 1.1 jruoho * interrupt level
228 1.1 jruoho */
229 1.7 christos ACPI_GLOBAL (ACPI_SPINLOCK, AcpiGbl_GpeLock); /* For GPE data structs and registers */
230 1.7 christos ACPI_GLOBAL (ACPI_SPINLOCK, AcpiGbl_HardwareLock); /* For ACPI H/W except GPE registers */
231 1.7 christos ACPI_GLOBAL (ACPI_SPINLOCK, AcpiGbl_ReferenceCountLock);
232 1.1 jruoho
233 1.3 jruoho /* Mutex for _OSI support */
234 1.3 jruoho
235 1.7 christos ACPI_GLOBAL (ACPI_MUTEX, AcpiGbl_OsiMutex);
236 1.3 jruoho
237 1.1 jruoho /* Reader/Writer lock is used for namespace walk and dynamic table unload */
238 1.1 jruoho
239 1.7 christos ACPI_GLOBAL (ACPI_RW_LOCK, AcpiGbl_NamespaceRwLock);
240 1.1 jruoho
241 1.1 jruoho
242 1.1 jruoho /*****************************************************************************
243 1.1 jruoho *
244 1.1 jruoho * Miscellaneous globals
245 1.1 jruoho *
246 1.1 jruoho ****************************************************************************/
247 1.1 jruoho
248 1.1 jruoho /* Object caches */
249 1.1 jruoho
250 1.7 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_NamespaceCache);
251 1.7 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_StateCache);
252 1.7 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_PsNodeCache);
253 1.7 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_PsNodeExtCache);
254 1.7 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_OperandCache);
255 1.7 christos
256 1.7 christos /* System */
257 1.7 christos
258 1.7 christos ACPI_INIT_GLOBAL (UINT32, AcpiGbl_StartupFlags, 0);
259 1.7 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_Shutdown, TRUE);
260 1.10 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_EarlyInitialization, TRUE);
261 1.1 jruoho
262 1.1 jruoho /* Global handlers */
263 1.1 jruoho
264 1.7 christos ACPI_GLOBAL (ACPI_GLOBAL_NOTIFY_HANDLER,AcpiGbl_GlobalNotify[2]);
265 1.7 christos ACPI_GLOBAL (ACPI_EXCEPTION_HANDLER, AcpiGbl_ExceptionHandler);
266 1.7 christos ACPI_GLOBAL (ACPI_INIT_HANDLER, AcpiGbl_InitHandler);
267 1.7 christos ACPI_GLOBAL (ACPI_TABLE_HANDLER, AcpiGbl_TableHandler);
268 1.7 christos ACPI_GLOBAL (void *, AcpiGbl_TableHandlerContext);
269 1.7 christos ACPI_GLOBAL (ACPI_INTERFACE_HANDLER, AcpiGbl_InterfaceHandler);
270 1.7 christos ACPI_GLOBAL (ACPI_SCI_HANDLER_INFO *, AcpiGbl_SciHandlerList);
271 1.27 christos ACPI_GLOBAL (ACPI_GED_HANDLER_INFO *, AcpiGbl_GedHandlerList);
272 1.1 jruoho
273 1.1 jruoho /* Owner ID support */
274 1.1 jruoho
275 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_OwnerIdMask[ACPI_NUM_OWNERID_MASKS]);
276 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_LastOwnerIdIndex);
277 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_NextOwnerIdOffset);
278 1.1 jruoho
279 1.3 jruoho /* Initialization sequencing */
280 1.3 jruoho
281 1.11 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_NamespaceInitialized, FALSE);
282 1.3 jruoho
283 1.17 christos /* Miscellaneous */
284 1.1 jruoho
285 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_OriginalMode);
286 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_NsLookupCount);
287 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_PsFindCount);
288 1.7 christos ACPI_GLOBAL (UINT16, AcpiGbl_Pm1EnableRegisterSave);
289 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_DebuggerConfiguration);
290 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_StepToNextCall);
291 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_AcpiHardwarePresent);
292 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_EventsInitialized);
293 1.7 christos ACPI_GLOBAL (ACPI_INTERFACE_INFO *, AcpiGbl_SupportedInterfaces);
294 1.7 christos ACPI_GLOBAL (ACPI_ADDRESS_RANGE *, AcpiGbl_AddressRangeList[ACPI_ADDRESS_RANGE_MAX]);
295 1.1 jruoho
296 1.7 christos /* Other miscellaneous, declared and initialized in utglobal */
297 1.1 jruoho
298 1.1 jruoho extern const char *AcpiGbl_SleepStateNames[ACPI_S_STATE_COUNT];
299 1.1 jruoho extern const char *AcpiGbl_LowestDstateNames[ACPI_NUM_SxW_METHODS];
300 1.1 jruoho extern const char *AcpiGbl_HighestDstateNames[ACPI_NUM_SxD_METHODS];
301 1.7 christos extern const char *AcpiGbl_RegionTypes[ACPI_NUM_PREDEFINED_REGIONS];
302 1.11 christos extern const char AcpiGbl_LowerHexDigits[];
303 1.11 christos extern const char AcpiGbl_UpperHexDigits[];
304 1.1 jruoho extern const ACPI_OPCODE_INFO AcpiGbl_AmlOpInfo[AML_NUM_OPCODES];
305 1.1 jruoho
306 1.17 christos /* Lists for tracking memory allocations (debug only) */
307 1.1 jruoho
308 1.1 jruoho #ifdef ACPI_DBG_TRACK_ALLOCATIONS
309 1.7 christos ACPI_GLOBAL (ACPI_MEMORY_LIST *, AcpiGbl_GlobalList);
310 1.7 christos ACPI_GLOBAL (ACPI_MEMORY_LIST *, AcpiGbl_NsNodeList);
311 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DisplayFinalMemStats);
312 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DisableMemTracking);
313 1.19 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_VerboseLeakDump);
314 1.1 jruoho #endif
315 1.1 jruoho
316 1.1 jruoho
317 1.1 jruoho /*****************************************************************************
318 1.1 jruoho *
319 1.17 christos * ACPI Namespace
320 1.1 jruoho *
321 1.1 jruoho ****************************************************************************/
322 1.1 jruoho
323 1.1 jruoho #define NUM_PREDEFINED_NAMES 10
324 1.1 jruoho
325 1.7 christos ACPI_GLOBAL (ACPI_NAMESPACE_NODE, AcpiGbl_RootNodeStruct);
326 1.7 christos ACPI_GLOBAL (ACPI_NAMESPACE_NODE *, AcpiGbl_RootNode);
327 1.7 christos ACPI_GLOBAL (ACPI_NAMESPACE_NODE *, AcpiGbl_FadtGpeDevice);
328 1.1 jruoho
329 1.1 jruoho extern const UINT8 AcpiGbl_NsProperties [ACPI_NUM_NS_TYPES];
330 1.1 jruoho extern const ACPI_PREDEFINED_NAMES AcpiGbl_PreDefinedNames [NUM_PREDEFINED_NAMES];
331 1.1 jruoho
332 1.1 jruoho #ifdef ACPI_DEBUG_OUTPUT
333 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_CurrentNodeCount);
334 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_CurrentNodeSize);
335 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_MaxConcurrentNodeCount);
336 1.7 christos ACPI_GLOBAL (ACPI_SIZE *, AcpiGbl_EntryStackPointer);
337 1.7 christos ACPI_GLOBAL (ACPI_SIZE *, AcpiGbl_LowestStackPointer);
338 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_DeepestNesting);
339 1.7 christos ACPI_INIT_GLOBAL (UINT32, AcpiGbl_NestingLevel, 0);
340 1.1 jruoho #endif
341 1.1 jruoho
342 1.1 jruoho
343 1.1 jruoho /*****************************************************************************
344 1.1 jruoho *
345 1.17 christos * Interpreter/Parser globals
346 1.1 jruoho *
347 1.1 jruoho ****************************************************************************/
348 1.1 jruoho
349 1.17 christos /* Control method single step flag */
350 1.17 christos
351 1.17 christos ACPI_GLOBAL (UINT8, AcpiGbl_CmSingleStep);
352 1.7 christos ACPI_GLOBAL (ACPI_THREAD_STATE *, AcpiGbl_CurrentWalkList);
353 1.17 christos ACPI_INIT_GLOBAL (ACPI_PARSE_OBJECT, *AcpiGbl_CurrentScope, NULL);
354 1.1 jruoho
355 1.17 christos /* ASL/ASL+ converter */
356 1.1 jruoho
357 1.17 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_CaptureComments, FALSE);
358 1.17 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_LastListHead, NULL);
359 1.1 jruoho
360 1.1 jruoho
361 1.1 jruoho /*****************************************************************************
362 1.1 jruoho *
363 1.1 jruoho * Hardware globals
364 1.1 jruoho *
365 1.1 jruoho ****************************************************************************/
366 1.1 jruoho
367 1.7 christos extern ACPI_BIT_REGISTER_INFO AcpiGbl_BitRegisterInfo[ACPI_NUM_BITREG];
368 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_SleepTypeA);
369 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_SleepTypeB);
370 1.24 christos ACPI_GLOBAL (UINT8, AcpiGbl_SleepTypeAS0);
371 1.24 christos ACPI_GLOBAL (UINT8, AcpiGbl_SleepTypeBS0);
372 1.1 jruoho
373 1.1 jruoho
374 1.1 jruoho /*****************************************************************************
375 1.1 jruoho *
376 1.1 jruoho * Event and GPE globals
377 1.1 jruoho *
378 1.1 jruoho ****************************************************************************/
379 1.1 jruoho
380 1.6 christos #if (!ACPI_REDUCED_HARDWARE)
381 1.7 christos ACPI_GLOBAL (UINT8, AcpiGbl_AllGpesInitialized);
382 1.7 christos ACPI_GLOBAL (ACPI_GPE_XRUPT_INFO *, AcpiGbl_GpeXruptListHead);
383 1.7 christos ACPI_GLOBAL (ACPI_GPE_BLOCK_INFO *, AcpiGbl_GpeFadtBlocks[ACPI_MAX_GPE_BLOCKS]);
384 1.7 christos ACPI_GLOBAL (ACPI_GBL_EVENT_HANDLER, AcpiGbl_GlobalEventHandler);
385 1.7 christos ACPI_GLOBAL (void *, AcpiGbl_GlobalEventHandlerContext);
386 1.7 christos ACPI_GLOBAL (ACPI_FIXED_EVENT_HANDLER, AcpiGbl_FixedEventHandlers[ACPI_NUM_FIXED_EVENTS]);
387 1.7 christos extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];
388 1.17 christos #endif /* !ACPI_REDUCED_HARDWARE */
389 1.1 jruoho
390 1.1 jruoho
391 1.1 jruoho /*****************************************************************************
392 1.1 jruoho *
393 1.1 jruoho * Debug support
394 1.1 jruoho *
395 1.1 jruoho ****************************************************************************/
396 1.1 jruoho
397 1.1 jruoho /* Event counters */
398 1.1 jruoho
399 1.7 christos ACPI_GLOBAL (UINT64, AcpiMethodCount);
400 1.7 christos ACPI_GLOBAL (UINT64, AcpiGpeCount);
401 1.7 christos ACPI_GLOBAL (UINT64, AcpiSciCount);
402 1.7 christos ACPI_GLOBAL (UINT64, AcpiFixedEventCount[ACPI_NUM_FIXED_EVENTS]);
403 1.1 jruoho
404 1.17 christos /* Dynamic control method tracing mechanism */
405 1.1 jruoho
406 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_OriginalDbgLevel);
407 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_OriginalDbgLayer);
408 1.1 jruoho
409 1.1 jruoho
410 1.1 jruoho /*****************************************************************************
411 1.1 jruoho *
412 1.17 christos * Debugger and Disassembler
413 1.1 jruoho *
414 1.1 jruoho ****************************************************************************/
415 1.1 jruoho
416 1.7 christos ACPI_INIT_GLOBAL (UINT8, AcpiGbl_DbOutputFlags, ACPI_DB_CONSOLE_OUTPUT);
417 1.1 jruoho
418 1.17 christos
419 1.1 jruoho #ifdef ACPI_DISASSEMBLER
420 1.1 jruoho
421 1.7 christos /* Do not disassemble buffers to resource descriptors */
422 1.7 christos
423 1.7 christos ACPI_INIT_GLOBAL (UINT8, AcpiGbl_NoResourceDisassembly, FALSE);
424 1.7 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_IgnoreNoopOperator, FALSE);
425 1.8 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_CstyleDisassembly, TRUE);
426 1.8 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_ForceAmlDisassembly, FALSE);
427 1.10 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Verbose, TRUE);
428 1.12 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DmEmitExternalOpcodes, FALSE);
429 1.13 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DoDisassemblerOptimizations, TRUE);
430 1.17 christos ACPI_INIT_GLOBAL (ACPI_PARSE_OBJECT_LIST, *AcpiGbl_TempListHead, NULL);
431 1.6 christos
432 1.10 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Disasm);
433 1.10 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Listing);
434 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_NumExternalMethods);
435 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_ResolvedExternalMethods);
436 1.7 christos ACPI_GLOBAL (ACPI_EXTERNAL_LIST *, AcpiGbl_ExternalList);
437 1.7 christos ACPI_GLOBAL (ACPI_EXTERNAL_FILE *, AcpiGbl_ExternalFileList);
438 1.1 jruoho #endif
439 1.1 jruoho
440 1.1 jruoho #ifdef ACPI_DEBUGGER
441 1.7 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_AbortMethod, FALSE);
442 1.10 christos ACPI_INIT_GLOBAL (ACPI_THREAD_ID, AcpiGbl_DbThreadId, ACPI_INVALID_THREAD_ID);
443 1.22 christos ACPI_INIT_GLOBAL (UINT32, AcpiGbl_NextCmdNum, 1);
444 1.7 christos
445 1.8 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DbOpt_NoIniMethods);
446 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DbOpt_NoRegionSupport);
447 1.7 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DbOutputToFile);
448 1.7 christos ACPI_GLOBAL (char *, AcpiGbl_DbBuffer);
449 1.7 christos ACPI_GLOBAL (char *, AcpiGbl_DbFilename);
450 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_DbDebugLevel);
451 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_DbConsoleDebugLevel);
452 1.7 christos ACPI_GLOBAL (ACPI_NAMESPACE_NODE *, AcpiGbl_DbScopeNode);
453 1.10 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DbTerminateLoop);
454 1.10 christos ACPI_GLOBAL (BOOLEAN, AcpiGbl_DbThreadsTerminated);
455 1.7 christos ACPI_GLOBAL (char *, AcpiGbl_DbArgs[ACPI_DEBUGGER_MAX_ARGS]);
456 1.7 christos ACPI_GLOBAL (ACPI_OBJECT_TYPE, AcpiGbl_DbArgTypes[ACPI_DEBUGGER_MAX_ARGS]);
457 1.6 christos
458 1.6 christos /* These buffers should all be the same size */
459 1.6 christos
460 1.7 christos ACPI_GLOBAL (char, AcpiGbl_DbParsedBuf[ACPI_DB_LINE_BUFFER_SIZE]);
461 1.7 christos ACPI_GLOBAL (char, AcpiGbl_DbScopeBuf[ACPI_DB_LINE_BUFFER_SIZE]);
462 1.7 christos ACPI_GLOBAL (char, AcpiGbl_DbDebugFilename[ACPI_DB_LINE_BUFFER_SIZE]);
463 1.6 christos
464 1.17 christos /* Statistics globals */
465 1.17 christos
466 1.10 christos ACPI_GLOBAL (UINT16, AcpiGbl_ObjTypeCount[ACPI_TOTAL_TYPES]);
467 1.10 christos ACPI_GLOBAL (UINT16, AcpiGbl_NodeTypeCount[ACPI_TOTAL_TYPES]);
468 1.7 christos ACPI_GLOBAL (UINT16, AcpiGbl_ObjTypeCountMisc);
469 1.7 christos ACPI_GLOBAL (UINT16, AcpiGbl_NodeTypeCountMisc);
470 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_NumNodes);
471 1.7 christos ACPI_GLOBAL (UINT32, AcpiGbl_NumObjects);
472 1.1 jruoho #endif /* ACPI_DEBUGGER */
473 1.1 jruoho
474 1.11 christos #if defined (ACPI_DISASSEMBLER) || defined (ACPI_ASL_COMPILER)
475 1.17 christos ACPI_GLOBAL (const char, *AcpiGbl_PldPanelList[]);
476 1.17 christos ACPI_GLOBAL (const char, *AcpiGbl_PldVerticalPositionList[]);
477 1.17 christos ACPI_GLOBAL (const char, *AcpiGbl_PldHorizontalPositionList[]);
478 1.17 christos ACPI_GLOBAL (const char, *AcpiGbl_PldShapeList[]);
479 1.17 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DisasmFlag, FALSE);
480 1.17 christos #endif
481 1.11 christos
482 1.11 christos
483 1.17 christos /*****************************************************************************
484 1.17 christos *
485 1.17 christos * ACPICA application-specific globals
486 1.17 christos *
487 1.17 christos ****************************************************************************/
488 1.16 christos
489 1.17 christos /* ASL-to-ASL+ conversion utility (implemented within the iASL compiler) */
490 1.6 christos
491 1.17 christos #ifdef ACPI_ASL_COMPILER
492 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CurrentInlineComment, NULL);
493 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CurrentEndNodeComment, NULL);
494 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CurrentOpenBraceComment, NULL);
495 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CurrentCloseBraceComment, NULL);
496 1.15 christos
497 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_RootFilename, NULL);
498 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CurrentFilename, NULL);
499 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CurrentParentFilename, NULL);
500 1.17 christos ACPI_INIT_GLOBAL (char *, AcpiGbl_CurrentIncludeFilename, NULL);
501 1.15 christos
502 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_DefBlkCommentListHead, NULL);
503 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_DefBlkCommentListTail, NULL);
504 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_RegCommentListHead, NULL);
505 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_RegCommentListTail, NULL);
506 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_IncCommentListHead, NULL);
507 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_IncCommentListTail, NULL);
508 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_EndBlkCommentListHead, NULL);
509 1.15 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_NODE, *AcpiGbl_EndBlkCommentListTail, NULL);
510 1.15 christos
511 1.17 christos ACPI_INIT_GLOBAL (ACPI_COMMENT_ADDR_NODE, *AcpiGbl_CommentAddrListHead, NULL);
512 1.15 christos ACPI_INIT_GLOBAL (ACPI_FILE_NODE, *AcpiGbl_FileTreeRoot, NULL);
513 1.15 christos
514 1.15 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_RegCommentCache);
515 1.15 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_CommentAddrCache);
516 1.15 christos ACPI_GLOBAL (ACPI_CACHE_T *, AcpiGbl_FileCache);
517 1.15 christos
518 1.17 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DebugAslConversion, FALSE);
519 1.17 christos ACPI_INIT_GLOBAL (ACPI_FILE, AcpiGbl_ConvDebugFile, NULL);
520 1.17 christos ACPI_GLOBAL (char, AcpiGbl_TableSig[4]);
521 1.17 christos #endif
522 1.6 christos
523 1.6 christos #ifdef ACPI_APPLICATION
524 1.7 christos ACPI_INIT_GLOBAL (ACPI_FILE, AcpiGbl_DebugFile, NULL);
525 1.7 christos ACPI_INIT_GLOBAL (ACPI_FILE, AcpiGbl_OutputFile, NULL);
526 1.13 christos ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DebugTimeout, FALSE);
527 1.7 christos
528 1.7 christos /* Print buffer */
529 1.7 christos
530 1.7 christos ACPI_GLOBAL (ACPI_SPINLOCK, AcpiGbl_PrintLock); /* For print buffer */
531 1.7 christos ACPI_GLOBAL (char, AcpiGbl_PrintBuffer[1024]);
532 1.6 christos #endif /* ACPI_APPLICATION */
533 1.6 christos
534 1.1 jruoho #endif /* __ACGLOBAL_H__ */
535