Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dfpu-internal.h197 return check_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor_checking()
202 return user_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor_user()
/arch/x86/math-emu/
Dload_store.c203 frstor(addr_modes, (u_char __user *) data_address); in FPU_load_store()
Dfpu_proto.h134 extern void frstor(fpu_addr_modes addr_modes, u_char __user *data_address);
Dreg_ld_str.c1119 void frstor(fpu_addr_modes addr_modes, u_char __user *data_address) in frstor() function