Home
last modified time | relevance | path

Searched defs:from (Results 126 – 150 of 648) sorted by relevance

12345678910>>...26

/linux/arch/csky/abiv2/inc/abi/
H A Dpage.h9 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page()
/linux/arch/arm64/lib/
H A Duaccess_flushcache.c22 unsigned long __copy_user_flushcache(void *to, const void __user *from, in __copy_user_flushcache()
/linux/arch/xtensa/include/asm/
H A Duaccess.h229 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 Dtun_vnet.h122 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 Dtopology.h19 #define node_distance(from, to) (__node_distances[(from)][(to)]) argument
/linux/tools/perf/util/
H A Dpmu.y29 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 Dmaybe_null_fail_yld.bpf.c15 bool BPF_STRUCT_OPS(maybe_null_fail_yield, struct task_struct *from, in BPF_STRUCT_OPS()
H A Dmaybe_null.bpf.c21 bool BPF_STRUCT_OPS(maybe_null_success_yield, struct task_struct *from, in BPF_STRUCT_OPS()
/linux/init/
H A Ddo_mounts.h33 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 Dia_css_iterator.host.c21 const struct ia_css_iterator_configuration *from, in ia_css_iterator_config()
/linux/arch/csky/abiv1/inc/abi/
H A Dpage.h21 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page()
/linux/drivers/memory/
H A Drenesas-rpc-if.c781 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 Drc_calc_dpi.c29 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 Dpci.c53 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 Dsharpslpart.c228 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 Dvidtv_common.c41 const void *from, in vidtv_memcpy()
/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/
H A Dia_css_de.host.c22 const struct ia_css_de_config *from, in ia_css_de_encode()
/linux/include/linux/
H A Dparser.h26 char *from; member
/linux/drivers/pnp/isapnp/
H A Dcompat.c25 unsigned short function, struct pnp_dev *from) in pnp_find_dev()
/linux/arch/x86/kernel/kprobes/
H A Dcore.c110 __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 Dpfxlen.h39 #define ip_set_mask_from_to(from, to, cidr) \ argument
/linux/arch/arm64/include/asm/
H A Dpage.h40 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/linux/fs/ntfs3/
H A Dfile.c232 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 Darc.rs479 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 Dcopypage-v4wt.c43 void v4wt_copy_user_highpage(struct page *to, struct page *from, in v4wt_copy_user_highpage()

12345678910>>...26