/openbmc/linux/arch/sh/kernel/ |
H A D | io.c | 16 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) in memcpy_fromio() 79 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) in memcpy_toio()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | page_mm.h | 14 static inline void copy_page(void *to, void *from) in copy_page() 53 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument 60 #define copy_user_page(to, from, vaddr, page) \ argument
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
H A D | ia_css_sdis2.host.c | 37 struct sh_css_isp_sdis_hori_coef_tbl *to, in ia_css_sdis2_horicoef_vmem_encode() 62 struct sh_css_isp_sdis_vert_coef_tbl *to, in ia_css_sdis2_vertcoef_vmem_encode() 87 struct sh_css_isp_sdis_hori_proj_tbl *to, in ia_css_sdis2_horiproj_encode() 97 struct sh_css_isp_sdis_vert_proj_tbl *to, in ia_css_sdis2_vertproj_encode()
|
/openbmc/linux/arch/arm/mm/ |
H A D | copypage-xscale.c | 36 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() 84 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, in xscale_mc_copy_user_highpage()
|
H A D | copypage-v4mc.c | 40 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() 64 void v4_mc_copy_user_highpage(struct page *to, struct page *from, in v4_mc_copy_user_highpage()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | asm.h | 196 # define _ASM_EXTABLE_TYPE(from, to, type) \ argument 204 # define _ASM_EXTABLE_TYPE_REG(from, to, type, reg) \ argument 226 #define _ASM_EXTABLE(from, to) \ argument 229 #define _ASM_EXTABLE_UA(from, to) \ argument 232 #define _ASM_EXTABLE_FAULT(from, to) \ argument
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | map_funcs.c | 23 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize… in simple_map_copy_from() 28 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, s… in simple_map_copy_to()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/ |
H A D | ia_css_csc.host.c | 32 struct sh_css_isp_csc_params *to, in ia_css_encode_cc() 59 struct sh_css_isp_csc_params *to, in ia_css_csc_encode()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ |
H A D | ia_css_fpn.host.c | 32 struct sh_css_isp_fpn_params *to, in ia_css_fpn_encode() 54 int ia_css_fpn_config(struct sh_css_isp_fpn_isp_config *to, in ia_css_fpn_config()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | dma.h | 111 #define dma_write(chan, from, to, size) \ argument 113 #define dma_write_page(chan, from, to) \ argument 116 #define dma_read(chan, from, to, size) \ argument 118 #define dma_read_page(chan, from, to) \ argument
|
H A D | uaccess.h | 88 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 94 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 127 unsigned long (*to)(void __user *dst, const void *src, unsigned long cnt); member
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-tegra.c | 134 struct timer_of *to = per_cpu_ptr(&tegra_to, cpu); in tegra_timer_setup() local 159 struct timer_of *to = per_cpu_ptr(&tegra_to, cpu); in tegra_timer_stop() local 238 static inline unsigned long tegra_rate_for_timer(struct timer_of *to, in tegra_rate_for_timer() 254 struct timer_of *to; in tegra_init_timer() local
|
/openbmc/linux/include/linux/ |
H A D | uidgid.h | 153 static inline uid_t from_kuid(struct user_namespace *to, kuid_t kuid) in from_kuid() 158 static inline gid_t from_kgid(struct user_namespace *to, kgid_t kgid) in from_kgid() 163 static inline uid_t from_kuid_munged(struct user_namespace *to, kuid_t kuid) in from_kuid_munged() 171 static inline gid_t from_kgid_munged(struct user_namespace *to, kgid_t kgid) in from_kgid_munged()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-msglog.c | 34 ssize_t memcons_copy(struct memcons *mc, char *to, loff_t pos, size_t count) in memcons_copy() 91 ssize_t opal_msglog_copy(char *to, loff_t pos, size_t count) in opal_msglog_copy() 97 struct bin_attribute *bin_attr, char *to, in opal_msglog_read()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | fb.h | 23 static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in fb_memcpy_fromio() 29 static inline void fb_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in fb_memcpy_toio()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | uaccess.h | 139 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 367 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 589 static inline unsigned long __clear_user(void __user *to, unsigned long n) in __clear_user()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | debugfs.c | 51 static ssize_t fw_regs_read(struct file *file, char __user *to, size_t count, loff_t *ppos) in fw_regs_read() 74 static ssize_t debug_window_read(struct file *file, char __user *to, size_t count, loff_t *ppos) in debug_window_read() 99 static ssize_t probe_points_read(struct file *file, char __user *to, size_t count, loff_t *ppos) in probe_points_read() 213 static ssize_t strace_read(struct file *file, char __user *to, size_t count, loff_t *ppos) in strace_read() 350 static ssize_t trace_control_read(struct file *file, char __user *to, size_t count, loff_t *ppos) in trace_control_read()
|
/openbmc/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_waitv.c | 39 struct timespec to; in waiterfn() local 64 struct timespec to; in main() local
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_unicode.c | 19 int jfs_strfromUCS_le(char *to, const __le16 * from, in jfs_strfromUCS_le() 69 static int jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, in jfs_strtoUCS()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | fb.h | 21 static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in fb_memcpy_fromio() 27 static inline void fb_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in fb_memcpy_toio()
|
/openbmc/linux/net/atm/ |
H A D | atm_misc.c | 88 void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to) in sonet_copy_stats() 96 void sonet_subtract_stats(struct k_sonet_stats *from, struct sonet_stats *to) in sonet_subtract_stats()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | ptrace.c | 35 struct membuf to) in riscv_gpr_get() 55 struct membuf to) in riscv_fpr_get() 90 struct membuf to) in riscv_vr_get() 311 struct membuf to) in compat_riscv_gpr_get()
|
/openbmc/linux/include/net/ |
H A D | seg6.h | 18 __be32 to) in update_csum_diff4() 26 __be32 *to) in update_csum_diff16()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 77 struct membuf to) in gpr_get() 121 static int gfpr_get(struct task_struct *target, struct membuf *to) in gfpr_get() 127 static int gfpr_get_simd(struct task_struct *target, struct membuf *to) in gfpr_get_simd() 147 struct membuf to) in fpr_get() 231 struct membuf to) in cfg_get() 260 struct membuf *to, unsigned int live_sz) in copy_pad_fprs() 280 struct membuf to) in simd_get() 345 struct membuf to) in lbt_get() 673 struct membuf to) in hw_break_get()
|
/openbmc/linux/fs/ |
H A D | select.c | 271 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout() 478 ktime_t expire, *to = NULL; in do_select() local 704 struct timespec64 end_time, *to = NULL; in kern_select() local 734 struct timespec64 ts, end_time, *to = NULL; in do_pselect() local 775 static inline int get_sigset_argpack(struct sigset_argpack *to, in get_sigset_argpack() 886 ktime_t expire, *to = NULL; in do_poll() local 1048 struct timespec64 *to = NULL, end_time; in do_restart_poll() local 1068 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE3() local 1102 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local 1128 struct timespec64 ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local [all …]
|