Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dfpu.h63 static inline int __is_fpu_owner(void) in __is_fpu_owner() function
70 return cpu_has_fpu && __is_fpu_owner(); in is_fpu_owner()
82 if (cpu_has_fpu && !__is_fpu_owner()) { in own_fpu_inatomic()