Searched refs:frS (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/math-emu/
H A Dstfd.c6 stfd(void *frS, void *ea) stfd() argument
10 printk("%s: S %p, ea %p: ", __func__, frS, ea); stfd()
11 dump_double(frS); stfd()
16 if (copy_to_user(ea, frS, sizeof(double))) stfd()
H A Dstfiwx.c6 stfiwx(u32 *frS, void *ea) stfiwx() argument
9 printk("%s: %p %p\n", __func__, frS, ea); stfiwx()
12 if (copy_to_user(ea, &frS[1], sizeof(frS[1]))) stfiwx()
H A Dstfs.c11 stfs(void *frS, void *ea) stfs() argument
19 printk("%s: S %p, ea %p\n", __func__, frS, ea); stfs()
22 FP_UNPACK_DP(A, frS); stfs()

Completed in 70 milliseconds