Searched refs:to (Results 351 - 375 of 1529) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/s390/cio/
H A Dblacklist.c34 * to Linux.
39 /* 65536 bits for each set to indicate if a devno is blacklisted or not */
47 * (Un-)blacklist the devices from-to
51 unsigned int to, int msgtrigger)
53 if ((from_ssid > to_ssid) || ((from_ssid == to_ssid) && (from > to))) {
55 pr_warn("0.%x.%04x to 0.%x.%04x is not a valid range for cio_ignore\n",
56 from_ssid, from, to_ssid, to);
62 (from <= to))) {
152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; local
175 to
49 blacklist_range(range_action action, unsigned int from_ssid, unsigned int to_ssid, unsigned int from, unsigned int to, int msgtrigger) argument
[all...]
/linux-master/arch/arm64/include/asm/
H A Duaccess.h35 * This is equivalent to the following test:
79 * Disable interrupts to avoid preemption between reading the 'ttbr0'
184 * The "__xxx_error" versions set the third argument to -EFAULT if an error
362 extern unsigned long __must_check __arch_copy_from_user(void *to, const void __user *from, unsigned long n);
363 #define raw_copy_from_user(to, from, n) \
367 __acfu_ret = __arch_copy_from_user((to), \
373 extern unsigned long __must_check __arch_copy_to_user(void __user *to, const void *from, unsigned long n);
374 #define raw_copy_to_user(to, from, n) \
378 __actu_ret = __arch_copy_to_user(__uaccess_mask_ptr(to), \
387 extern unsigned long __must_check __arch_clear_user(void __user *to, unsigne
388 __clear_user(void __user *to, unsigned long n) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dptrace.c35 struct membuf to)
37 return membuf_write(&to, task_pt_regs(target),
55 struct membuf to)
62 membuf_write(&to, fstate, offsetof(struct __riscv_d_ext_state, fcsr));
63 membuf_store(&to, fstate->fcsr);
64 return membuf_zero(&to, 4); // explicitly pad
90 struct membuf to)
99 * Ensure the vector registers have been saved to the memory before
100 * copying them to membuf.
115 membuf_write(&to,
33 riscv_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
53 riscv_fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
88 riscv_vr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
312 compat_riscv_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
[all...]
/linux-master/fs/ext2/
H A Dfile.c35 static ssize_t ext2_dax_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
40 if (!iov_iter_count(to))
44 ret = dax_iomap_rw(iocb, to, &ext2_iomap_ops);
118 * cannot be reliably aligned to huge page sizes and so pmd faults
119 * will always fail and fail back to regular faults.
166 static ssize_t ext2_dio_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
172 trace_ext2_dio_read_begin(iocb, to, 0);
174 ret = iomap_dio_rw(iocb, to, &ext2_iomap_ops, NULL, 0, NULL, 0);
176 trace_ext2_dio_read_end(iocb, to, ret);
191 * If we are extending the file, we have to updat
281 ext2_file_read_iter(struct kiocb *iocb, struct iov_iter *to) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S4 | gen_except --- FPSP routine to detect reportable exceptions
24 | Note: The IEEE standard specifies that inex2 is to be
71 movel ETEMP_HI(%a6),ETEMP_HI(%a1) |frame to busy frame
73 movel CMDREG1B(%a6),CMDREG1B(%a1) |set inst in frame to unimp
74 movel CMDREG1B(%a6),%d0 |fix cmd1b to make it
98 | a1 is modified to point into the new frame allowing fpsp equates
99 | to be valid.
115 movel CMDREG1B(%a6),CMDREG1B(%a1) |set inst in frame to unimp
126 | A7 must be incremented to the point before the
127 | idle fsave vector to th
[all...]
H A Dres_func.S11 | completed here; data is packed and moved to user memory.
12 | The stack is restored to the 040 only in the case of a
64 | ;set dtag to norm
65 | ;write the tag & fpte15 to the fstack
73 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format
77 bfclr DTAG(%a6){#0:#4} |set tag to normalized, FPTE15 = 0
97 | (*fsqrt reencoded to $05)
100 andil #0x7f,%d0 |strip to only command word
111 | The routine round is used to correctly round the input for the
117 andib #0x3b,%d0 |isolate bits to selec
[all...]
/linux-master/arch/arm64/kernel/
H A Dptrace.c161 * is likely to cause regressions on obscure architectures.
306 * Initialise fields to sane defaults
475 struct membuf to)
487 membuf_write(&to, &info, sizeof(info));
488 membuf_zero(&to, sizeof(u32));
490 while (to.left) {
497 membuf_store(&to, addr);
498 membuf_store(&to, ctrl);
499 membuf_zero(&to, sizeof(u32));
556 struct membuf to)
473 hw_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
554 gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
590 __fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
603 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
661 tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
700 fpmr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
733 system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
811 sve_get_common(struct task_struct *target, const struct user_regset *regset, struct membuf to, enum vec_type type) argument
863 sve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1026 ssve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1048 za_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1182 zt_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1239 pac_mask_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1260 pac_enabled_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1326 pac_address_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1375 pac_generic_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1415 tagged_addr_ctrl_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1659 compat_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1732 compat_vfp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1788 compat_tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S18 @ Be sure to flush kernel binary out of the cache,
21 @ memory to be sure we hit the same cache.
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic_main.c11 * Static NAT is used to remap the networks from the view of the network
13 * layer addresses to match.
16 * are modified. The module does not need to be MIB aware and only scans
64 __be32 to; member in struct:snmp_ctx
74 memcpy(&s[7], &ctx->to, 4);
84 memcpy(&s[4], &ctx->to, 4);
115 pr_debug("%s: %pI4 to %pI4\n", __func__,
116 (void *)&ctx->from, (void *)&ctx->to);
120 *pdata = ctx->to;
137 ctx.to
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dhypervisor.c19 * along with this program; if not, write to the Free Software
88 const void **to = (const void **)target; local
92 to[i] = from[i];
/linux-master/arch/arm/mach-rpc/
H A Decard-loader.S16 @ Purpose: call an expansion card loader to read bytes.
29 @ Purpose: call an expansion card loader to reset the card
/linux-master/arch/arm/include/debug/
H A Dat91.S19 strb \rd, [\rx, #(AT91_DBGU_THR)] @ Write to Transmitter Holding Register
24 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
/linux-master/include/net/
H A Dinet_ecn.h40 * The full-functionality option for ECN encapsulation is to copy the
41 * ECN codepoint of the inside header to the outside header on
42 * encapsulation if the inside header is not-ECT or ECT, and to set the
43 * ECN codepoint of the outside header to ECT(0) if the ECN codepoint of
129 * IP_ECN_set_ce() has to tweak IPV4 checksum when setting CE,
132 * so we have to update skb->csum.
136 __be32 from, to; local
142 to = from | htonl(INET_ECN_CE << 20);
143 *(__be32 *)iph = to;
146 (__force __wsum)to);
152 __be32 from, to; local
[all...]
H A Dudplite.h21 static __inline__ int udplite_getfrag(void *from, char *to, int offset, argument
25 return copy_from_iter_full(to, len, &msg->msg_iter) ? 0 : -EFAULT;
/linux-master/arch/um/include/asm/
H A Duaccess.h25 extern unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n);
26 extern unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n);
51 if (0) /* make sure the label looks used to the compiler */ \
58 if (0) /* make sure the label looks used to the compiler */ \
/linux-master/arch/powerpc/platforms/powernv/
H A Dultravisor.c35 struct bin_attribute *bin_attr, char *to,
38 return memcons_copy(uv_memcons, to, pos, count);
34 uv_msglog_read(struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *to, loff_t pos, size_t count) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.h5 * Permission is hereby granted, free of charge, to any person obtaining a
7 * to deal in the Software without restriction, including without limitation
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 * and/or sell copies of the Software, and to permit persons to whom the
10 * Software is furnished to do so, subject to the following conditions:
39 uint32_t from, uint32_t to,
44 uint32_t from, uint32_t to, uint32_t trigger);
/linux-master/usr/
H A Dgen_initramfs.sh7 # Generate a cpio packed initramfs. It uses gen_init_cpio to generate
20 -u <uid> User ID to map to user ID 0 (root).
22 directory. "squash" forces all files to uid 0.
23 -g <gid> Group ID to map to group ID 0 (root).
25 directory. "squash" forces all files to gid 0.
29 as direct input to initramfs.
34 to reset the root/group mapping.
85 # <filetype> <name> <path to fil
[all...]
/linux-master/arch/parisc/include/asm/
H A Dalternative.h24 s32 orig_offset; /* offset to original instructions */
46 /* to replace one single instructions by a new instruction */
47 #define ALTERNATIVE(from, to, cond, replacement)\
51 .hword (to - from)/4, cond ! \
55 /* to replace multiple instructions by new code */
/linux-master/drivers/mtd/spi-nor/
H A Dsst.c11 /* SST flash_info mfr_flag. Used to specify SST byte programming. */
170 static int sst_nor_write(struct mtd_info *mtd, loff_t to, size_t len, argument
177 dev_dbg(nor->dev, "to 0x%08x, len %zd\n", (u32)to, len);
190 if (to % 2) {
194 ret = spi_nor_write_data(nor, to, 1, buf);
202 to++;
211 ret = spi_nor_write_data(nor, to, 2, buf + actual);
218 to += 2;
238 ret = spi_nor_write_data(nor, to,
[all...]
/linux-master/tools/perf/util/
H A Dmmap.h27 * @refcnt - e.g. code using PERF_EVENT_IOC_SET_OUTPUT to share this
57 int perf_mmap__push(struct mmap *md, void *to,
58 int push(struct mmap *map, void *to, void *buf, size_t size));
/linux-master/arch/x86/include/asm/
H A Dpage.h31 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, argument
34 copy_page(to, from);
46 This seems to be the official gcc blessed way to do such arithmetic. */
50 * Newer versions of gcc provide -fno-strict-overflow switch to handle this
/linux-master/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h47 /* Default to taking the first of any alternative feature sections */
50 #define DCBT_SETUP_STREAMS(from, from_parms, to, to_parms, scratch) \
57 dcbtst 0,to,0b01000; /* addr to */ \
58 dcbtst 0,to_parms,0b01010; /* length and depth to */ \
/linux-master/arch/arm/mm/
H A Dflush.c40 unsigned long to = FLUSH_ALIAS_START + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); local
43 set_top_pte(to, pfn_pte(pfn, PAGE_KERNEL));
48 : "r" (to), "r" (to + PAGE_SIZE - 1), "r" (zero)
56 unsigned long to; local
59 to = va + offset;
60 flush_icache_range(to, to + len);
179 * Copy user data from/to a page which is mapped into a different
180 * processes address space. Really, we want to allo
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.h20 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from);
21 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);

Completed in 296 milliseconds

<<11121314151617181920>>