Lines Matching +full:multi +full:- +full:configurable
1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
4 * Name: acenv.h - Host and compiler configuration
6 * Copyright (C) 2000 - 2023, Intel Corp.
15 * to the local environment. This includes compiler-specific, OS-specific,
16 * and machine-specific configuration.
205 * EFI applications can be built with -nostdlib, in this case, it must be
230 /* 64-bit data types */
255 /* Flush CPU cache - used when going to sleep. Wbinvd or similar. */
261 /* "inline" keywords - configurable since inline is not standardized */
273 * Configurable calling conventions:
275 * ACPI_SYSTEM_XFACE - Interfaces to host OS (handlers, threads)
276 * ACPI_EXTERNAL_XFACE - External ACPI interfaces
277 * ACPI_INTERNAL_XFACE - Internal ACPI interfaces
278 * ACPI_INTERNAL_VAR_XFACE - Internal variable-parameter list interfaces
302 * multi-threaded if ACPI_APPLICATION is not set.
320 * ACPI_USE_SYSTEM_CLIBRARY - Define this if linking to an actual C library.
322 * ACPI_USE_STANDARD_HEADERS - Define this if linking to a C library and