Searched refs:to (Results 176 - 200 of 1522) sorted by relevance

1234567891011>>

/linux-master/arch/loongarch/include/asm/
H A Dtopology.h23 void numa_set_distance(int from, int to, int distance);
25 #define node_distance(from, to) (node_distances[(from)][(to)])
/linux-master/arch/arm/include/asm/
H A Dpage.h33 * We have the following to choose from:
112 void (*cpu_copy_user_highpage)(struct page *to, struct page *from,
116 void fa_copy_user_highpage(struct page *to, struct page *from,
119 void feroceon_copy_user_highpage(struct page *to, struct page *from,
122 void v4_mc_copy_user_highpage(struct page *to, struct page *from,
125 void v4wb_copy_user_highpage(struct page *to, struct page *from,
128 void v4wt_copy_user_highpage(struct page *to, struct page *from,
131 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from,
134 void xscale_mc_copy_user_highpage(struct page *to, struct page *from,
150 extern void __cpu_copy_user_highpage(struct page *to, struc
[all...]
/linux-master/arch/arc/include/asm/
H A Dpage.h25 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
33 void copy_user_highpage(struct page *to, struct page *from,
35 void clear_user_page(void *to, unsigned long u_vaddr, struct page *page);
/linux-master/arch/x86/boot/
H A Dpmjump.S25 movl %edx, %esi # Pointer to boot_params table
31 jmp 1f # Short jump to serialize on 386/486
41 # Transition to 32-bit mode
57 # a valid stack if some debugging hack wants to use it.
60 # Set up TR to make Intel VT happy
63 # Clear registers to allow for future extensions to the
71 # Set up LDTR to make Intel VT happy
74 jmpl *%eax # Jump to the 32-bit entrypoint
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dtopology.h27 #define node_distance(from, to) (__node_distances[(from)][(to)])
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
H A Dia_css_vf.host.c29 int ia_css_vf_config(struct sh_css_isp_vf_isp_config *to, argument
36 to->vf_downscale_bits = from->vf_downscale_bits;
37 to->enable = from->info != NULL;
40 ia_css_frame_info_to_frame_sp_info(&to->info, from->info);
41 ret = ia_css_dma_configure_from_info(&to->dma.port_b, from->info);
44 to->dma.width_a_over_b = elems_a / to->dma.port_b.elems;
46 /* Assume divisiblity here, may need to generalize to fixed point. */
47 if (elems_a % to
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c34 ssize_t memcons_copy(struct memcons *mc, char *to, loff_t pos, size_t count) argument
47 * data it points to in conbuf. */
52 /* When the buffer has wrapped, read from the out_pos marker to the end
60 ret = memory_read_from_buffer(to, count, &pos,
67 to += first_read;
75 /* Sanity check. The firmware should not do this to us. */
81 ret = memory_read_from_buffer(to, count, &pos, conbuf, out_pos);
91 ssize_t opal_msglog_copy(char *to, loff_t pos, size_t count) argument
93 return memcons_copy(opal_memcons, to, pos, count);
97 struct bin_attribute *bin_attr, char *to,
96 opal_msglog_read(struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *to, loff_t pos, size_t count) argument
[all...]
/linux-master/include/linux/
H A Dkmsan-checks.h3 * KMSAN checks to be used for one-off annotations in subsystems.
19 * @address: address to start with.
20 * @size: size of buffer to poison.
23 * Until other data is written to this range, KMSAN will treat it as
31 * @address: address to start with.
32 * @size: size of buffer to unpoison.
34 * Until other data is written to this range, KMSAN will treat it as
41 * @address: address to start with.
42 * @size: size of buffer to check.
50 * kmsan_copy_to_user() - Notify KMSAN about a data transfer to userspac
76 kmsan_copy_to_user(void __user *to, const void *from, size_t to_copy, size_t left) argument
[all...]
H A Dhwspinlock.h33 * by remote processors that have no other way to achieve synchronization.
40 * hwspinlocks, and in this case, they can be trivially numbered 0 to
47 * This platform data structure should be used to provide the base id
85 * We don't want these functions to fail if CONFIG_HWSPINLOCK is not
86 * enabled. We prefer to silently succeed in this case, and let the
91 * we _do_ want users to fail (no point in registering hwspinlock instances if
113 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, argument
167 * hwspin_trylock_irqsave() - try to lock an hwspinlock, disable interrupts
168 * @hwlock: an hwspinlock which we want to trylock
169 * @flags: a pointer to wher
281 hwspin_lock_timeout_irqsave(struct hwspinlock *hwlock, unsigned int to, unsigned long *flags) argument
305 hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) argument
328 hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) argument
350 hwspin_lock_timeout_in_atomic(struct hwspinlock *hwlock, unsigned int to) argument
375 hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) argument
[all...]
/linux-master/arch/mips/include/asm/
H A Dasm-prototypes.h11 extern void copy_page_cpu(void *to, void *from);
/linux-master/fs/sysv/
H A Dinode.c43 * If we are going to write out the super block,
109 unsigned char * from, unsigned char * to)
112 to[0] = from[0];
113 to[1] = 0;
114 to[2] = from[1];
115 to[3] = from[2];
117 to[0] = from[0];
118 to[1] = from[1];
119 to[2] = from[2];
120 to[
108 read3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) argument
129 write3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) argument
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-rda.c69 struct timer_of *to = to_timer_of(evt); local
71 rda_ostimer_stop(timer_of_base(to));
78 struct timer_of *to = to_timer_of(evt); local
80 rda_ostimer_stop(timer_of_base(to));
87 struct timer_of *to = to_timer_of(evt); local
90 rda_ostimer_stop(timer_of_base(to));
94 rda_ostimer_start(timer_of_base(to), true, cycles_per_jiffy);
107 struct timer_of *to = to_timer_of(ev); local
109 rda_ostimer_start(timer_of_base(to), false, evt);
117 struct timer_of *to local
[all...]
H A Dtimer-tegra.c134 struct timer_of *to = per_cpu_ptr(&tegra_to, cpu); local
136 writel_relaxed(0, timer_of_base(to) + TIMER_PTV);
137 writel_relaxed(TIMER_PCR_INTR_CLR, timer_of_base(to) + TIMER_PCR);
139 irq_force_affinity(to->clkevt.irq, cpumask_of(cpu));
140 enable_irq(to->clkevt.irq);
150 clockevents_config_and_register(&to->clkevt, timer_of_rate(to),
159 struct timer_of *to = per_cpu_ptr(&tegra_to, cpu); local
161 to->clkevt.set_state_shutdown(&to
238 tegra_rate_for_timer(struct timer_of *to, bool tegra20) argument
254 struct timer_of *to; local
[all...]
/linux-master/tools/perf/util/
H A Dcopyfile.c14 static int slow_copyfile(const char *from, const char *to, struct nsinfo *nsi) argument
28 to_fp = fopen(to, "w");
73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, argument
89 /* extra 'x' at the end is to reserve space for '.' */
90 if (asprintf(&tmp, "%s.XXXXXXx", to) < 0) {
126 err = link(tmp, to);
133 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) argument
135 return copyfile_mode_ns(from, to, 0755, nsi);
138 int copyfile_mode(const char *from, const char *to, mode_t mode) argument
140 return copyfile_mode_ns(from, to, mod
143 copyfile(const char *from, const char *to) argument
[all...]
/linux-master/arch/microblaze/include/asm/
H A Duaccess.h23 extern unsigned long __copy_tofrom_user(void __user *to,
27 static inline unsigned long __must_check __clear_user(void __user *to, argument
30 /* normal memset with two words to __ex_table */
40 : "=r"(n), "=r"(to) \
41 : "0"(n), "1"(to)
46 static inline unsigned long __must_check clear_user(void __user *to, argument
50 if (unlikely(!access_ok(to, n)))
53 return __clear_user(to, n);
79 * @x: Variable to store result.
85 * This macro copies a single simple variable from user space to kerne
243 raw_copy_from_user(void *to, const void __user *from, unsigned long n) argument
249 raw_copy_to_user(void __user *to, const void *from, unsigned long n) argument
[all...]
/linux-master/net/core/
H A Ddev_addr_lists.c265 * between source and destionation of they synch. If you ever need to
266 * sync addresses to more then 1 destination, you need to use
303 * @list: address list to syncronize
304 * @dev: device to sync
305 * @sync: function to call if address should be added
306 * @unsync: function to call if address should be removed
308 * This function is intended to be called from the ndo_set_rx_mode
312 * any notification to the device.
336 /* go through and sync new entries to th
733 dev_uc_sync(struct net_device *to, struct net_device *from) argument
763 dev_uc_sync_multiple(struct net_device *to, struct net_device *from) argument
788 dev_uc_unsync(struct net_device *to, struct net_device *from) argument
956 dev_mc_sync(struct net_device *to, struct net_device *from) argument
986 dev_mc_sync_multiple(struct net_device *to, struct net_device *from) argument
1011 dev_mc_unsync(struct net_device *to, struct net_device *from) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c31 * If the readahead buffer is invalid, we need to mark it with an error and
33 * from disk. We don't report the error otherwise to avoid warnings during log
35 * because all we want to do is say readahead failed; there is no-one to report
36 * the error to, so this will distinguish it from a non-ra verifier failure.
37 * Changes to this readahead error behaviour also need to be reflected in
125 * This routine is called to map an inode to the buffer containing the on-disk
126 * version of the inode. It returns a pointer to th
291 xfs_inode_to_disk_iext_counters( struct xfs_inode *ip, struct xfs_dinode *to) argument
310 xfs_inode_to_disk( struct xfs_inode *ip, struct xfs_dinode *to, xfs_lsn_t lsn) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsmovecr.S9 | Output: The constant rounded to the user's rounding
50 tstb %d0 |if zero, offset is to pi
128 mulul #12,%d0 |use offset to point into tables
144 movel (%a0,%d0),FP_SCR1(%a6) |load first word to temp storage
150 sne LOCAL_SGN(%a0) |convert to internal ext. format
154 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format
/linux-master/include/uapi/linux/netfilter/
H A Dxt_connbytes.h21 __aligned_u64 from; /* count to be matched */
22 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon13068
/linux-master/drivers/mtd/maps/
H A Dmap_funcs.c23 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
25 inline_map_copy_from(map, to, from, len);
28 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
30 inline_map_copy_to(map, to, from, len);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/
H A Dia_css_de.host.h26 struct sh_css_isp_de_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.h33 struct sh_css_isp_sdis_hori_coef_tbl *to,
38 struct sh_css_isp_sdis_vert_coef_tbl *to,
43 struct sh_css_isp_sdis_hori_proj_tbl *to,
48 struct sh_css_isp_sdis_vert_proj_tbl *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/
H A Dia_css_dp.host.h29 struct sh_css_isp_dp_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/
H A Dia_css_macc1_5.host.h26 struct sh_css_isp_macc1_5_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
H A Dia_css_cnr2.host.h26 struct sh_css_isp_cnr_params *to,

Completed in 189 milliseconds

1234567891011>>