Searched refs:has_fpu (Results 1 – 7 of 7) sorted by relevance
14 static int has_fpu(void) in has_fpu() function93 if (has_fpu()) in get_cpuflags()
330 : : [addr] "m" (tsk->thread.fpu.has_fpu)); in restore_fpu_checking()343 return tsk->thread.fpu.has_fpu; in __thread_has_fpu()349 tsk->thread.fpu.has_fpu = 0; in __thread_clear_has_fpu()356 tsk->thread.fpu.has_fpu = 1; in __thread_set_has_fpu()453 old->thread.fpu.has_fpu = 0; in switch_fpu_prepare()
101 return current->thread.fpu.has_fpu; in user_has_fpu()
434 unsigned int has_fpu; member
67 struct mips_fpu_struct *ctx, int has_fpu,
91 dst->thread.fpu.has_fpu = 0; in arch_dup_task_struct()
2144 int has_fpu, void *__user *fault_addr) in fpu_emulator_cop1Handler() argument2224 if (has_fpu) in fpu_emulator_cop1Handler()