Searched refs:frS (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/math-emu/ |
H A D | stfd.c | 6 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 D | stfiwx.c | 6 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 D | stfs.c | 11 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 131 milliseconds