Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/kernel/skas/
Duaccess.c140 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
143 *to_ptr += len; in copy_chunk_from_user()
170 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
175 *to_ptr += n; in strncpy_chunk_from_user()
/linux-6.12.1/rust/kernel/
Derror.rs137 pub(crate) fn to_ptr<T>(self) -> *mut T { in to_ptr() method