Searched defs:has_fpu (Results 1 – 7 of 7) sorted by relevance
61 static __always_inline bool has_fpu(void) in has_fpu() function67 static __always_inline bool has_fpu(void) { return false; } in has_fpu() function
60 #define has_fpu false macro
15 static int has_fpu(void) in has_fpu() function
45 bool has_fpu = false; variable
2838 int has_fpu, void __user **fault_addr) in fpu_emulator_cop1Handler()