Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/include/asm/
Dprocessor.h442 int do_spe_mathemu(struct pt_regs *regs);
/Linux-v6.6/arch/powerpc/math-emu/
Dmath_efp.c177 int do_spe_mathemu(struct pt_regs *regs) in do_spe_mathemu() function
/Linux-v6.6/arch/powerpc/kernel/
Dtraps.c2173 err = do_spe_mathemu(regs); in DEFINE_INTERRUPT_HANDLER()