Lines Matching full:all
190 * The following subcore HMI handling is all only for pre-POWER9 CPUs.
257 * - On TB error, HMI interrupt is reported on all the threads of the core
261 * - The resync TB is a core level action i.e. it will sync all the TBs
266 * All threads need to co-ordinate before making opal hmi handler.
267 * All threads will use sibling_subcore_state->in_guest[] (shared by all
285 * - All other threads which are in host will call
288 * - All the primary thread will clear its subcore status from subcore
290 * - Once all primary threads clear in_guest[0-3], all of them will invoke
292 * - Now all threads will wait for TB resync to complete by invoking
296 * - All other threads will now come out of resync wait loop and proceed
298 * - On return of this function, primary thread will signal all
300 * - All secondary threads will eventually call opal hmi handler on
318 * All the secondary threads on this subcore is waiting in kvmppc_realmode_hmi_handler()
321 * For threads from subcore which isn't in guest, they all will in kvmppc_realmode_hmi_handler()
322 * wait until all other subcores on this core exit the guest. in kvmppc_realmode_hmi_handler()
326 * return true. For rest all other subcores in kvmppc_realmode_hmi_handler()
331 * All other threads on this core will wait until this thread in kvmppc_realmode_hmi_handler()
341 * All the primary threads and threads from subcore that are in kvmppc_realmode_hmi_handler()
342 * not in guest will wait here until all subcores are out in kvmppc_realmode_hmi_handler()
357 * All other threads will wait until this thread completes the in kvmppc_realmode_hmi_handler()