Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/math-emu/
Dfpu_proto.h129 extern int FPU_load_single(float __user *single, FPU_REG *loaded_data);
Dload_store.c125 FPU_load_single((float __user *)data_address, &loaded_data); in FPU_load_store()
Dfpu_entry.c282 FPU_load_single((float __user *) in math_emulate()
Dreg_ld_str.c156 int FPU_load_single(float __user *single, FPU_REG *loaded_data) in FPU_load_single() function