Searched refs:vfp_current_hw_state (Results 1 – 2 of 2) sorted by relevance
56 union vfp_state *vfp_current_hw_state[NR_CPUS]; variable80 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()461 } else if (vfp_current_hw_state[ti->cpu]) { in vfp_pm_suspend()470 vfp_current_hw_state[ti->cpu] = NULL; in vfp_pm_suspend()635 vfp_current_hw_state[cpu] = NULL; in vfp_dying_cpu()738 else if (vfp_current_hw_state[cpu] != NULL) in kernel_neon_begin()[all …]
90 ldr r4, [r3, r11, lsl #2] @ vfp_current_hw_state pointer107 cmp r4, #0 @ if the vfp_current_hw_state is NULL
Completed in 5 milliseconds