Searched refs:copyin (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/sbus/char/ |
D | openprom.c | 73 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() function 314 bufsize = copyin(argp, &opp); in openprom_sunos_ioctl()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | skeleton.S | 431 | If you don't have copyin, use the local copy of the function below. 461 jsr copyin
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 1315 static void copyin(void *dest, void __iomem *src, int c) in copyin() function 1361 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr() 1379 copyin(buf, base + offset, semi_count); in shmem_block_input() 1384 copyin(buf, base + offset, count); in shmem_block_input()
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 172 by default copyin/out i/o requests on high-memory buffers to low-memory buffers 177 (blk_queue_bounce_limit()). This avoids the inefficiencies of the copyin/out 195 is used for performing the i/o with copyin/copyout as needed depending on
|