Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/math-emu/
Dload_store.c124 FPU_load_single((float __user *)data_address, &loaded_data); in FPU_load_store()
Dfpu_proto.h128 extern int FPU_load_single(float __user *single, FPU_REG *loaded_data);
Dfpu_entry.c285 FPU_load_single((float __user *) in math_emulate()
Dreg_ld_str.c155 int FPU_load_single(float __user *single, FPU_REG *loaded_data) in FPU_load_single() function