Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h442 int do_spe_mathemu(struct pt_regs *regs);
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c177 int do_spe_mathemu(struct pt_regs *regs) in do_spe_mathemu() function
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c2177 err = do_spe_mathemu(regs); in DEFINE_INTERRUPT_HANDLER()