Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/linux/arch/x86/lib/
H A Diomem.c6 #define movs(type,to,from) \ argument
10 static __always_inline void rep_movs(void *to, const void *from, size_t n) in rep_movs()
26 static void string_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in string_memcpy_fromio()
48 static void string_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in string_memcpy_toio()
67 static void unrolled_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in unrolled_memcpy_fromio()
77 static void unrolled_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in unrolled_memcpy_toio()
96 void memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in memcpy_fromio()
105 void memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in memcpy_toio()
H A Dusercopy_32.c92 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel()
192 const void __user *from, unsigned long size) in __copy_user_intel_nocache()
286 #define __copy_user(to, from, size) \ argument
313 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll()
325 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, in __copy_from_user_ll_nocache_nozero()
/linux/arch/powerpc/kernel/
H A Dsignal.h68 #define unsafe_copy_fpr_from_user(task, from, label) do { \ argument
78 #define unsafe_copy_vsx_from_user(task, from, label) do { \ argument
109 #define unsafe_copy_ckfpr_from_user(task, from, label) do { \ argument
119 #define unsafe_copy_ckvsx_from_user(task, from, label) do { \ argument
135 #define unsafe_copy_fpr_from_user(task, from, label) \ argument
147 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
165 copy_ckfpr_from_user(struct task_struct *task, void __user *from) in copy_ckfpr_from_user()
174 #define unsafe_copy_fpr_from_user(task, from, label) do { if (0) goto label;} while (0) argument
183 copy_fpr_from_user(struct task_struct *task, void __user *from) in copy_fpr_from_user()
/linux/drivers/pci/
H A Dsearch.c168 struct pci_bus *pci_find_next_bus(const struct pci_bus *from) in pci_find_next_bus()
271 struct pci_dev *from) in pci_get_dev_by_id()
288 struct pci_dev *from) in pci_get_dev_by_id_reverse()
311 struct pci_dev *from, enum pci_search_direction dir) in __pci_get_subsys()
344 struct pci_dev *from) in pci_get_subsys()
366 struct pci_dev *from) in pci_get_device()
378 struct pci_dev *from) in pci_get_device_reverse()
399 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from) in pci_get_class()
430 struct pci_dev *pci_get_base_class(unsigned int class, struct pci_dev *from) in pci_get_base_class()
/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/
H A Dia_css_gc2.host.c31 const struct ia_css_cc_config *from, in ia_css_yuv2rgb_encode()
40 const struct ia_css_cc_config *from, in ia_css_rgb2yuv_encode()
49 const struct ia_css_rgb_gamma_table *from, in ia_css_r_gamma_vamem_encode()
59 const struct ia_css_rgb_gamma_table *from, in ia_css_g_gamma_vamem_encode()
69 const struct ia_css_rgb_gamma_table *from, in ia_css_b_gamma_vamem_encode()
/linux/include/linux/
H A Dinstrumented.h127 instrument_copy_to_user(void __user *to, const void *from, unsigned long n) in instrument_copy_to_user()
144 instrument_copy_from_user_before(const void *to, const void __user *from, unsigned long n) in instrument_copy_from_user_before()
161 instrument_copy_from_user_after(const void *to, const void __user *from, in instrument_copy_from_user_after()
176 static __always_inline void instrument_memcpy_before(void *to, const void *from, in instrument_memcpy_before()
195 static __always_inline void instrument_memcpy_after(void *to, const void *from, in instrument_memcpy_after()
228 #define instrument_put_user(from, ptr, size) \ argument
H A Dhighmem.h395 static inline void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage()
412 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage()
433 static inline int copy_mc_user_highpage(struct page *to, struct page *from, in copy_mc_user_highpage()
453 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage()
472 static inline int copy_mc_user_highpage(struct page *to, struct page *from, in copy_mc_user_highpage()
479 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage()
539 char *from = kmap_local_page(page); in memcpy_from_page() local
547 const char *from, size_t len) in memcpy_to_page()
580 const char *from = kmap_local_folio(folio, offset); in memcpy_from_folio() local
603 const char *from, size_t len) in memcpy_to_folio()
[all …]
/linux/ipc/
H A Dcompat.c39 struct compat_ipc64_perm __user *from) in get_compat_ipc64_perm()
51 struct compat_ipc_perm __user *from) in get_compat_ipc_perm()
62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm()
73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm()
/linux/rust/helpers/
H A Duaccess.c5 rust_helper_copy_from_user(void * to,const void __user * from,unsigned long n) rust_helper_copy_from_user() argument
11 rust_helper_copy_to_user(void __user * to,const void * from,unsigned long n) rust_helper_copy_to_user() argument
18 rust_helper__copy_from_user(void * to,const void __user * from,unsigned long n) rust_helper__copy_from_user() argument
23 rust_helper__copy_to_user(void __user * to,const void * from,unsigned long n) rust_helper__copy_to_user() argument
H A Dsecurity.c30 rust_helper_security_binder_transaction(const struct cred *from, in rust_helper_security_binder_transaction()
37 rust_helper_security_binder_transfer_binder(const struct cred *from, in rust_helper_security_binder_transfer_binder()
44 const struct cred *from, const struct cred *to, const struct file *file) in rust_helper_security_binder_transfer_file()
/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c31 const void *from, size_t count) in pio_copy()
183 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes()
200 const void *from, unsigned int nbytes) in read_extra_bytes()
263 const void *from, size_t nbytes) in seg_pio_copy_start()
355 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix()
483 const void *from, size_t nbytes) in mid_copy_straight()
571 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
/linux/tools/perf/util/
H A Dcopyfile.c14 static int slow_copyfile(const char *from, const char *to, struct nsinfo *nsi) in slow_copyfile()
73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns()
133 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) in copyfile_ns()
138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode()
143 int copyfile(const char *from, const char *to) in copyfile()
/linux/rust/kernel/
H A Derror.rs219 fn from(_: AllocError) -> Error { in from() method
225 fn from(_: TryFromIntError) -> Error { in from() method
231 fn from(_: Utf8Error) -> Error { in from() method
237 fn from(_: LayoutError) -> Error { in from() method
243 fn from(_: fmt::Error) -> Error { in from() method
249 fn from(e: core::convert::Infallible) -> Error { in from() method
/linux/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument
235 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user()
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
316 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user()
366 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
374 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
/linux/scripts/
H A Dgenerate_rust_target.rs69 fn from(value: bool) -> Self { in from() method
75 fn from(value: i32) -> Self { in from() method
81 fn from(value: String) -> Self { in from() method
87 fn from(value: &str) -> Self { in from() method
93 fn from(object: Object) -> Self { in from() method
99 fn from(i: [T; N]) -> Self { in from() method
/linux/lib/
H A Dusercopy.c16 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
24 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
45 int check_zeroed_user(const void __user *from, size_t size) in check_zeroed_user()
H A Diomap_copy.c20 void __iowrite32_copy(void __iomem *to, const void *from, size_t count) in __iowrite32_copy()
42 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy()
64 void __iowrite64_copy(void __iomem *to, const void *from, size_t count) in __iowrite64_copy()
/linux/arch/x86/include/asm/
H A Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
30 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
/linux/arch/arm64/kernel/
H A Dio.c17 #define memcpy_toio_aligned(to, from, count, bits) \ argument
40 void __iowrite64_copy_full(void __iomem *to, const void *from, size_t count) in __iowrite64_copy_full()
47 void __iowrite32_copy_full(void __iomem *to, const void *from, size_t count) in __iowrite32_copy_full()
/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.c38 const struct ia_css_output_config *from, in ia_css_output_encode()
47 const struct ia_css_output_configuration *from, in ia_css_output_config()
70 const struct ia_css_output0_configuration *from, in ia_css_output0_config()
77 const struct ia_css_output1_configuration *from, in ia_css_output1_config()
/linux/tools/virtio/linux/
H A Duaccess.h25 static void volatile_memcpy(volatile char *to, const volatile char *from, in volatile_memcpy()
32 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user()
39 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user()
/linux/arch/x86/kernel/
H A Dioport.c71 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm()
158 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
207 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm()
211 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c136 const t_vmem_elem *from) in load_vector()
162 const t_vmem_elem *from) in store_vector()
186 const t_vmem_elem *from, in isp_vmem_load()
205 const t_vmem_elem *from, in isp_vmem_store()
222 const t_vmem_elem *from, in isp_vmem_2d_load()
252 const t_vmem_elem *from, in isp_vmem_2d_store()
/linux/fs/ext4/
H A Dfile.c197 ext4_unaligned_io(struct inode *inode, struct iov_iter *from, loff_t pos) in ext4_unaligned_io()
245 struct iov_iter *from) in ext4_generic_write_checks()
272 static ssize_t ext4_write_checks(struct kiocb *iocb, struct iov_iter *from) in ext4_write_checks()
287 struct iov_iter *from) in ext4_buffered_write_iter()
426 static ssize_t ext4_dio_write_checks(struct kiocb *iocb, struct iov_iter *from, in ext4_dio_write_checks()
503 static ssize_t ext4_dio_write_iter(struct kiocb *iocb, struct iov_iter *from) in ext4_dio_write_iter()
635 ext4_dax_write_iter(struct kiocb *iocb, struct iov_iter *from) in ext4_dax_write_iter()
690 ext4_file_write_iter(struct kiocb *iocb, struct iov_iter *from) in ext4_file_write_iter()
/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
H A Dia_css_gc.host.c31 const struct ia_css_gc_config *from, in ia_css_gc_encode()
46 const struct ia_css_ce_config *from, in ia_css_ce_encode()
57 const struct ia_css_gamma_table *from, in ia_css_gc_vamem_encode()

12345678910>>...36