Home
last modified time | relevance | path

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

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