Searched refs:frstor (Results 1 – 4 of 4) sorted by relevance
197 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()
203 frstor(addr_modes, (u_char __user *) data_address); in FPU_load_store()
134 extern void frstor(fpu_addr_modes addr_modes, u_char __user *data_address);
1119 void frstor(fpu_addr_modes addr_modes, u_char __user *data_address) in frstor() function