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

/linux-master/arch/s390/kernel/
H A Ddis.c488 static int copy_from_regs(struct pt_regs *regs, void *dst, void *src, int len) function
511 if (copy_from_regs(regs, code + start - 2, (void *)addr, 2))
516 if (copy_from_regs(regs, code + end, (void *)addr, 2))

Completed in 123 milliseconds