Home
last modified time | relevance | path

Searched refs:vfp_current_hw_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c56 union vfp_state *vfp_current_hw_state[NR_CPUS]; variable
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()
458 } else if (vfp_current_hw_state[ti->cpu]) { 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()
842 else if (vfp_current_hw_state[cpu] != NULL) in kernel_neon_begin()
[all …]