Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/math-emu/
Dmath.c62 static long (*save_emul) (unsigned long pc); variable
70 save_emul = alpha_fp_emul; in init_module()
79 alpha_fp_emul = save_emul; in cleanup_module()