Lines Matching full:threads
258 * - On TB error, HMI interrupt is reported on all the threads of the core
267 * All threads need to co-ordinate before making opal hmi handler.
268 * All threads will use sibling_subcore_state->in_guest[] (shared by all
269 * threads in the core) in paca which holds information about whether
272 * subcore status. Only primary threads from each subcore is responsible
279 * primary threads to decide who takes up the responsibility.
286 * - All other threads which are in host will call
291 * - Once all primary threads clear in_guest[0-3], all of them will invoke
293 * - Now all threads will wait for TB resync to complete by invoking
297 * - All other threads will now come out of resync wait loop and proceed
300 * secondary threads to proceed.
301 * - All secondary threads will eventually call opal hmi handler on
319 * All the secondary threads on this subcore is waiting in kvmppc_realmode_hmi_handler()
322 * For threads from subcore which isn't in guest, they all will in kvmppc_realmode_hmi_handler()
332 * All other threads on this core will wait until this thread in kvmppc_realmode_hmi_handler()
342 * All the primary threads and threads from subcore that are in kvmppc_realmode_hmi_handler()
349 * At this point we are sure that primary threads from each in kvmppc_realmode_hmi_handler()
358 * All other threads will wait until this thread completes the in kvmppc_realmode_hmi_handler()