Home
last modified time | relevance | path

Searched defs:to_ptr (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/um/kernel/skas/
Duaccess.c139 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
179 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
/kernel/linux/linux-6.6/arch/um/kernel/skas/
Duaccess.c140 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
170 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
/kernel/linux/linux-6.6/rust/kernel/
Derror.rs135 pub(crate) fn to_ptr<T>(self) -> *mut T { in to_ptr() method
/kernel/linux/linux-5.10/drivers/mmc/host/
Ds3cmci.c496 void __iomem *to_ptr; in do_pio_write() local