Lines Matching full:c3
11 * - Added support for C3 on SMP
68 * IBM ThinkPad R40e crashes mysteriously when going into C2 or C3.
119 * Some BIOS implementations switch to C3 in the published C2 state.
122 * that the local APIC stops in both C2 and C3.
230 /* determine C2 and C3 address from pblk */ in acpi_processor_get_power_info_fadt()
250 * FADT supplied C3 latency must be less than or equal to in acpi_processor_get_power_info_fadt()
254 acpi_handle_debug(pr->handle, "C3 latency too large [%d]\n", in acpi_processor_get_power_info_fadt()
256 /* invalidate C3 */ in acpi_processor_get_power_info_fadt()
320 * PIIX4 Erratum #18: We don't support C3 when Type-F (fast) in acpi_processor_power_verify_c3()
328 "C3 not supported on PIIX4 with Type-F DMA\n"); in acpi_processor_power_verify_c3()
348 "C3 support requires BM control\n"); in acpi_processor_power_verify_c3()
351 /* Here we enter C3 without bus mastering */ in acpi_processor_power_verify_c3()
353 "C3 support without BM control\n"); in acpi_processor_power_verify_c3()
358 * WBINVD should be set in fadt, for C3 state to be in acpi_processor_power_verify_c3()
364 " for C3 to be enabled on SMP systems\n"); in acpi_processor_power_verify_c3()
370 * Otherwise we've met all of our C3 requirements. in acpi_processor_power_verify_c3()
371 * Normalize the C3 latency to expidite policy. Enable in acpi_processor_power_verify_c3()
373 * use this in our C3 policy in acpi_processor_power_verify_c3()
380 * system from C3. Newer chipsets handle DMA in acpi_processor_power_verify_c3()
381 * during C3 automatically and BM_RLD is a NOP. in acpi_processor_power_verify_c3()
482 * if one state of type C2 or C3 is available, mark this in acpi_processor_get_cstate_info()
611 * acpi_idle_enter_bm - enters C3 with proper BM handling
632 * In that case we cannot do much, we enter C3 without doing anything. in acpi_idle_enter_bm()
653 /* Disable bus master arbitration when all CPUs are in C3 */ in acpi_idle_enter_bm()