Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dcontrol_w.h30 #define CW_Exceptions _Const_(0x003f) /* all masks */ macro
H A Derrors.c323 if (partial_status & ~control_word & CW_Exceptions) in FPU_exception()
334 if ((~control_word & n & CW_Exceptions) || (n == EX_INTERNAL)) { in FPU_exception()
H A Dload_store.c258 if (partial_status & ~control_word & CW_Exceptions) in FPU_load_store()
H A Dreg_ld_str.c1083 if (partial_status & ~control_word & CW_Exceptions) in fldenv()
1193 control_word |= CW_Exceptions; in fstenv()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dcontrol_w.h30 #define CW_Exceptions _Const_(0x003f) /* all masks */ macro
H A Derrors.c323 if (partial_status & ~control_word & CW_Exceptions) in FPU_exception()
334 if ((~control_word & n & CW_Exceptions) || (n == EX_INTERNAL)) { in FPU_exception()
H A Dload_store.c258 if (partial_status & ~control_word & CW_Exceptions) in FPU_load_store()
H A Dreg_ld_str.c1083 if (partial_status & ~control_word & CW_Exceptions) in fldenv()
1193 control_word |= CW_Exceptions; in fstenv()

Completed in 10 milliseconds