Home
last modified time | relevance | path

Searched defs:to (Results 26 – 50 of 965) sorted by relevance

12345678910>>...39

/openbmc/linux/include/linux/
H A Dhwspinlock.h113 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout()
282 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave()
305 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_irq()
328 int hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_raw()
350 int hwspin_lock_timeout_in_atomic(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_in_atomic()
375 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout()
/openbmc/linux/drivers/clocksource/
H A Dtimer-sprd.c82 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 Dtimer-of.h49 static inline void __iomem *timer_of_base(struct timer_of *to) in timer_of_base()
54 static inline int timer_of_irq(struct timer_of *to) in timer_of_irq()
59 static inline unsigned long timer_of_rate(struct timer_of *to) in timer_of_rate()
64 static inline unsigned long timer_of_period(struct timer_of *to) in timer_of_period()
H A Dtimer-mp-csky.c64 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/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.c46 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/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()
/openbmc/linux/arch/csky/lib/
H A Dusercopy.c7 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/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c87 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 Dptrace-view.c219 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/lib/
H A Diomap_copy.c19 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/include/trace/events/
H A Dxdp.h159 #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/arch/powerpc/include/asm/
H A Dkup.h75 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 Duaccess.h27 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 Dia_css_gc.host.c39 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/arch/arm/mm/
H A Dcopypage-v6.c30 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/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c144 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/drivers/mtd/maps/
H A Ddc21285.c75 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/events/
H A Dutils.c87 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/x86/kernel/fpu/
H A Dregset.c72 struct membuf to) in xfpregs_get()
131 struct membuf to) in xstateregs_get()
188 struct membuf to) in ssp_get()
334 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; in __convert_from_fxsr() local
378 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr() local
401 struct membuf to) in fpregs_get()
/openbmc/linux/arch/s390/kernel/
H A Dptrace.c839 struct membuf to) in s390_regs_get()
888 struct membuf to) in s390_fpregs_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()
1333 struct membuf to) in s390_compat_regs_get()
[all …]
/openbmc/linux/arch/arm64/mm/
H A Dcopypage.c17 void copy_highpage(struct page *to, struct page *from) in copy_highpage()
36 void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage()
/openbmc/linux/net/dccp/
H A Doptions.c266 void dccp_encode_value_var(const u64 value, u8 *to, const u8 len) in dccp_encode_value_var()
292 unsigned char *to; in dccp_insert_option() local
357 unsigned char *to; in dccp_insert_option_timestamp_echo() local
407 unsigned char *to; in dccp_insert_option_ackvec() local
507 u8 tot_len, *to; in dccp_insert_fn_opt() local
/openbmc/linux/arch/ia64/include/asm/
H A Duaccess.h191 raw_copy_to_user(void __user *to, const void *from, unsigned long count) in raw_copy_to_user()
197 raw_copy_from_user(void *to, const void __user *from, unsigned long count) in raw_copy_from_user()
207 #define __clear_user(to, n) __do_clear_user(to, n) argument
209 #define clear_user(to, n) \ argument
224 #define strncpy_from_user(to, from, n) \ argument
/openbmc/linux/arch/x86/include/asm/
H A Dasm.h196 # 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_CPY(from, to) \ argument
235 #define _ASM_EXTABLE_FAULT(from, to) \ argument
/openbmc/linux/arch/s390/include/asm/
H A Duaccess.h40 copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key) in copy_from_user_key()
51 copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key) in copy_to_user_key()
82 #define __put_user_asm(to, from, size) \ argument
138 #define __get_user_asm(to, from, size) \ argument
282 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user()
292 #define __put_kernel_asm(val, to, insn) \ argument

12345678910>>...39