search for: sif_pm_mask

Displaying 3 results from an estimated 3 matches for "sif_pm_mask".

2008 Sep 19
0
[PATCH] linux: fix processor handling in presence of external control
.../i386/kernel/acpi/processor_extcntl_xen.c 2008-09-19 12:54:32.000000000 +0200 +++ head-2008-09-15/arch/i386/kernel/acpi/processor_extcntl_xen.c 2008-09-19 12:55:29.000000000 +0200 @@ -215,6 +215,8 @@ void arch_acpi_processor_init_extcntl(co { unsigned int pmbits = (xen_start_info->flags & SIF_PM_MASK) >> 8; + if (!pmbits) + return; if (pmbits & XEN_PROCESSOR_PM_CX) xen_extcntl_ops.pm_ops[PM_TYPE_IDLE] = xen_cx_notifier; if (pmbits & XEN_PROCESSOR_PM_PX) Index: head-2008-09-15/drivers/acpi/processor_core.c ==================================================================...
2011 Aug 15
36
expose MWAIT to dom0
There''re basically two methods to enter a given C-state: legacy (hlt + I/O read), and native(using mwait). MWAIT is always preferred when both underlying CPU and OS support, which is a more efficient way to conduct C-state transition. Xen PM relies on Dom0 to parse ACPI Cx/Px information, which involves one step to notify BIOS about a set of capabilities supported by OSPM. One capability
2011 Nov 30
36
[RFC PATCH] Exporting ACPI Pxx/Cxx states to other kernel subsystems (v1).
Hello, The following patches are a solution to a problem we have encountered when using the Xen hypervisor: - Need Pxx/Cxx states to save on power consumption when using Xen (we do want those datacenters to consume less power!), - Also need to figure out the Turbo mode so that the scheduler can properly boost a core for CPU bound guests. In essence the Xen hypervisor requires that