Lines Matching refs:vfp_current_hw_state
59 union vfp_state *vfp_current_hw_state[NR_CPUS]; variable
71 return vfp_current_hw_state[cpu] == &thread->vfpstate; in vfp_state_in_hw()
83 vfp_current_hw_state[cpu] = NULL; in vfp_force_reload()
107 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush()
108 vfp_current_hw_state[cpu] = NULL; in vfp_thread_flush()
127 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
128 vfp_current_hw_state[cpu] = NULL; in vfp_thread_exit()
186 if ((fpexc & FPEXC_EN) && vfp_current_hw_state[cpu]) in vfp_notifier()
187 vfp_save_state(vfp_current_hw_state[cpu], fpexc); in vfp_notifier()
474 } else if (vfp_current_hw_state[ti->cpu]) { in vfp_pm_suspend()
477 vfp_save_state(vfp_current_hw_state[ti->cpu], fpexc); in vfp_pm_suspend()
483 vfp_current_hw_state[ti->cpu] = NULL; in vfp_pm_suspend()
659 vfp_current_hw_state[(long)hcpu] = NULL; in vfp_hotplug()
714 else if (vfp_current_hw_state[cpu] != NULL) in kernel_neon_begin()
715 vfp_save_state(vfp_current_hw_state[cpu], fpexc); in kernel_neon_begin()
717 vfp_current_hw_state[cpu] = NULL; in kernel_neon_begin()