Home
last modified time | relevance | path

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

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