Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/kernel/skas/
Duaccess.c139 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
142 *to_ptr += len; in copy_chunk_from_user()
179 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
184 *to_ptr += n; in strncpy_chunk_from_user()
/Linux-v5.10/drivers/mmc/host/
Ds3cmci.c496 void __iomem *to_ptr; in do_pio_write() local
501 to_ptr = host->base + host->sdidata; in do_pio_write()
536 writel(*ptr++, to_ptr); in do_pio_write()