Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hppa/hppa/
Dfpu.c149 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()
Dgenassym.cf98 define CI_FPU_STATE offsetof(struct cpu_info, ci_fpu_state)
/netbsd/src/sys/arch/hppa/include/
Dcpu.h292 paddr_t ci_fpu_state; /* LWP FPU state address, or zero. */ member