Lines Matching +full:build +full:- +full:essential
3 * Name: acpixf.h - External interfaces to the ACPI subsystem
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
243 * 3) Allow access to uninitialized locals/args (auto-init to integer 0)
255 * possible run-time problems if they are entered by more than one thread.
262 * Changing this will revert ACPICA (and machine ASL) to pre-OSI behavior.
298 * of the RSDT, the XSDT has been found to be corrupt or ill-formed on
304 * Optionally use 32-bit FADT addresses if and when there is a conflict
305 * (address mismatch) between the 32-bit and 64-bit versions of the
307 * requires the use of the corresponding 64-bit address if it is non-zero,
308 * some machines have been found to have a corrupted non-zero 64-bit
309 * address. Default is FALSE, do not favor the 32-bit addresses.
314 * Optionally use 32-bit FACS table addresses.
316 * if 64-bit FACS table address is selected:
318 * Default is TRUE, favor the 32-bit addresses.
361 * ACPI Global Lock is mainly used for systems with SMM, so no-SMM systems
377 * refer to non-existent named objects. However, If the AML actually tries to
429 * Interfaces that are configured out of the ACPICA build are replaced
435 * Hardware-reduced prototypes (default: Not hardware reduced).
437 * All ACPICA hardware-related interfaces that use these macros will be
438 * configured out of the ACPICA build if the ACPI_REDUCED_HARDWARE flag
441 * Note: This static build option for reduced hardware is intended to
445 * the flag will enable similar behavior -- ACPICA will not attempt
446 * to access any ACPI-relate hardware (SCI, GPEs, Fixed Events, etc.)
481 * will be configured out of the ACPICA build if the
499 * will be configured out of the ACPICA build unless the
517 * out of the ACPICA build unless the ACPI_APPLICATION
535 * out of the ACPICA build unless the ACPI_DEBUGGER