Lines Matching full:c3
11 * - Added support for C3 on SMP
70 * IBM ThinkPad R40e crashes mysteriously when going into C2 or C3.
121 * Some BIOS implementations switch to C3 in the published C2 state.
124 * that the local APIC stops in both C2 and C3.
232 /* determine C2 and C3 address from pblk */ in acpi_processor_get_power_info_fadt()
252 * FADT supplied C3 latency must be less than or equal to in acpi_processor_get_power_info_fadt()
257 "C3 latency too large [%d]\n", acpi_gbl_FADT.c3_latency)); in acpi_processor_get_power_info_fadt()
258 /* invalidate C3 */ in acpi_processor_get_power_info_fadt()
323 * PIIX4 Erratum #18: We don't support C3 when Type-F (fast) in acpi_processor_power_verify_c3()
331 "C3 not supported on PIIX4 with Type-F DMA\n")); in acpi_processor_power_verify_c3()
351 "C3 support requires BM control\n")); in acpi_processor_power_verify_c3()
354 /* Here we enter C3 without bus mastering */ in acpi_processor_power_verify_c3()
356 "C3 support without BM control\n")); in acpi_processor_power_verify_c3()
361 * WBINVD should be set in fadt, for C3 state to be in acpi_processor_power_verify_c3()
367 " for C3 to be enabled on SMP systems\n")); in acpi_processor_power_verify_c3()
373 * Otherwise we've met all of our C3 requirements. in acpi_processor_power_verify_c3()
374 * Normalize the C3 latency to expidite policy. Enable in acpi_processor_power_verify_c3()
376 * use this in our C3 policy in acpi_processor_power_verify_c3()
383 * system from C3. Newer chipsets handle DMA in acpi_processor_power_verify_c3()
384 * during C3 automatically and BM_RLD is a NOP. in acpi_processor_power_verify_c3()
494 * if one state of type C2 or C3 is available, mark this in acpi_processor_get_cstate_info()
623 * acpi_idle_enter_bm - enters C3 with proper BM handling
644 * In that case we cannot do much, we enter C3 without doing anything. in acpi_idle_enter_bm()
663 /* Disable bus master arbitration when all CPUs are in C3 */ in acpi_idle_enter_bm()