Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/kernel/skas/
Duaccess.c135 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
138 *to_ptr += len; in copy_chunk_from_user()
175 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
180 *to_ptr += n; in strncpy_chunk_from_user()
/Linux-v4.19/drivers/mmc/host/
Ds3cmci.c509 void __iomem *to_ptr; in do_pio_write() local
514 to_ptr = host->base + host->sdidata; in do_pio_write()
549 writel(*ptr++, to_ptr); in do_pio_write()