Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/abiv2/inc/abi/
H A Dfpu.h9 int fpu_libc_helper(struct pt_regs *regs);
/openbmc/linux/arch/csky/abiv2/
H A Dfpu.c20 int fpu_libc_helper(struct pt_regs *regs) in fpu_libc_helper() function
/openbmc/linux/arch/csky/kernel/
H A Dtraps.c223 if (user_mode(regs) && fpu_libc_helper(regs)) in do_trap_priv()