Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/vfp/
Dvfpmodule.c53 union vfp_state *vfp_current_hw_state[NR_CPUS]; variable
65 return vfp_current_hw_state[cpu] == &thread->vfpstate; in vfp_state_in_hw()
77 vfp_current_hw_state[cpu] = NULL; in vfp_force_reload()
101 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush()
102 vfp_current_hw_state[cpu] = NULL; in vfp_thread_flush()
121 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
122 vfp_current_hw_state[cpu] = NULL; in vfp_thread_exit()
180 if ((fpexc & FPEXC_EN) && vfp_current_hw_state[cpu]) in vfp_notifier()
181 vfp_save_state(vfp_current_hw_state[cpu], fpexc); in vfp_notifier()
455 memset(vfp_current_hw_state, 0, sizeof(vfp_current_hw_state)); in vfp_pm_suspend()
Dvfphw.S82 ldr r4, [r3, r11, lsl #2] @ vfp_current_hw_state pointer
99 cmp r4, #0 @ if the vfp_current_hw_state is NULL