Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1450 static int emulate_math(struct pt_regs *regs) in emulate_math() function
1476 static inline int emulate_math(struct pt_regs *regs) { return -1; } in emulate_math() function
1602 if (!emulate_math(regs)) in do_program_check()