Home
last modified time | relevance | path

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

/Linux-v5.10/arch/alpha/math-emu/
Dmath.c63 static long (*save_emul) (unsigned long pc); variable
71 save_emul = alpha_fp_emul; in init_module()
80 alpha_fp_emul = save_emul; in cleanup_module()