Home
last modified time | relevance | path

Searched refs:to_ptr (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/um/kernel/skas/
H A 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()
/kernel/linux/linux-6.6/arch/um/kernel/skas/
H A 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()
/kernel/linux/linux-6.6/rust/kernel/
H A Derror.rs135 pub(crate) fn to_ptr<T>(self) -> *mut T {
270 /// pdev.to_ptr(),
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs384 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream; in to_ptr() functions
388 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream { in to_ptr() functions
1874 .to_ptr(true); in codegen()
3709 TypeKind::NullPtr => Ok(c_void(ctx).to_ptr(true)), in try_to_rust_ty()
3814 return Ok(void.to_ptr(/* is_const = */ false)); in try_to_rust_ty()
3865 Ok(ty.to_ptr(is_const)) in try_to_rust_ty()
4989 stream.to_ptr(ctx.resolve_type(t).is_const()) in fnsig_arguments()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A 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()

Completed in 10 milliseconds