Searched refs:ci_fpu_state (Results 1 – 3 of 3) sorted by relevance
149 curcpu()->ci_fpu_state = 0; in hppa_fpu_bootstrap()184 curcpu()->ci_fpu_state = 0; in hppa_fpu_bootstrap()208 if (ci->ci_fpu_state == 0 || in hppa_fpu_flush()209 ci->ci_fpu_state != tf->tf_cr30) { in hppa_fpu_flush()214 ci->ci_fpu_state = 0; in hppa_fpu_flush()
98 define CI_FPU_STATE offsetof(struct cpu_info, ci_fpu_state)
292 paddr_t ci_fpu_state; /* LWP FPU state address, or zero. */ member