Home
last modified time | relevance | path

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

/linux/arch/arm/vfp/
H A Dvfpmodule.c93 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw()
96 return vfp_current_hw_state[cpu] == &thread->vfpstate; in vfp_state_in_hw()
111 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload()
120 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush()
149 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit()
162 thread->vfpstate = parent->vfpstate; in vfp_thread_copy()
164 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy()
488 vfp_save_state(&ti->vfpstate, fpexc); in vfp_pm_suspend()
558 vfp_save_state(&thread->vfpstate, fpexc | FPEXC_EN); in vfp_sync_hwstate()
583 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate()
[all …]
/linux/arch/arm/include/asm/
H A Dthread_info.h72 union vfp_state vfpstate; member
/linux/arch/arm/kernel/
H A Dptrace.c616 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get()
643 new_vfp = thread->vfpstate.hard; in vfp_set()
663 thread->vfpstate.hard = new_vfp; in vfp_set()
H A Dasm-offsets.c57 DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate)); in main()