Searched refs:do_fp_load (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/lib/ |
D | sstep.c | 342 static int __kprobes do_fp_load(int rn, int (*func)(int, unsigned long), in do_fp_load() function 1873 err = do_fp_load(op.reg, do_lfs, op.ea, size, regs); in emulate_step() 1875 err = do_fp_load(op.reg, do_lfd, op.ea, size, regs); in emulate_step()
|