/linux/arch/csky/abiv2/inc/abi/ |
H A D | page.h | 9 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page()
|
/linux/arch/arm64/lib/ |
H A D | uaccess_flushcache.c | 22 unsigned long __copy_user_flushcache(void *to, const void __user *from, in __copy_user_flushcache()
|
/linux/arch/xtensa/include/asm/ |
H A D | uaccess.h | 229 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 235 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
/linux/drivers/net/ |
H A D | tun_vnet.h | 122 struct iov_iter *from, in __tun_vnet_hdr_get() 150 struct iov_iter *from, in tun_vnet_hdr_get()
|
/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | topology.h | 19 #define node_distance(from, to) (__node_distances[(from)][(to)]) argument
|
/linux/tools/perf/util/ |
H A D | pmu.y | 29 static void perf_pmu__set_format(unsigned long *bits, long from, long to) in perf_pmu__set_format()
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | maybe_null_fail_yld.bpf.c | 15 bool BPF_STRUCT_OPS(maybe_null_fail_yield, struct task_struct *from, in BPF_STRUCT_OPS()
|
H A D | maybe_null.bpf.c | 21 bool BPF_STRUCT_OPS(maybe_null_success_yield, struct task_struct *from, in BPF_STRUCT_OPS()
|
/linux/init/ |
H A D | do_mounts.h | 33 static inline int rd_load_image(char *from) { return 0; } in rd_load_image()
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ |
H A D | ia_css_iterator.host.c | 21 const struct ia_css_iterator_configuration *from, in ia_css_iterator_config()
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | page.h | 21 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page()
|
/linux/drivers/memory/ |
H A D | renesas-rpc-if.c | 781 const void __iomem *from, in memcpy_fromio_readw() 825 loff_t from = offs & (rpc->size - 1); in rpcif_dirmap_read_impl() local 853 loff_t from = offs & (xspi->size - 1); in xspi_dirmap_read_impl() local 918 loff_t from = offs & (xspi->size - 1); in xspi_dirmap_write() local
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | rc_calc_dpi.c | 29 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from) in copy_pps_fields()
|
/linux/drivers/mtd/maps/ |
H A D | pci.c | 53 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom() 71 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) in mtd_pci_copyto()
|
/linux/drivers/mtd/parsers/ |
H A D | sharpslpart.c | 228 loff_t from, in sharpsl_nand_read_laddr() 290 loff_t from, in sharpsl_nand_read_partinfo()
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_common.c | 41 const void *from, in vidtv_memcpy()
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/ |
H A D | ia_css_de.host.c | 22 const struct ia_css_de_config *from, in ia_css_de_encode()
|
/linux/include/linux/ |
H A D | parser.h | 26 char *from; member
|
/linux/drivers/pnp/isapnp/ |
H A D | compat.c | 25 unsigned short function, struct pnp_dev *from) in pnp_find_dev()
|
/linux/arch/x86/kernel/kprobes/ |
H A D | core.c | 110 __synthesize_relative_insn(void *dest, void *from, void *to, u8 op) in __synthesize_relative_insn() 123 void synthesize_reljump(void *dest, void *from, void *to) in synthesize_reljump() 130 void synthesize_relcall(void *dest, void *from, void *to) in synthesize_relcall()
|
/linux/include/linux/netfilter/ipset/ |
H A D | pfxlen.h | 39 #define ip_set_mask_from_to(from, to, cidr) \ argument
|
/linux/arch/arm64/include/asm/ |
H A D | page.h | 40 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux/fs/ntfs3/ |
H A D | file.c | 232 u32 from = vbo & (PAGE_SIZE - 1); in ntfs_zero_range() local 307 u64 from = ((u64)desc->pgoff << PAGE_SHIFT); in ntfs_file_mmap_prepare() local 956 static ssize_t ntfs_compress_write(struct kiocb *iocb, struct iov_iter *from) in ntfs_compress_write() 1208 static ssize_t ntfs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) in ntfs_file_write_iter()
|
/linux/rust/kernel/sync/ |
H A D | arc.rs | 479 fn from(item: UniqueArc<T>) -> Self { from() method 485 fn from(item: Pin<UniqueArc<T>>) -> Self { from() method 608 fn from(b: ArcBorrow<'_, T>) -> Self { from() method 824 fn from(obj: UniqueArc<T>) -> Self { from() method [all...] |
/linux/arch/arm/mm/ |
H A D | copypage-v4wt.c | 43 void v4wt_copy_user_highpage(struct page *to, struct page *from, in v4wt_copy_user_highpage()
|