Lines Matching full:hw
14 * Its mode of operation is that it step-locks the HW
77 * If called from a SW thread, release the HW thread which is blocked in
80 * If called from a HW thread, do the necessary clean up of this nce instance
89 * If we are being called from a HW thread we can cleanup in nce_terminate()
91 * Otherwise (!cpu_halted) we give back control to the HW thread and in nce_terminate()
118 * the HW thread. sleep() is a cancellation point, so it in nce_terminate()
130 * Both HW and SW threads will use this function to transfer control to the
133 * This is how the idle thread halts the CPU and gets halted until the HW models
134 * raise a new interrupt; and how the HW models awake the CPU, and wait for it
150 * completion before continuing (before letting the HW models do in change_cpu_state_and_wait()
153 * we are just hanging it, and therefore wait until the HW models awake in change_cpu_state_and_wait()
225 * and release the HW thread which had been held on
229 * Calling it from a HW thread is a programming error.
244 * * Hold this HW thread until the CPU is set to idle again
247 * Note: Can only be called from HW threads