Searched refs:zpci_memcpy_fromio (Results 1 – 3 of 3) sorted by relevance
63 #define memcpy_fromio(dst, src, count) zpci_memcpy_fromio(dst, src, count)
144 static inline int zpci_memcpy_fromio(void *dst, in zpci_memcpy_fromio() function
324 ret = zpci_memcpy_fromio(buf, io_addr, length); in SYSCALL_DEFINE3()