Searched refs:fpu_exception_flags (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/sh/kernel/cpu/sh4/
H A Dfpu.c40 static unsigned int fpu_exception_flags; variable
395 fpu_exception_flags |= flags; float_raise()
411 fpu_exception_flags = 0; BUILD_TRAP_HANDLER()
415 tsk->thread.xstate->hardfpu.fpscr |= fpu_exception_flags; BUILD_TRAP_HANDLER()
418 tsk->thread.xstate->hardfpu.fpscr |= (fpu_exception_flags >> 10); BUILD_TRAP_HANDLER()
423 (fpu_exception_flags >> 2)) == 0) { BUILD_TRAP_HANDLER()

Completed in 50 milliseconds