Lines Matching +full:global +full:- +full:halt

1 /*-
78 struct apm_clone_data *acpi_clone; /* Pseudo-dev for devd(8). */
145 * Entry points to ACPI from above are global functions defined in this
150 * ACPI tables and global shared data are protected by a global lock
153 * Each ACPI device can have its own driver-specific mutex for protecting
160 * ACPI-CA handles its own locking and should not be called with locks held.
163 * GPE -> EC runs _Qxx -> _Qxx reads EC space -> GPE
180 * ACPI CA does not define layers for non-ACPI CA drivers.
205 * See the Intel document titled "Intel Processor Vendor-Specific ACPI",
206 * number 302223-007.
209 #define ACPI_CAP_C1_IO_HALT (1 << 1) /* Intel C1 "IO then halt" sequence */
216 #define ACPI_CAP_SMP_C1_NATIVE (1 << 8) /* MP C1 support other than halt */
218 #define ACPI_CAP_PX_HW_COORD (1 << 11) /* Intel P-state HW coordination */
229 * first APIC and that the MADT should force that by ignoring the PC-AT
247 * edge-sensitive and active-lo. Normally, edge-sensitive IRQs should
248 * be active-hi. If this value is non-zero, edge-sensitive ISA IRQs
249 * are forced to be active-hi instead. At least some AMD systems use
250 * active-lo edge-sensitive ISA IRQs, so this setting is only enabled
266 MODULE_PNP_INFO("Z:_HID", busname, t##hid, t, nitems(t)-1); \
267 MODULE_PNP_INFO("Z:_CID", busname, t##cid, t, nitems(t)-1);
284 #define ACPI_DEV_DOMAIN_UNKNOWN (-1)
341 return (end - start); in acpi_TimerDelta()
513 return (sc->acpi_verbose); in acpi_get_verbose()
553 ((pkg) != NULL && (pkg)->Type == ACPI_TYPE_PACKAGE && \
554 (pkg)->Package.Count >= (size))
556 ((pkg) != NULL && (pkg)->Type == ACPI_TYPE_PACKAGE && \
557 (pkg)->Package.Count == (size))
604 * Returns the VM domain ID if found, or -1 if not found / invalid.