blob: e78667ee5d0b6b10a65e5a67183b5954c84b677e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/******************************************************************************
2 *
3 * Name: acglobal.h - Declarations for global variables
4 *
5 *****************************************************************************/
6
7/*
David E. Box82a80942015-02-05 15:20:45 +08008 * Copyright (C) 2000 - 2015, Intel Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * substantially similar to the "NO WARRANTY" disclaimer below
19 * ("Disclaimer") and any redistribution must be conditioned upon
20 * including a substantially similar Disclaimer requirement for further
21 * binary redistribution.
22 * 3. Neither the names of the above-listed copyright holders nor the names
23 * of any contributors may be used to endorse or promote products derived
24 * from this software without specific prior written permission.
25 *
26 * Alternatively, this software may be distributed under the terms of the
27 * GNU General Public License ("GPL") version 2 as published by the Free
28 * Software Foundation.
29 *
30 * NO WARRANTY
31 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
34 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35 * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 * POSSIBILITY OF SUCH DAMAGES.
42 */
43
44#ifndef __ACGLOBAL_H__
45#define __ACGLOBAL_H__
46
Linus Torvalds1da177e2005-04-16 15:20:36 -070047/*****************************************************************************
48 *
Lv Zheng3035ff72014-04-30 10:03:52 +080049 * Globals related to the ACPI tables
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 *
51 ****************************************************************************/
52
Lv Zheng3035ff72014-04-30 10:03:52 +080053/* Master list of all ACPI tables that were found in the RSDT/XSDT */
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
Lv Zheng3aa0b082014-02-26 10:32:38 +080055ACPI_GLOBAL(struct acpi_table_list, acpi_gbl_root_table_list);
56
57/* DSDT information. Used to check for DSDT corruption */
58
59ACPI_GLOBAL(struct acpi_table_header *, acpi_gbl_DSDT);
60ACPI_GLOBAL(struct acpi_table_header, acpi_gbl_original_dsdt_header);
Lv Zheng8ec3f452015-08-25 10:29:01 +080061ACPI_INIT_GLOBAL(u32, acpi_gbl_dsdt_index, ACPI_INVALID_TABLE_INDEX);
62ACPI_INIT_GLOBAL(u32, acpi_gbl_facs_index, ACPI_INVALID_TABLE_INDEX);
63ACPI_INIT_GLOBAL(u32, acpi_gbl_xfacs_index, ACPI_INVALID_TABLE_INDEX);
Bob Moore33620c52012-02-14 18:14:27 +080064
65#if (!ACPI_REDUCED_HARDWARE)
Lv Zheng3aa0b082014-02-26 10:32:38 +080066ACPI_GLOBAL(struct acpi_table_facs *, acpi_gbl_FACS);
Lv Zhengf06147f2015-07-01 14:43:18 +080067ACPI_GLOBAL(struct acpi_table_facs *, acpi_gbl_facs32);
68ACPI_GLOBAL(struct acpi_table_facs *, acpi_gbl_facs64);
Robert Moore73459f72005-06-24 00:00:00 -040069
Bob Moore33620c52012-02-14 18:14:27 +080070#endif /* !ACPI_REDUCED_HARDWARE */
71
Bob Moore531c6332009-02-18 14:06:12 +080072/* These addresses are calculated from the FADT Event Block addresses */
Bob Moorec5a71562007-02-02 19:48:19 +030073
Lv Zheng3aa0b082014-02-26 10:32:38 +080074ACPI_GLOBAL(struct acpi_generic_address, acpi_gbl_xpm1a_status);
75ACPI_GLOBAL(struct acpi_generic_address, acpi_gbl_xpm1a_enable);
Bob Moore531c6332009-02-18 14:06:12 +080076
Lv Zheng3aa0b082014-02-26 10:32:38 +080077ACPI_GLOBAL(struct acpi_generic_address, acpi_gbl_xpm1b_status);
78ACPI_GLOBAL(struct acpi_generic_address, acpi_gbl_xpm1b_enable);
Lin Ming729df0f2010-04-01 10:47:56 +080079
Linus Torvalds1da177e2005-04-16 15:20:36 -070080/*
Lv Zheng3aa0b082014-02-26 10:32:38 +080081 * Handle both ACPI 1.0 and ACPI 2.0+ Integer widths. The integer width is
Bob Mooref3d2e782007-02-02 19:48:18 +030082 * determined by the revision of the DSDT: If the DSDT revision is less than
83 * 2, use only the lower 32 bits of the internal 64-bit Integer.
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 */
Lv Zheng3aa0b082014-02-26 10:32:38 +080085ACPI_GLOBAL(u8, acpi_gbl_integer_bit_width);
86ACPI_GLOBAL(u8, acpi_gbl_integer_byte_width);
87ACPI_GLOBAL(u8, acpi_gbl_integer_nybble_width);
Linus Torvalds1da177e2005-04-16 15:20:36 -070088
Bob Moore967440e32006-06-23 17:04:00 -040089/*****************************************************************************
90 *
Bob Moore22e5b402011-11-16 10:57:28 +080091 * Mutual exclusion within ACPICA subsystem
Bob Moore967440e32006-06-23 17:04:00 -040092 *
93 ****************************************************************************/
94
Linus Torvalds1da177e2005-04-16 15:20:36 -070095/*
Bob Mooref3d2e782007-02-02 19:48:18 +030096 * Predefined mutex objects. This array contains the
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 * actual OS mutex handles, indexed by the local ACPI_MUTEX_HANDLEs.
98 * (The table maps local handles to the real OS handles)
99 */
Lv Zheng3aa0b082014-02-26 10:32:38 +0800100ACPI_GLOBAL(struct acpi_mutex_info, acpi_gbl_mutex_info[ACPI_NUM_MUTEX]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101
Bob Moore967440e32006-06-23 17:04:00 -0400102/*
Bob Mooreba886cd2008-04-10 19:06:37 +0400103 * Global lock mutex is an actual AML mutex object
Lin Ming749c2762011-03-23 17:26:36 +0800104 * Global lock semaphore works in conjunction with the actual global lock
105 * Global lock spinlock is used for "pending" handshake
Bob Moore967440e32006-06-23 17:04:00 -0400106 */
Lv Zheng3aa0b082014-02-26 10:32:38 +0800107ACPI_GLOBAL(union acpi_operand_object *, acpi_gbl_global_lock_mutex);
108ACPI_GLOBAL(acpi_semaphore, acpi_gbl_global_lock_semaphore);
109ACPI_GLOBAL(acpi_spinlock, acpi_gbl_global_lock_pending_lock);
110ACPI_GLOBAL(u16, acpi_gbl_global_lock_handle);
111ACPI_GLOBAL(u8, acpi_gbl_global_lock_acquired);
112ACPI_GLOBAL(u8, acpi_gbl_global_lock_present);
113ACPI_GLOBAL(u8, acpi_gbl_global_lock_pending);
Bob Moore967440e32006-06-23 17:04:00 -0400114
115/*
116 * Spinlocks are used for interfaces that can be possibly called at
117 * interrupt level
118 */
Lv Zheng3aa0b082014-02-26 10:32:38 +0800119ACPI_GLOBAL(acpi_spinlock, acpi_gbl_gpe_lock); /* For GPE data structs and registers */
120ACPI_GLOBAL(acpi_spinlock, acpi_gbl_hardware_lock); /* For ACPI H/W except GPE registers */
121ACPI_GLOBAL(acpi_spinlock, acpi_gbl_reference_count_lock);
Bob Moore967440e32006-06-23 17:04:00 -0400122
Lv Zheng739dcbb2012-12-20 01:07:26 +0000123/* Mutex for _OSI support */
124
Lv Zheng3aa0b082014-02-26 10:32:38 +0800125ACPI_GLOBAL(acpi_mutex, acpi_gbl_osi_mutex);
Lv Zheng739dcbb2012-12-20 01:07:26 +0000126
127/* Reader/Writer lock is used for namespace walk and dynamic table unload */
128
Lv Zheng3aa0b082014-02-26 10:32:38 +0800129ACPI_GLOBAL(struct acpi_rw_lock, acpi_gbl_namespace_rw_lock);
Lv Zheng739dcbb2012-12-20 01:07:26 +0000130
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131/*****************************************************************************
132 *
133 * Miscellaneous globals
134 *
135 ****************************************************************************/
136
Robert Moore73459f72005-06-24 00:00:00 -0400137/* Object caches */
138
Lv Zheng3aa0b082014-02-26 10:32:38 +0800139ACPI_GLOBAL(acpi_cache_t *, acpi_gbl_namespace_cache);
140ACPI_GLOBAL(acpi_cache_t *, acpi_gbl_state_cache);
141ACPI_GLOBAL(acpi_cache_t *, acpi_gbl_ps_node_cache);
142ACPI_GLOBAL(acpi_cache_t *, acpi_gbl_ps_node_ext_cache);
143ACPI_GLOBAL(acpi_cache_t *, acpi_gbl_operand_cache);
144
145/* System */
146
147ACPI_INIT_GLOBAL(u32, acpi_gbl_startup_flags, 0);
148ACPI_INIT_GLOBAL(u8, acpi_gbl_shutdown, TRUE);
Robert Moore73459f72005-06-24 00:00:00 -0400149
150/* Global handlers */
151
Lv Zheng3aa0b082014-02-26 10:32:38 +0800152ACPI_GLOBAL(struct acpi_global_notify_handler, acpi_gbl_global_notify[2]);
153ACPI_GLOBAL(acpi_exception_handler, acpi_gbl_exception_handler);
154ACPI_GLOBAL(acpi_init_handler, acpi_gbl_init_handler);
155ACPI_GLOBAL(acpi_table_handler, acpi_gbl_table_handler);
156ACPI_GLOBAL(void *, acpi_gbl_table_handler_context);
Lv Zheng3aa0b082014-02-26 10:32:38 +0800157ACPI_GLOBAL(acpi_interface_handler, acpi_gbl_interface_handler);
158ACPI_GLOBAL(struct acpi_sci_handler_info *, acpi_gbl_sci_handler_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159
Bob Mooreba886cd2008-04-10 19:06:37 +0400160/* Owner ID support */
161
Lv Zheng3aa0b082014-02-26 10:32:38 +0800162ACPI_GLOBAL(u32, acpi_gbl_owner_id_mask[ACPI_NUM_OWNERID_MASKS]);
163ACPI_GLOBAL(u8, acpi_gbl_last_owner_id_index);
164ACPI_GLOBAL(u8, acpi_gbl_next_owner_id_offset);
Bob Mooreba886cd2008-04-10 19:06:37 +0400165
Bob Mooreef09c4f2011-02-14 16:13:25 +0800166/* Initialization sequencing */
167
Lv Zheng3aa0b082014-02-26 10:32:38 +0800168ACPI_GLOBAL(u8, acpi_gbl_reg_methods_executed);
Bob Mooreef09c4f2011-02-14 16:13:25 +0800169
Robert Moore73459f72005-06-24 00:00:00 -0400170/* Misc */
171
Lv Zheng3aa0b082014-02-26 10:32:38 +0800172ACPI_GLOBAL(u32, acpi_gbl_original_mode);
Lv Zheng3aa0b082014-02-26 10:32:38 +0800173ACPI_GLOBAL(u32, acpi_gbl_ns_lookup_count);
174ACPI_GLOBAL(u32, acpi_gbl_ps_find_count);
175ACPI_GLOBAL(u16, acpi_gbl_pm1_enable_register_save);
176ACPI_GLOBAL(u8, acpi_gbl_debugger_configuration);
177ACPI_GLOBAL(u8, acpi_gbl_step_to_next_call);
178ACPI_GLOBAL(u8, acpi_gbl_acpi_hardware_present);
179ACPI_GLOBAL(u8, acpi_gbl_events_initialized);
180ACPI_GLOBAL(struct acpi_interface_info *, acpi_gbl_supported_interfaces);
181ACPI_GLOBAL(struct acpi_address_range *,
182 acpi_gbl_address_range_list[ACPI_ADDRESS_RANGE_MAX]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183
Lv Zheng3aa0b082014-02-26 10:32:38 +0800184/* Other miscellaneous, declared and initialized in utglobal */
Bob Mooredbaaa952008-04-10 19:06:37 +0400185
Len Brown4be44fc2005-08-05 00:44:28 -0400186extern const char *acpi_gbl_sleep_state_names[ACPI_S_STATE_COUNT];
Bob Moore15b8dd52009-06-29 13:39:29 +0800187extern const char *acpi_gbl_lowest_dstate_names[ACPI_NUM_sx_w_METHODS];
188extern const char *acpi_gbl_highest_dstate_names[ACPI_NUM_sx_d_METHODS];
Len Brown4be44fc2005-08-05 00:44:28 -0400189extern const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS];
Lv Zheng3aa0b082014-02-26 10:32:38 +0800190extern const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES];
Bob Mooredbaaa952008-04-10 19:06:37 +0400191
Lv Zhengf540fad2012-10-31 02:25:15 +0000192#ifdef ACPI_DBG_TRACK_ALLOCATIONS
193
Lv Zheng3aa0b082014-02-26 10:32:38 +0800194/* Lists for tracking memory allocations (debug only) */
Lv Zhengf540fad2012-10-31 02:25:15 +0000195
Lv Zheng3aa0b082014-02-26 10:32:38 +0800196ACPI_GLOBAL(struct acpi_memory_list *, acpi_gbl_global_list);
197ACPI_GLOBAL(struct acpi_memory_list *, acpi_gbl_ns_node_list);
198ACPI_GLOBAL(u8, acpi_gbl_display_final_mem_stats);
199ACPI_GLOBAL(u8, acpi_gbl_disable_mem_tracking);
Lv Zhengf540fad2012-10-31 02:25:15 +0000200#endif
201
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202/*****************************************************************************
203 *
204 * Namespace globals
205 *
206 ****************************************************************************/
207
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208#if !defined (ACPI_NO_METHOD_EXECUTION) || defined (ACPI_CONSTANT_EVAL_ONLY)
209#define NUM_PREDEFINED_NAMES 10
210#else
211#define NUM_PREDEFINED_NAMES 9
212#endif
213
Lv Zheng3aa0b082014-02-26 10:32:38 +0800214ACPI_GLOBAL(struct acpi_namespace_node, acpi_gbl_root_node_struct);
215ACPI_GLOBAL(struct acpi_namespace_node *, acpi_gbl_root_node);
216ACPI_GLOBAL(struct acpi_namespace_node *, acpi_gbl_fadt_gpe_device);
217ACPI_GLOBAL(union acpi_operand_object *, acpi_gbl_module_code_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218
Bob Mooreb7f9f042008-04-10 19:06:40 +0400219extern const u8 acpi_gbl_ns_properties[ACPI_NUM_NS_TYPES];
Len Brown4be44fc2005-08-05 00:44:28 -0400220extern const struct acpi_predefined_names
221 acpi_gbl_pre_defined_names[NUM_PREDEFINED_NAMES];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222
223#ifdef ACPI_DEBUG_OUTPUT
Lv Zheng3aa0b082014-02-26 10:32:38 +0800224ACPI_GLOBAL(u32, acpi_gbl_current_node_count);
225ACPI_GLOBAL(u32, acpi_gbl_current_node_size);
226ACPI_GLOBAL(u32, acpi_gbl_max_concurrent_node_count);
227ACPI_GLOBAL(acpi_size *, acpi_gbl_entry_stack_pointer);
228ACPI_GLOBAL(acpi_size *, acpi_gbl_lowest_stack_pointer);
229ACPI_GLOBAL(u32, acpi_gbl_deepest_nesting);
230ACPI_INIT_GLOBAL(u32, acpi_gbl_nesting_level, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231#endif
232
233/*****************************************************************************
234 *
235 * Interpreter globals
236 *
237 ****************************************************************************/
238
Lv Zheng3aa0b082014-02-26 10:32:38 +0800239ACPI_GLOBAL(struct acpi_thread_state *, acpi_gbl_current_walk_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240
241/* Control method single step flag */
242
Lv Zheng3aa0b082014-02-26 10:32:38 +0800243ACPI_GLOBAL(u8, acpi_gbl_cm_single_step);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
245/*****************************************************************************
246 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 * Hardware globals
248 *
249 ****************************************************************************/
250
Len Brown4be44fc2005-08-05 00:44:28 -0400251extern struct acpi_bit_register_info
252 acpi_gbl_bit_register_info[ACPI_NUM_BITREG];
Lv Zheng3aa0b082014-02-26 10:32:38 +0800253
254ACPI_GLOBAL(u8, acpi_gbl_sleep_type_a);
255ACPI_GLOBAL(u8, acpi_gbl_sleep_type_b);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256
257/*****************************************************************************
258 *
259 * Event and GPE globals
260 *
261 ****************************************************************************/
262
Bob Moore33620c52012-02-14 18:14:27 +0800263#if (!ACPI_REDUCED_HARDWARE)
264
Lv Zheng3aa0b082014-02-26 10:32:38 +0800265ACPI_GLOBAL(u8, acpi_gbl_all_gpes_initialized);
266ACPI_GLOBAL(struct acpi_gpe_xrupt_info *, acpi_gbl_gpe_xrupt_list_head);
267ACPI_GLOBAL(struct acpi_gpe_block_info *,
268 acpi_gbl_gpe_fadt_blocks[ACPI_MAX_GPE_BLOCKS]);
269ACPI_GLOBAL(acpi_gbl_event_handler, acpi_gbl_global_event_handler);
270ACPI_GLOBAL(void *, acpi_gbl_global_event_handler_context);
271ACPI_GLOBAL(struct acpi_fixed_event_handler,
272 acpi_gbl_fixed_event_handlers[ACPI_NUM_FIXED_EVENTS]);
273
Lv Zheng739dcbb2012-12-20 01:07:26 +0000274extern struct acpi_fixed_event_info
275 acpi_gbl_fixed_event_info[ACPI_NUM_FIXED_EVENTS];
Bob Moore4c90ece2006-06-08 16:29:00 -0400276
Bob Moore33620c52012-02-14 18:14:27 +0800277#endif /* !ACPI_REDUCED_HARDWARE */
278
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279/*****************************************************************************
280 *
Lv Zhengf540fad2012-10-31 02:25:15 +0000281 * Debug support
282 *
283 ****************************************************************************/
284
Lv Zhengf540fad2012-10-31 02:25:15 +0000285/* Event counters */
286
Lv Zheng3aa0b082014-02-26 10:32:38 +0800287ACPI_GLOBAL(u32, acpi_method_count);
288ACPI_GLOBAL(u32, acpi_gpe_count);
289ACPI_GLOBAL(u32, acpi_sci_count);
290ACPI_GLOBAL(u32, acpi_fixed_event_count[ACPI_NUM_FIXED_EVENTS]);
Lv Zhengf540fad2012-10-31 02:25:15 +0000291
292/* Support for dynamic control method tracing mechanism */
293
Lv Zheng3aa0b082014-02-26 10:32:38 +0800294ACPI_GLOBAL(u32, acpi_gbl_original_dbg_level);
295ACPI_GLOBAL(u32, acpi_gbl_original_dbg_layer);
Lv Zhengf540fad2012-10-31 02:25:15 +0000296
297/*****************************************************************************
298 *
Bob Moored9652b42013-01-25 05:41:08 +0000299 * Debugger and Disassembler globals
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 *
301 ****************************************************************************/
302
Lv Zheng83b80bac2014-07-08 10:06:45 +0800303ACPI_INIT_GLOBAL(u8, acpi_gbl_db_output_flags, ACPI_DB_CONSOLE_OUTPUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304
305#ifdef ACPI_DISASSEMBLER
306
Lv Zheng3aa0b082014-02-26 10:32:38 +0800307/* Do not disassemble buffers to resource descriptors */
Bob Moored9652b42013-01-25 05:41:08 +0000308
Lv Zheng3aa0b082014-02-26 10:32:38 +0800309ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE);
310ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE);
Bob Moore5f040fc2014-11-27 14:26:12 +0800311ACPI_INIT_GLOBAL(u8, acpi_gbl_cstyle_disassembly, TRUE);
Bob Moore8b0b1a92015-04-13 11:50:21 +0800312ACPI_INIT_GLOBAL(u8, acpi_gbl_force_aml_disassembly, FALSE);
Lv Zheng3aa0b082014-02-26 10:32:38 +0800313
314ACPI_GLOBAL(u8, acpi_gbl_db_opt_disasm);
Bob Moore2aabfad2015-08-25 10:28:47 +0800315ACPI_GLOBAL(u8, acpi_gbl_dm_opt_listing);
Lv Zheng3aa0b082014-02-26 10:32:38 +0800316ACPI_GLOBAL(u8, acpi_gbl_db_opt_verbose);
317ACPI_GLOBAL(u8, acpi_gbl_num_external_methods);
318ACPI_GLOBAL(u32, acpi_gbl_resolved_external_methods);
319ACPI_GLOBAL(struct acpi_external_list *, acpi_gbl_external_list);
320ACPI_GLOBAL(struct acpi_external_file *, acpi_gbl_external_file_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321#endif
322
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323#ifdef ACPI_DEBUGGER
324
Lv Zheng3aa0b082014-02-26 10:32:38 +0800325ACPI_INIT_GLOBAL(u8, acpi_gbl_db_terminate_threads, FALSE);
326ACPI_INIT_GLOBAL(u8, acpi_gbl_abort_method, FALSE);
327ACPI_INIT_GLOBAL(u8, acpi_gbl_method_executing, FALSE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328
Bob Moore0a381132015-04-13 11:50:14 +0800329ACPI_GLOBAL(u8, acpi_gbl_db_opt_no_ini_methods);
Lv Zheng3aa0b082014-02-26 10:32:38 +0800330ACPI_GLOBAL(u8, acpi_gbl_db_opt_no_region_support);
331ACPI_GLOBAL(u8, acpi_gbl_db_output_to_file);
332ACPI_GLOBAL(char *, acpi_gbl_db_buffer);
333ACPI_GLOBAL(char *, acpi_gbl_db_filename);
334ACPI_GLOBAL(u32, acpi_gbl_db_debug_level);
335ACPI_GLOBAL(u32, acpi_gbl_db_console_debug_level);
336ACPI_GLOBAL(struct acpi_namespace_node *, acpi_gbl_db_scope_node);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337
Lv Zheng3aa0b082014-02-26 10:32:38 +0800338ACPI_GLOBAL(char *, acpi_gbl_db_args[ACPI_DEBUGGER_MAX_ARGS]);
339ACPI_GLOBAL(acpi_object_type, acpi_gbl_db_arg_types[ACPI_DEBUGGER_MAX_ARGS]);
Bob Moore1f5210a2013-09-23 09:51:52 +0800340
341/* These buffers should all be the same size */
342
Lv Zheng3aa0b082014-02-26 10:32:38 +0800343ACPI_GLOBAL(char, acpi_gbl_db_line_buf[ACPI_DB_LINE_BUFFER_SIZE]);
344ACPI_GLOBAL(char, acpi_gbl_db_parsed_buf[ACPI_DB_LINE_BUFFER_SIZE]);
345ACPI_GLOBAL(char, acpi_gbl_db_scope_buf[ACPI_DB_LINE_BUFFER_SIZE]);
346ACPI_GLOBAL(char, acpi_gbl_db_debug_filename[ACPI_DB_LINE_BUFFER_SIZE]);
Bob Moore1f5210a2013-09-23 09:51:52 +0800347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348/*
349 * Statistic globals
350 */
Lv Zheng3aa0b082014-02-26 10:32:38 +0800351ACPI_GLOBAL(u16, acpi_gbl_obj_type_count[ACPI_TYPE_NS_NODE_MAX + 1]);
352ACPI_GLOBAL(u16, acpi_gbl_node_type_count[ACPI_TYPE_NS_NODE_MAX + 1]);
353ACPI_GLOBAL(u16, acpi_gbl_obj_type_count_misc);
354ACPI_GLOBAL(u16, acpi_gbl_node_type_count_misc);
355ACPI_GLOBAL(u32, acpi_gbl_num_nodes);
356ACPI_GLOBAL(u32, acpi_gbl_num_objects);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357
Len Brown4be44fc2005-08-05 00:44:28 -0400358#endif /* ACPI_DEBUGGER */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359
Bob Moore40cdb362012-06-29 09:12:59 +0800360/*****************************************************************************
361 *
Lv Zheng71487f3f2014-01-08 13:45:02 +0800362 * Application globals
363 *
364 ****************************************************************************/
365
366#ifdef ACPI_APPLICATION
367
Lv Zheng3aa0b082014-02-26 10:32:38 +0800368ACPI_INIT_GLOBAL(ACPI_FILE, acpi_gbl_debug_file, NULL);
Lv Zheng83b80bac2014-07-08 10:06:45 +0800369ACPI_INIT_GLOBAL(ACPI_FILE, acpi_gbl_output_file, NULL);
Lv Zheng71487f3f2014-01-08 13:45:02 +0800370
Lv Zheng80a648c2014-07-08 10:07:00 +0800371/* Print buffer */
372
373ACPI_GLOBAL(acpi_spinlock, acpi_gbl_print_lock); /* For print buffer */
374ACPI_GLOBAL(char, acpi_gbl_print_buffer[1024]);
375
Lv Zheng71487f3f2014-01-08 13:45:02 +0800376#endif /* ACPI_APPLICATION */
377
378/*****************************************************************************
379 *
Bob Moore40cdb362012-06-29 09:12:59 +0800380 * Info/help support
381 *
382 ****************************************************************************/
383
384extern const struct ah_predefined_name asl_predefined_info[];
Lv Zhenge2b90352014-04-04 12:39:50 +0800385extern const struct ah_device_id asl_device_ids[];
Bob Moore40cdb362012-06-29 09:12:59 +0800386
Len Brown4be44fc2005-08-05 00:44:28 -0400387#endif /* __ACGLOBAL_H__ */