Lines Matching refs:vfp_current_hw_state
56 union vfp_state *vfp_current_hw_state[NR_CPUS]; variable
68 return vfp_current_hw_state[cpu] == &thread->vfpstate; in vfp_state_in_hw()
80 vfp_current_hw_state[cpu] = NULL; in vfp_force_reload()
104 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush()
105 vfp_current_hw_state[cpu] = NULL; in vfp_thread_flush()
124 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
125 vfp_current_hw_state[cpu] = NULL; in vfp_thread_exit()
179 if ((fpexc & FPEXC_EN) && vfp_current_hw_state[cpu]) in vfp_notifier()
180 vfp_save_state(vfp_current_hw_state[cpu], fpexc); in vfp_notifier()
458 } else if (vfp_current_hw_state[ti->cpu]) { in vfp_pm_suspend()
461 vfp_save_state(vfp_current_hw_state[ti->cpu], fpexc); in vfp_pm_suspend()
467 vfp_current_hw_state[ti->cpu] = NULL; in vfp_pm_suspend()
635 vfp_current_hw_state[cpu] = NULL; in vfp_dying_cpu()
713 vfp_current_hw_state[ti->cpu] != NULL) { in vfp_support_entry()
719 vfp_save_state(vfp_current_hw_state[ti->cpu], in vfp_support_entry()
728 vfp_current_hw_state[ti->cpu] = &ti->vfpstate; in vfp_support_entry()
842 else if (vfp_current_hw_state[cpu] != NULL) in kernel_neon_begin()
843 vfp_save_state(vfp_current_hw_state[cpu], fpexc); in kernel_neon_begin()
845 vfp_current_hw_state[cpu] = NULL; in kernel_neon_begin()