Searched defs:FP_TRAPPING_EXCEPTIONS (Results 1 – 3 of 3) sorted by relevance
207 #define FP_TRAPPING_EXCEPTIONS ((current->thread.fsr >> 23) & 0x1f) macro209 #define FP_TRAPPING_EXCEPTIONS ((last_task_used_math->thread.fsr >> 23) & 0x1f) macro
91 #define FP_TRAPPING_EXCEPTIONS ((current_thread_info()->xfsr[0] >> 23) & 0x1f) macro
120 #define FP_TRAPPING_EXCEPTIONS 0 macro