/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess_32.h | 18 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()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-mediatek-cpux.c | 37 static u32 mtk_cpux_readl(u32 reg_idx, struct timer_of *to) in mtk_cpux_readl() 43 static void mtk_cpux_writel(u32 val, u32 reg_idx, struct timer_of *to) in mtk_cpux_writel() 49 static void mtk_cpux_set_irq(struct timer_of *to, bool enable) in mtk_cpux_set_irq() 83 static struct timer_of to = { variable
|
H A D | timer-sprd.c | 82 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_next_event() local 93 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_periodic() local 104 struct timer_of *to = to_timer_of(ce); in sprd_timer_shutdown() local 113 struct timer_of *to = to_timer_of(ce); in sprd_timer_interrupt() local 124 static struct timer_of to = { variable
|
H A D | timer-of.h | 48 static inline void __iomem *timer_of_base(struct timer_of *to) in timer_of_base() 53 static inline int timer_of_irq(struct timer_of *to) in timer_of_irq() 58 static inline unsigned long timer_of_rate(struct timer_of *to) in timer_of_rate() 63 static inline unsigned long timer_of_period(struct timer_of *to) in timer_of_period()
|
H A D | timer-mp-csky.c | 64 struct timer_of *to = this_cpu_ptr(&csky_to); in csky_timer_interrupt() local 78 struct timer_of *to = per_cpu_ptr(&csky_to, cpu); in csky_mptimer_starting_cpu() local 121 struct timer_of *to = NULL; in csky_mptimer_init() local
|
/openbmc/qemu/tests/qtest/migration/ |
H A D | misc-tests.c | 30 QTestState *from, *to; in test_baddest() local 46 QTestState *from, *to; in test_analyze_script() local 98 QTestState *from, *to; in test_ignore_shared() local 137 QTestState *from, *to; in do_test_validate_uuid() local 209 QTestState *from, *to; in do_test_validate_uri_channel() local
|
/openbmc/linux/arch/m68k/lib/ |
H A D | uaccess.c | 10 unsigned long __generic_copy_from_user(void *to, const void __user *from, in __generic_copy_from_user() 56 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user() 104 unsigned long __clear_user(void __user *to, unsigned long n) in __clear_user()
|
/openbmc/linux/include/linux/ |
H A D | instrumented.h | 110 instrument_copy_to_user(void __user *to, const void *from, unsigned long n) in instrument_copy_to_user() 127 instrument_copy_from_user_before(const void *to, const void __user *from, unsigned long n) in instrument_copy_from_user_before() 144 instrument_copy_from_user_after(const void *to, const void __user *from, in instrument_copy_from_user_after() 158 #define instrument_get_user(to) \ argument
|
H A D | hwspinlock.h | 114 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() 288 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave() 311 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_irq() 334 int hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_raw() 356 int hwspin_lock_timeout_in_atomic(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_in_atomic() 381 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ |
H A D | ia_css_output.host.c | 46 struct sh_css_isp_output_params *to, in ia_css_output_encode() 55 int ia_css_output_config(struct sh_css_isp_output_isp_config *to, in ia_css_output_config() 78 int ia_css_output0_config(struct sh_css_isp_output_isp_config *to, in ia_css_output0_config() 85 int ia_css_output1_config(struct sh_css_isp_output_isp_config *to, in ia_css_output1_config()
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-tm.c | 87 struct membuf to) in tm_cgpr_get() 230 struct membuf to) in tm_cfpr_get() 343 struct membuf to) in tm_cvmx_get() 470 struct membuf to) in tm_cvsx_get() 575 struct membuf to) in tm_spr_get() 665 struct membuf to) in tm_tar_get() 706 struct membuf to) in tm_ppr_get() 746 struct membuf to) in tm_dscr_get() 775 struct membuf to) in tm_cgpr32_get()
|
H A D | ptrace-view.c | 219 struct membuf to) in gpr_get() 291 struct membuf to) in ppr_get() 311 struct membuf to) in dscr_get() 325 struct membuf to) in tar_get() 349 struct membuf to) in ebb_get() 404 struct membuf to) in pmu_get() 467 struct membuf to) in dexcr_get() 496 struct membuf to) in hashkeyr_get() 527 struct membuf to) in pkey_get() 707 struct membuf to, unsigned long *regs) in gpr32_get_common() [all …]
|
/openbmc/linux/tools/virtio/linux/ |
H A D | uaccess.h | 25 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()
|
/openbmc/linux/arch/csky/lib/ |
H A D | usercopy.c | 7 unsigned long raw_copy_from_user(void *to, const void *from, in raw_copy_from_user() 78 unsigned long raw_copy_to_user(void *to, const void *from, in raw_copy_to_user() 157 __clear_user(void __user *to, unsigned long n) in __clear_user()
|
/openbmc/linux/include/trace/events/ |
H A D | xdp.h | 159 #define _trace_xdp_redirect(dev, xdp, to) \ argument 162 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument 165 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \ argument 168 #define _trace_xdp_redirect_map_err(dev, xdp, to, map_type, map_id, index, err) \ argument
|
/openbmc/linux/lib/ |
H A D | iomap_copy.c | 19 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy() 42 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy() 63 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kup.h | 75 static __always_inline void allow_user_access(void __user *to, const void __user *from, in allow_user_access() 141 static __always_inline void allow_write_to_user(void __user *to, unsigned long size) in allow_write_to_user() 146 static __always_inline void allow_read_write_user(void __user *to, const void __user *from, in allow_read_write_user() 158 static __always_inline void prevent_write_to_user(void __user *to, unsigned long size) in prevent_write_to_user() 163 static __always_inline void prevent_read_write_user(void __user *to, const void __user *from, in prevent_read_write_user()
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | uaccess.h | 27 static inline unsigned long __must_check __clear_user(void __user *to, in __clear_user() 46 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() 243 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 249 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ |
H A D | ia_css_gc.host.c | 39 struct sh_css_isp_gc_params *to, in ia_css_gc_encode() 54 struct sh_css_isp_ce_params *to, in ia_css_ce_encode() 65 struct sh_css_isp_gc_vamem_params *to, in ia_css_gc_vamem_encode()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | vmem.c | 144 t_vmem_elem *to, in load_vector() 170 t_vmem_elem *to, in store_vector() 196 t_vmem_elem *to, in isp_vmem_load() 213 t_vmem_elem *to, in isp_vmem_store() 232 t_vmem_elem *to, in isp_vmem_2d_load() 260 t_vmem_elem *to, in isp_vmem_2d_store()
|
/openbmc/linux/arch/arm/mm/ |
H A D | copypage-v6.c | 30 static void v6_copy_user_highpage_nonaliasing(struct page *to, in v6_copy_user_highpage_nonaliasing() 69 static void v6_copy_user_highpage_aliasing(struct page *to, in v6_copy_user_highpage_aliasing() 106 unsigned long to = COPYPAGE_V6_TO + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); in v6_clear_user_highpage_aliasing() local
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | dc21285.c | 75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in dc21285_copy_from() 105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_32() 117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_16() 129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_8()
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | regset.c | 72 struct membuf to) in xfpregs_get() 131 struct membuf to) in xstateregs_get() 188 struct membuf to) in ssp_get() 335 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; in __convert_from_fxsr() local 379 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr() local 402 struct membuf to) in fpregs_get()
|
/openbmc/linux/arch/x86/events/ |
H A D | utils.c | 87 static int get_branch_type(unsigned long from, unsigned long to, int abort, in get_branch_type() 207 int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() 212 int branch_type_fused(unsigned long from, unsigned long to, int abort, in branch_type_fused()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ptrace.c | 839 struct membuf to) in s390_regs_get() 888 struct membuf to) in s390_fpregs_get() 943 struct membuf to) in s390_last_break_get() 958 struct membuf to) in s390_tdb_get() 979 struct membuf to) in s390_vxrs_low_get() 1019 struct membuf to) in s390_vxrs_high_get() 1048 struct membuf to) in s390_system_call_get() 1065 struct membuf to) in s390_gs_cb_get() 1119 struct membuf to) in s390_gs_bc_get() 1177 struct membuf to) in s390_runtime_instr_get() [all …]
|