Lines Matching +full:sci +full:- +full:pm +full:- +full:domain

1 /*-
78 struct apm_clone_data *acpi_clone; /* Pseudo-dev for devd(8). */
147 * are interrupts (the SCI), notifies, task queue threads, and the thermal
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.
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
244 * edge-sensitive and active-lo. Normally, edge-sensitive IRQs should
245 * be active-hi. If this value is non-zero, edge-sensitive ISA IRQs
246 * are forced to be active-hi instead. At least some AMD systems use
247 * active-lo edge-sensitive ISA IRQs, so this setting is only enabled
263 MODULE_PNP_INFO("Z:_HID", busname, t##hid, t, nitems(t)-1); \
264 MODULE_PNP_INFO("Z:_CID", busname, t##cid, t, nitems(t)-1);
279 * ad_domain NUMA domain special value.
281 #define ACPI_DEV_DOMAIN_UNKNOWN (-1)
307 __ACPI_BUS_ACCESSOR(acpi, domain, ACPI, DOMAIN, int)
331 /* Find the difference between two PM tick counts. */
338 return (end - start);
510 return (sc->acpi_verbose);
550 ((pkg) != NULL && (pkg)->Type == ACPI_TYPE_PACKAGE && \
551 (pkg)->Package.Count >= (size))
553 ((pkg) != NULL && (pkg)->Type == ACPI_TYPE_PACKAGE && \
554 (pkg)->Package.Count == (size))
599 * Map a PXM to a VM domain.
601 * Returns the VM domain ID if found, or -1 if not found / invalid.