Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_system.h109 #define FPU_abort math_abort(FPU_info, SIGSEGV) macro
111 do { if (copy_from_user(to, from, n)) FPU_abort; } while (0)
127 #define FPU_get_user(x,y) do { if (get_user((x),(y))) FPU_abort; } while (0)
128 #define FPU_put_user(x,y) do { if (put_user((x),(y))) FPU_abort; } while (0)
H A Dreg_ld_str.c219 FPU_abort; in FPU_load_int64()
796 FPU_abort; in FPU_store_int64()
1188 FPU_abort; in fstenv()
1211 FPU_abort; in fsave()
1214 FPU_abort; in fsave()