Home
last modified time | relevance | path

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

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