Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dsignal32.c40 static int (*restore_fp_context32)(struct sigcontext32 __user *sc); variable
146 err = restore_fp_context32(sc); in protected_restore_fp_context32()
595 restore_fp_context32 = _restore_fp_context32; in signal32_init()
598 restore_fp_context32 = copy_fp_from_sigcontext32; in signal32_init()