Searched refs:fpu_vers (Results 1 – 1 of 1) sorted by relevance
256 static void set_cpu_and_fpu(int psr_impl, int psr_vers, int fpu_vers) in set_cpu_and_fpu() argument292 if (fpu->fp_vers == fpu_vers) { in set_cpu_and_fpu()308 psr_impl, fpu_vers); in set_cpu_and_fpu()318 int psr_impl, psr_vers, fpu_vers; in cpu_probe() local327 fpu_vers = get_psr() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7; in cpu_probe()329 fpu_vers = ((get_fsr() >> 17) & 0x7); in cpu_probe()334 set_cpu_and_fpu(psr_impl, psr_vers, fpu_vers); in cpu_probe()