frS 7 arch/powerpc/math-emu/stfd.c stfd(void *frS, void *ea) frS 11 arch/powerpc/math-emu/stfd.c printk("%s: S %p, ea %p: ", __func__, frS, ea); frS 12 arch/powerpc/math-emu/stfd.c dump_double(frS); frS 17 arch/powerpc/math-emu/stfd.c if (copy_to_user(ea, frS, sizeof(double))) frS 7 arch/powerpc/math-emu/stfiwx.c stfiwx(u32 *frS, void *ea) frS 10 arch/powerpc/math-emu/stfiwx.c printk("%s: %p %p\n", __func__, frS, ea); frS 13 arch/powerpc/math-emu/stfiwx.c if (copy_to_user(ea, &frS[1], sizeof(frS[1]))) frS 12 arch/powerpc/math-emu/stfs.c stfs(void *frS, void *ea) frS 20 arch/powerpc/math-emu/stfs.c printk("%s: S %p, ea %p\n", __func__, frS, ea); frS 23 arch/powerpc/math-emu/stfs.c FP_UNPACK_DP(A, frS);