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()
324 * PIIX4 Erratum #18: We don't support C3 when Type-F (fast) in acpi_processor_power_verify_c3()
332 "C3 not supported on PIIX4 with Type-F DMA\n"); in acpi_processor_power_verify_c3()
352 "C3 support requires BM control\n"); in acpi_processor_power_verify_c3()
355 /* Here we enter C3 without bus mastering */ in acpi_processor_power_verify_c3()
357 "C3 support without BM control\n"); in acpi_processor_power_verify_c3()
362 * WBINVD should be set in fadt, for C3 state to be in acpi_processor_power_verify_c3()
368 " for C3 to be enabled on SMP systems\n"); in acpi_processor_power_verify_c3()
374 * Otherwise we've met all of our C3 requirements. in acpi_processor_power_verify_c3()
375 * Normalize the C3 latency to expidite policy. Enable in acpi_processor_power_verify_c3()
377 * use this in our C3 policy in acpi_processor_power_verify_c3()
384 * system from C3. Newer chipsets handle DMA in acpi_processor_power_verify_c3()
385 * during C3 automatically and BM_RLD is a NOP. in acpi_processor_power_verify_c3()
486 * if one state of type C2 or C3 is available, mark this in acpi_processor_get_cstate_info()
612 * acpi_idle_enter_bm - enters C3 with proper BM handling
633 * In that case we cannot do much, we enter C3 without doing anything. in acpi_idle_enter_bm()
654 /* Disable bus master arbitration when all CPUs are in C3 */ in acpi_idle_enter_bm()