Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Diov_iter.c153 static int copyin(void *to, const void __user *from, size_t n) in copyin() function
274 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
284 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
303 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
312 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
763 copyin((to += v.iov_len) - v.iov_len, v.iov_base, v.iov_len), in _copy_from_iter()
786 if (copyin((to += v.iov_len) - v.iov_len, in _copy_from_iter_full()
999 copyin((p += v.iov_len) - v.iov_len, v.iov_base, v.iov_len), in iov_iter_copy_from_user_atomic()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S429 | Reads from memory while in supervisor mode. copyin accomplishes
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
431 | If you don't have copyin, use the local copy of the function below.
461 jsr copyin
467 | Use these routines if your kernel doesn't have copyout/copyin equivalents.
469 | and copyin overwrites SFC.
487 copyin: label
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S429 | Reads from memory while in supervisor mode. copyin accomplishes
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
431 | If you don't have copyin, use the local copy of the function below.
461 jsr copyin
467 | Use these routines if your kernel doesn't have copyout/copyin equivalents.
469 | and copyin overwrites SFC.
487 copyin: label
/kernel/linux/linux-5.10/drivers/sbus/char/
H A Dopenprom.c60 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() function
302 bufsize = copyin(argp, &opp); in openprom_sunos_ioctl()
/kernel/linux/linux-6.6/drivers/sbus/char/
H A Dopenprom.c60 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() function
302 bufsize = copyin(argp, &opp); in openprom_sunos_ioctl()
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dpcnet_cs.c1318 static void copyin(void *dest, void __iomem *src, int c) in copyin() function
1364 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
1382 copyin(buf, base + offset, semi_count); in shmem_block_input()
1387 copyin(buf, base + offset, count); in shmem_block_input()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dpcnet_cs.c1327 static void copyin(void *dest, void __iomem *src, int c) in copyin() function
1373 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
1391 copyin(buf, base + offset, semi_count); in shmem_block_input()
1396 copyin(buf, base + offset, count); in shmem_block_input()
/kernel/linux/linux-6.6/lib/
H A Diov_iter.c185 static int copyin(void *to, const void __user *from, size_t n) in copyin() function
391 copyin(addr + off, base, len), in _copy_from_iter()
591 copyin(p + off, base, len), in copy_page_from_iter_atomic()

Completed in 16 milliseconds