Searched refs:record_exception (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | math.c | 168 record_exception(struct pt_regs *regs, int eflag) in record_exception() function 442 trap = record_exception(regs, eflag); in do_mathemu()
|
/kernel/linux/linux-5.10/arch/sparc/math-emu/ |
H A D | math_32.c | 217 static inline int record_exception(unsigned long *pfsr, int eflag) in record_exception() function 514 return record_exception(pfsr, _fex); in do_one_mathemu()
|
H A D | math_64.c | 101 static inline int record_exception(struct pt_regs *regs, int eflag) in record_exception() function 516 return record_exception(regs, _fex); in do_mathemu()
|
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | math.c | 168 record_exception(struct pt_regs *regs, int eflag) in record_exception() function 442 trap = record_exception(regs, eflag); in do_mathemu()
|
/kernel/linux/linux-6.6/arch/sparc/math-emu/ |
H A D | math_32.c | 217 static inline int record_exception(unsigned long *pfsr, int eflag) in record_exception() function 514 return record_exception(pfsr, _fex); in do_one_mathemu()
|
H A D | math_64.c | 101 static inline int record_exception(struct pt_regs *regs, int eflag) in record_exception() function 516 return record_exception(regs, _fex); in do_mathemu()
|
Completed in 5 milliseconds