Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Dfpu.h37 extern int do_fpu_inst(unsigned short, struct pt_regs *);
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c627 err = do_fpu_inst(inst, regs); in do_reserved_inst()
711 if (!do_fpu_inst(inst, regs)) { in do_illegal_slot_inst()
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c492 int do_fpu_inst(unsigned short inst, struct pt_regs *regs) in do_fpu_inst() function