Lines Matching +full:machine +full:- +full:mode +full:- +full:visible

1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * (c) 1998-99, 2000, 2009 Ingo Molnar <[email protected]>
46 * None of the E1AP-E3AP errata are visible to the user.
53 * None of the A1AP-A3AP errata are visible to the user.
60 * None of 1AP-9AP errata are visible to the normal user,
62 * This is very rare and a non-problem.
64 * 1AP. Linux maps APIC as non-cacheable
69 * 5AP. symmetric IO mode (normal Linux operation) not affected.
70 * 'noapic' mode has vector 0xf filled out properly.
71 * 6AP. 'noapic' mode might be affected - fixed in later steppings
73 * 8AP. We do not enable low power mode (deep sleep) during MP bootup
74 * 9AP. We do not use mixed mode
94 * 6AP. not affected - worked around in hardware
95 * 7AP. not affected - worked around in hardware
96 * 8AP. worked around in hardware - we get explicit CS errors if not
97 * 9AP. only 'noapic' mode affected. Might generate spurious
100 * 10AP. not affected - worked around in hardware
104 * 12AP. not affected - worked around in hardware
105 * 13AP. not affected - worked around in hardware
107 * 15AP. not affected - worked around in hardware
108 * 16AP. not affected - worked around in hardware
109 * 17AP. not affected - worked around in hardware
110 * 18AP. not affected - worked around in hardware
111 * 19AP. not affected - worked around in BIOS
118 static atomic_t stopping_cpu = ATOMIC_INIT(-1);
158 old_cpu = -1; in native_stop_other_cpus()
171 * sections and re-enabling interrupts. They might still hold in native_stop_other_cpus()
203 while (!cpumask_empty(&cpus_stop_mask) && timeout--) in native_stop_other_cpus()
224 * request it. If wait is true, the machine hangs here if in native_stop_other_cpus()
228 while (!cpumask_empty(&cpus_stop_mask) && (wait || timeout--)) in native_stop_other_cpus()
246 * guest mode.