frstor            185 arch/x86/include/asm/fpu/internal.h 	kernel_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx));
frstor            190 arch/x86/include/asm/fpu/internal.h 	return kernel_insn_err(frstor %[fx], "=m" (*fx), [fx] "m" (*fx));
frstor            195 arch/x86/include/asm/fpu/internal.h 	return user_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx));
frstor            147 arch/x86/math-emu/fpu_proto.h extern void frstor(fpu_addr_modes addr_modes, u_char __user *data_address);
frstor            243 arch/x86/math-emu/load_store.c 		frstor(addr_modes, (u_char __user *) data_address);