Searched refs:FPU_divide_by_zero (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | reg_divide.c | 128 return FPU_divide_by_zero(deststnr, sign); in FPU_div()
|
H A D | fpu_proto.h | 13 asmlinkage int FPU_divide_by_zero(int deststnr, u_char sign);
|
H A D | fpu_trig.c | 387 if (FPU_divide_by_zero(0, SIGN_NEG) < 0) in fxtract() 1100 if (FPU_divide_by_zero(1, sign) < 0) in fyl2x() 1180 if (FPU_divide_by_zero(1, sign) < 0) in fyl2x()
|
H A D | errors.c | 512 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign) in FPU_divide_by_zero() function
|
H A D | fpu_entry.c | 367 if (FPU_divide_by_zero in math_emulate()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | reg_divide.c | 128 return FPU_divide_by_zero(deststnr, sign); in FPU_div()
|
H A D | fpu_proto.h | 13 asmlinkage int FPU_divide_by_zero(int deststnr, u_char sign);
|
H A D | fpu_trig.c | 387 if (FPU_divide_by_zero(0, SIGN_NEG) < 0) in fxtract() 1105 if (FPU_divide_by_zero(1, sign) < 0) in fyl2x() 1185 if (FPU_divide_by_zero(1, sign) < 0) in fyl2x()
|
H A D | errors.c | 512 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign) in FPU_divide_by_zero() function
|
H A D | fpu_entry.c | 368 if (FPU_divide_by_zero in math_emulate()
|
Completed in 10 milliseconds