Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/vfp/
H A Dvfpmodule.c56 union vfp_state *vfp_current_hw_state[NR_CPUS]; variable
108 vfp_current_hw_state[cpu] = NULL; in vfp_force_reload()
132 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush()
133 vfp_current_hw_state[cpu] = NULL; in vfp_thread_flush()
152 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
153 vfp_current_hw_state[cpu] = NULL; in vfp_thread_exit()
492 } else if (vfp_current_hw_state[ti->cpu]) { in vfp_pm_suspend()
501 vfp_current_hw_state[ti->cpu] = NULL; in vfp_pm_suspend()
666 vfp_current_hw_state[cpu] = NULL; in vfp_dying_cpu()
892 else if (vfp_current_hw_state[cpu] != NULL) in kernel_neon_begin()
[all …]