Home
last modified time | relevance | path

Searched refs:__copy_mem_out (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c488 static __always_inline int __copy_mem_out(u8 *dest, unsigned long ea, int nb, struct pt_regs *regs) in __copy_mem_out() function
527 return __copy_mem_out(dest, ea, nb, regs); in copy_mem_out()
530 err = __copy_mem_out(dest, ea, nb, regs); in copy_mem_out()