/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | uaccess.h | 162 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 172 : "=b" (to), "=b" (from), "=r" (ret) \ 173 : "0" (to), "1" (from), "2" (ret) \ 176 #define __asm_copy_from_user_1(to, from, ret) \ argument 177 __asm_copy_user_cont(to, from, ret, \ 185 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 186 __asm_copy_user_cont(to, from, ret, \ 197 #define __asm_copy_from_user_2(to, from, ret) \ argument 198 __asm_copy_from_user_2x_cont(to, from, ret, "", "", "") 200 #define __asm_copy_from_user_3(to, from, ret) \ argument [all …]
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | uaccess.h | 156 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 167 : "=r" (to), "=r" (from), "=r" (ret) \ 168 : "0" (to), "1" (from), "2" (ret) \ 171 #define __asm_copy_from_user_1(to, from, ret) \ argument 172 __asm_copy_user_cont(to, from, ret, \ 179 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 180 __asm_copy_user_cont(to, from, ret, \ 187 #define __asm_copy_from_user_2(to, from, ret) \ argument 188 __asm_copy_from_user_2x_cont(to, from, ret, "", "", "") 190 #define __asm_copy_from_user_3(to, from, ret) \ argument [all …]
|
/linux-4.4.14/arch/metag/lib/ |
D | usercopy.c | 27 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 40 : "=r" (to), "=r" (from), "=r" (ret) \ 41 : "0" (to), "1" (from), "2" (ret) \ 45 #define __asm_copy_to_user_1(to, from, ret) \ argument 46 __asm_copy_user_cont(to, from, ret, \ 53 #define __asm_copy_to_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument 54 __asm_copy_user_cont(to, from, ret, \ 61 #define __asm_copy_to_user_2(to, from, ret) \ argument 62 __asm_copy_to_user_2x_cont(to, from, ret, "", "", "") 64 #define __asm_copy_to_user_3(to, from, ret) \ argument [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | signal_compat.c | 4 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32() argument 18 put_user_ex(from->si_signo, &to->si_signo); in copy_siginfo_to_user32() 19 put_user_ex(from->si_errno, &to->si_errno); in copy_siginfo_to_user32() 20 put_user_ex((short)from->si_code, &to->si_code); in copy_siginfo_to_user32() 22 if (from->si_code < 0) { in copy_siginfo_to_user32() 23 put_user_ex(from->si_pid, &to->si_pid); in copy_siginfo_to_user32() 24 put_user_ex(from->si_uid, &to->si_uid); in copy_siginfo_to_user32() 25 put_user_ex(ptr_to_compat(from->si_ptr), &to->si_ptr); in copy_siginfo_to_user32() 31 put_user_ex(from->_sifields._pad[0], in copy_siginfo_to_user32() 33 switch (from->si_code >> 16) { in copy_siginfo_to_user32() [all …]
|
D | ioport.c | 23 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) in sys_ioperm() argument 29 if ((from + num <= from) || (from + num > IO_BITMAP_BITS)) in sys_ioperm() 60 bitmap_clear(t->io_bitmap_ptr, from, num); in sys_ioperm() 62 bitmap_set(t->io_bitmap_ptr, from, num); in sys_ioperm()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_sb.c | 353 xfs_dsb_t *from, in __xfs_sb_from_disk() argument 356 to->sb_magicnum = be32_to_cpu(from->sb_magicnum); in __xfs_sb_from_disk() 357 to->sb_blocksize = be32_to_cpu(from->sb_blocksize); in __xfs_sb_from_disk() 358 to->sb_dblocks = be64_to_cpu(from->sb_dblocks); in __xfs_sb_from_disk() 359 to->sb_rblocks = be64_to_cpu(from->sb_rblocks); in __xfs_sb_from_disk() 360 to->sb_rextents = be64_to_cpu(from->sb_rextents); in __xfs_sb_from_disk() 361 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk() 362 to->sb_logstart = be64_to_cpu(from->sb_logstart); in __xfs_sb_from_disk() 363 to->sb_rootino = be64_to_cpu(from->sb_rootino); in __xfs_sb_from_disk() 364 to->sb_rbmino = be64_to_cpu(from->sb_rbmino); in __xfs_sb_from_disk() [all …]
|
D | xfs_inode_buf.c | 200 xfs_dinode_t *from) in xfs_dinode_from_disk() argument 202 to->di_magic = be16_to_cpu(from->di_magic); in xfs_dinode_from_disk() 203 to->di_mode = be16_to_cpu(from->di_mode); in xfs_dinode_from_disk() 204 to->di_version = from ->di_version; in xfs_dinode_from_disk() 205 to->di_format = from->di_format; in xfs_dinode_from_disk() 206 to->di_onlink = be16_to_cpu(from->di_onlink); in xfs_dinode_from_disk() 207 to->di_uid = be32_to_cpu(from->di_uid); in xfs_dinode_from_disk() 208 to->di_gid = be32_to_cpu(from->di_gid); in xfs_dinode_from_disk() 209 to->di_nlink = be32_to_cpu(from->di_nlink); in xfs_dinode_from_disk() 210 to->di_projid_lo = be16_to_cpu(from->di_projid_lo); in xfs_dinode_from_disk() [all …]
|
D | xfs_da_format.c | 128 xfs_dir2_inou_t *from) in xfs_dir2_sf_get_ino() argument 131 return get_unaligned_be64(&from->i8.i) & 0x00ffffffffffffffULL; in xfs_dir2_sf_get_ino() 133 return get_unaligned_be32(&from->i4.i); in xfs_dir2_sf_get_ino() 455 struct xfs_dir2_leaf *from) in xfs_dir2_leaf_hdr_from_disk() argument 457 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_dir2_leaf_hdr_from_disk() 458 to->back = be32_to_cpu(from->hdr.info.back); in xfs_dir2_leaf_hdr_from_disk() 459 to->magic = be16_to_cpu(from->hdr.info.magic); in xfs_dir2_leaf_hdr_from_disk() 460 to->count = be16_to_cpu(from->hdr.count); in xfs_dir2_leaf_hdr_from_disk() 461 to->stale = be16_to_cpu(from->hdr.stale); in xfs_dir2_leaf_hdr_from_disk() 470 struct xfs_dir3_icleaf_hdr *from) in xfs_dir2_leaf_hdr_to_disk() argument [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | uaccess_32.h | 14 (void __user *to, const void *from, unsigned long n); 16 (void *to, const void __user *from, unsigned long n); 18 (void *to, const void __user *from, unsigned long n); 20 (void *to, const void __user *from, unsigned long n); 22 (void *to, const void __user *from, unsigned long n); 44 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic() argument 51 __put_user_size(*(u8 *)from, (u8 __user *)to, in __copy_to_user_inatomic() 55 __put_user_size(*(u16 *)from, (u16 __user *)to, in __copy_to_user_inatomic() 59 __put_user_size(*(u32 *)from, (u32 __user *)to, in __copy_to_user_inatomic() 63 __put_user_size(*(u64 *)from, (u64 __user *)to, in __copy_to_user_inatomic() [all …]
|
D | string_32.h | 32 static __always_inline void *__memcpy(void *to, const void *from, size_t n) in __memcpy() argument 42 : "0" (n / 4), "g" (n), "1" ((long)to), "2" ((long)from) in __memcpy() 51 static __always_inline void *__constant_memcpy(void *to, const void *from, in __constant_memcpy() argument 60 *(char *)to = *(char *)from; in __constant_memcpy() 63 *(short *)to = *(short *)from; in __constant_memcpy() 66 *(int *)to = *(int *)from; in __constant_memcpy() 69 *(short *)to = *(short *)from; in __constant_memcpy() 70 *((char *)to + 2) = *((char *)from + 2); in __constant_memcpy() 73 *(int *)to = *(int *)from; in __constant_memcpy() 74 *((char *)to + 4) = *((char *)from + 4); in __constant_memcpy() [all …]
|
D | asm.h | 47 # define _ASM_EXTABLE(from,to) \ argument 50 .long (from) - . ; \ 54 # define _ASM_EXTABLE_EX(from,to) \ argument 57 .long (from) - . ; \ 92 # define _ASM_EXTABLE(from,to) \ 95 " .long (" #from ") - .\n" \ 99 # define _ASM_EXTABLE_EX(from,to) \ 102 " .long (" #from ") - .\n" \
|
D | page_32.h | 29 static inline void copy_page(void *to, void *from) in copy_page() argument 31 mmx_copy_page(to, from); in copy_page() 41 static inline void copy_page(void *to, void *from) in copy_page() argument 43 memcpy(to, from, PAGE_SIZE); in copy_page()
|
D | uaccess_64.h | 20 copy_user_enhanced_fast_string(void *to, const void *from, unsigned len); 22 copy_user_generic_string(void *to, const void *from, unsigned len); 24 copy_user_generic_unrolled(void *to, const void *from, unsigned len); 27 copy_user_generic(void *to, const void *from, unsigned len) in copy_user_generic() argument 41 ASM_OUTPUT2("=a" (ret), "=D" (to), "=S" (from), in copy_user_generic() 43 "1" (to), "2" (from), "3" (len) in copy_user_generic() 49 copy_in_user(void __user *to, const void __user *from, unsigned len); 234 copy_user_handle_tail(char *to, char *from, unsigned len);
|
D | string_64.h | 9 static __always_inline void *__inline_memcpy(void *to, const void *from, size_t n) in __inline_memcpy() argument 21 : "0" (n / 4), "q" (n), "1" ((long)to), "2" ((long)from) in __inline_memcpy() 30 extern void *memcpy(void *to, const void *from, size_t len); 31 extern void *__memcpy(void *to, const void *from, size_t len);
|
/linux-4.4.14/arch/cris/include/asm/ |
D | uaccess.h | 193 extern unsigned long __copy_user(void __user *to, const void *from, unsigned long n); 194 extern unsigned long __copy_user_zeroing(void *to, const void __user *from, unsigned long n); 198 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) in __generic_copy_to_user() argument 201 return __copy_user(to, from, n); in __generic_copy_to_user() 206 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) in __generic_copy_from_user() argument 208 if (access_ok(VERIFY_READ, from, n)) in __generic_copy_from_user() 209 return __copy_user_zeroing(to, from, n); in __generic_copy_from_user() 242 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user() argument 249 __asm_copy_from_user_1(to, from, ret); in __constant_copy_from_user() 251 __asm_copy_from_user_2(to, from, ret); in __constant_copy_from_user() [all …]
|
D | page.h | 13 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) argument 16 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | uaccess_mm.h | 202 unsigned long __generic_copy_from_user(void *to, const void __user *from, unsigned long n); 203 unsigned long __generic_copy_to_user(void __user *to, const void *from, unsigned long n); 205 #define __constant_copy_from_user_asm(res, to, from, tmp, n, s1, s2, s3)\ argument 235 : "+d" (res), "+&a" (to), "+a" (from), "=&d" (tmp) \ 239 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user() argument 245 __get_user_asm(res, *(u8 *)to, (u8 __user *)from, u8, b, d, 1); in __constant_copy_from_user() 248 __get_user_asm(res, *(u16 *)to, (u16 __user *)from, u16, w, r, 2); in __constant_copy_from_user() 251 __constant_copy_from_user_asm(res, to, from, tmp, 3, w, b,); in __constant_copy_from_user() 254 __get_user_asm(res, *(u32 *)to, (u32 __user *)from, u32, l, r, 4); in __constant_copy_from_user() 257 __constant_copy_from_user_asm(res, to, from, tmp, 5, l, b,); in __constant_copy_from_user() [all …]
|
D | uaccess_no.h | 130 #define copy_from_user(to, from, n) (memcpy(to, from, n), 0) argument 131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) argument 133 #define __copy_from_user(to, from, n) copy_from_user(to, from, n) argument 134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) argument 138 #define copy_to_user_ret(to,from,n,retval) ({ if (copy_to_user(to,from,n)) return retval; }) argument 140 #define copy_from_user_ret(to,from,n,retval) ({ if (copy_from_user(to,from,n)) return retval; }) argument
|
D | page_mm.h | 16 static inline void copy_page(void *to, void *from) in copy_page() argument 26 : "=a" (to), "=a" (from), "=d" (tmp) in copy_page() 27 : "0" (to), "1" (from) , "2" (PAGE_SIZE / 32 - 1) in copy_page() 55 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument 62 #define copy_user_page(to, from, vaddr, page) \ argument 63 do { copy_page(to, from); \
|
D | page_no.h | 13 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument 16 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio_copy.c | 75 const void *from, size_t count) in pio_copy() argument 93 writeq(*(u64 *)from, dest); in pio_copy() 94 from += sizeof(u64); in pio_copy() 109 writeq(*(u64 *)from, dest); in pio_copy() 110 from += sizeof(u64); in pio_copy() 128 writeq(*(u64 *)from, dest); in pio_copy() 129 from += sizeof(u64); in pio_copy() 139 writeq(*(u64 *)from, dest); in pio_copy() 140 from += sizeof(u64); in pio_copy() 151 val.val32[0] = *(u32 *)from; in pio_copy() [all …]
|
/linux-4.4.14/arch/x86/lib/ |
D | mmx_32.c | 28 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy() argument 34 return __memcpy(to, from, len); in _mmx_memcpy() 53 : : "r" (from)); in _mmx_memcpy() 79 : : "r" (from), "r" (to) : "memory"); in _mmx_memcpy() 81 from += 64; in _mmx_memcpy() 103 : : "r" (from), "r" (to) : "memory"); in _mmx_memcpy() 105 from += 64; in _mmx_memcpy() 111 __memcpy(to, from, len & 63); in _mmx_memcpy() 158 static void fast_copy_page(void *to, void *from) in fast_copy_page() argument 179 _ASM_EXTABLE(1b, 3b) : : "r" (from)); in fast_copy_page() [all …]
|
D | usercopy_32.c | 101 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() argument 199 : "1"(to), "2"(from), "0"(size) in __copy_user_intel() 205 __copy_user_zeroing_intel(void *to, const void __user *from, unsigned long size) in __copy_user_zeroing_intel() argument 291 : "1"(to), "2"(from), "0"(size) in __copy_user_zeroing_intel() 302 const void __user *from, unsigned long size) in __copy_user_zeroing_intel_nocache() argument 390 : "1"(to), "2"(from), "0"(size) in __copy_user_zeroing_intel_nocache() 396 const void __user *from, unsigned long size) in __copy_user_intel_nocache() argument 478 : "1"(to), "2"(from), "0"(size) in __copy_user_intel_nocache() 489 unsigned long __copy_user_zeroing_intel(void *to, const void __user *from, 491 unsigned long __copy_user_intel(void __user *to, const void *from, [all …]
|
D | usercopy_64.c | 57 unsigned long copy_in_user(void __user *to, const void __user *from, unsigned len) in copy_in_user() argument 59 if (access_ok(VERIFY_WRITE, to, len) && access_ok(VERIFY_READ, from, len)) { in copy_in_user() 60 return copy_user_generic((__force void *)to, (__force void *)from, len); in copy_in_user() 72 copy_user_handle_tail(char *to, char *from, unsigned len) in copy_user_handle_tail() argument 77 if (__get_user_nocheck(c, from++, sizeof(char))) in copy_user_handle_tail()
|
D | usercopy.c | 18 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) in copy_from_user_nmi() argument 22 if (__range_not_ok(from, n, TASK_SIZE)) in copy_from_user_nmi() 31 ret = __copy_from_user_inatomic(to, from, n); in copy_from_user_nmi()
|
D | memcpy_32.c | 7 __visible void *memcpy(void *to, const void *from, size_t n) in memcpy() argument 10 return __memcpy3d(to, from, n); in memcpy() 12 return __memcpy(to, from, n); in memcpy()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | io.c | 26 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio() argument 28 while (count && (!IS_ALIGNED((unsigned long)from, 8) || in __memcpy_fromio() 30 *(u8 *)to = __raw_readb(from); in __memcpy_fromio() 31 from++; in __memcpy_fromio() 37 *(u64 *)to = __raw_readq(from); in __memcpy_fromio() 38 from += 8; in __memcpy_fromio() 44 *(u8 *)to = __raw_readb(from); in __memcpy_fromio() 45 from++; in __memcpy_fromio() 55 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in __memcpy_toio() argument 58 !IS_ALIGNED((unsigned long)from, 8))) { in __memcpy_toio() [all …]
|
D | signal32.c | 128 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32() argument 143 err = __put_user(from->si_signo, &to->si_signo); in copy_siginfo_to_user32() 144 err |= __put_user(from->si_errno, &to->si_errno); in copy_siginfo_to_user32() 145 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user32() 146 if (from->si_code < 0) in copy_siginfo_to_user32() 147 err |= __copy_to_user(&to->_sifields._pad, &from->_sifields._pad, in copy_siginfo_to_user32() 149 else switch (from->si_code & __SI_MASK) { in copy_siginfo_to_user32() 151 err |= __put_user(from->si_pid, &to->si_pid); in copy_siginfo_to_user32() 152 err |= __put_user(from->si_uid, &to->si_uid); in copy_siginfo_to_user32() 155 err |= __put_user(from->si_tid, &to->si_tid); in copy_siginfo_to_user32() [all …]
|
/linux-4.4.14/arch/sh/kernel/ |
D | io.c | 19 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) in memcpy_fromio() argument 27 (((u32)to & 0x1f) == 0) && (((u32)from & 0x3) == 0)) { in memcpy_fromio() 55 "=&r" (tmp5), "=&r" (tmp6), "=&r" (from) in memcpy_fromio() 56 : "7"(from), "0" (to), "1" (count) in memcpy_fromio() 61 if ((((u32)to | (u32)from) & 0x3) == 0) { in memcpy_fromio() 63 *(u32 *)to = *(volatile u32 *)from; in memcpy_fromio() 65 from += 4; in memcpy_fromio() 70 *(u8 *)to = *(volatile u8 *)from; in memcpy_fromio() 72 from++; in memcpy_fromio() 82 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) in memcpy_toio() argument [all …]
|
D | machvec.c | 42 static int __init early_parse_mv(char *from) in early_parse_mv() argument 50 mv_end = strchr(from, ' '); in early_parse_mv() 52 mv_end = from + strlen(from); in early_parse_mv() 54 mv_comma = strchr(from, ','); in early_parse_mv() 55 mv_len = mv_end - from; in early_parse_mv() 58 memcpy(mv_name, from, mv_len); in early_parse_mv() 60 from = mv_end; in early_parse_mv()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | uaccess.h | 295 #define __copy_user(to, from, size) \ argument 299 const void *__from = from; \ 323 #define __copy_user_zeroing(to, from, size) \ argument 327 const void *__from = from; \ 363 unsigned long __generic_copy_from_user_nocheck(void *to, const void *from, in __generic_copy_from_user_nocheck() argument 366 __copy_user_zeroing(to, from, n); in __generic_copy_from_user_nocheck() 371 unsigned long __generic_copy_to_user_nocheck(void *to, const void *from, in __generic_copy_to_user_nocheck() argument 374 __copy_user(to, from, n); in __generic_copy_to_user_nocheck() 382 #define __constant_copy_user(to, from, size) \ 400 : "d"(size), "d"(to), "d"(from) \ [all …]
|
/linux-4.4.14/scripts/coccinelle/api/ |
D | kstrdup.cocci | 17 expression from,to; 22 - to = kmalloc(strlen(from) + 1,flag); 23 + to = kstrdup(from, flag); 24 ... when != \(from = E1 \| to = E1 \) 26 ... when != \(from = E2 \| to = E2 \) 27 - strcpy(to, from); 30 expression x,from,to; 35 - x = strlen(from) + 1; 36 ... when != \( x = E1 \| from = E1 \) 38 + to = kstrdup(from, flag); [all …]
|
D | memdup.cocci | 17 expression from,to; 22 to = \(kmalloc@p\|kzalloc@p\)(strlen(from) + 1,flag); 25 expression x,from,to; 30 x = strlen(from) + 1; 31 ... when != \( x = E1 \| from = E1 \) 35 expression from,to,size,flag; 41 + to = kmemdup(from,size,flag); 43 - memcpy(to, from, size); 46 expression from,to,size,flag; 52 to = kmemdup(from,size,flag); [all …]
|
D | memdup_user.cocci | 18 expression from,to,size,flag; 23 + to = memdup_user(from,size); 33 - if (copy_from_user(to, from, size) != 0) { 40 expression from,to,size,flag; 47 if (copy_from_user(to, from, size) != 0)
|
/linux-4.4.14/arch/tile/kernel/ |
D | compat_signal.c | 52 int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from) in copy_siginfo_to_user32() argument 64 err = __put_user(from->si_signo, &to->si_signo); in copy_siginfo_to_user32() 65 err |= __put_user(from->si_errno, &to->si_errno); in copy_siginfo_to_user32() 66 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user32() 68 if (from->si_code < 0) { in copy_siginfo_to_user32() 69 err |= __put_user(from->si_pid, &to->si_pid); in copy_siginfo_to_user32() 70 err |= __put_user(from->si_uid, &to->si_uid); in copy_siginfo_to_user32() 71 err |= __put_user(from->si_int, &to->si_int); in copy_siginfo_to_user32() 77 err |= __put_user(from->_sifields._pad[0], in copy_siginfo_to_user32() 79 switch (from->si_code >> 16) { in copy_siginfo_to_user32() [all …]
|
/linux-4.4.14/arch/m68k/lib/ |
D | memcpy.c | 10 void *memcpy(void *to, const void *from, size_t n) in memcpy() argument 19 const char *cfrom = from; in memcpy() 22 from = cfrom; in memcpy() 26 if ((long)from & 1) { in memcpy() 28 const char *cfrom = from; in memcpy() 36 const short *sfrom = from; in memcpy() 39 from = sfrom; in memcpy() 45 const long *lfrom = from; in memcpy() 73 from = lfrom; in memcpy() 77 const short *sfrom = from; in memcpy() [all …]
|
D | uaccess.c | 10 unsigned long __generic_copy_from_user(void *to, const void __user *from, in __generic_copy_from_user() argument 55 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_from_user() 62 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user() argument 99 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp) in __generic_copy_to_user()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | signal32.c | 278 copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from) in copy_siginfo_from_user32() argument 283 if (!access_ok(VERIFY_READ, from, sizeof(compat_siginfo_t))) in copy_siginfo_from_user32() 286 err = __get_user(to->si_signo, &from->si_signo); in copy_siginfo_from_user32() 287 err |= __get_user(to->si_errno, &from->si_errno); in copy_siginfo_from_user32() 288 err |= __get_user(to->si_code, &from->si_code); in copy_siginfo_from_user32() 291 err |= __copy_from_user(&to->_sifields._pad, &from->_sifields._pad, SI_PAD_SIZE); in copy_siginfo_from_user32() 295 err |= __get_user(to->si_utime, &from->si_utime); in copy_siginfo_from_user32() 296 err |= __get_user(to->si_stime, &from->si_stime); in copy_siginfo_from_user32() 297 err |= __get_user(to->si_status, &from->si_status); in copy_siginfo_from_user32() 299 err |= __get_user(to->si_pid, &from->si_pid); in copy_siginfo_from_user32() [all …]
|
/linux-4.4.14/arch/score/include/asm/ |
D | uaccess.h | 296 extern int __copy_tofrom_user(void *to, const void *from, unsigned long len); 299 copy_from_user(void *to, const void *from, unsigned long len) in copy_from_user() argument 303 if (access_ok(VERIFY_READ, from, len)) in copy_from_user() 304 return __copy_tofrom_user(to, from, len); in copy_from_user() 306 if ((unsigned long)from < TASK_SIZE) { in copy_from_user() 307 over = (unsigned long)from + len - TASK_SIZE; in copy_from_user() 308 return __copy_tofrom_user(to, from, len - over) + over; in copy_from_user() 314 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() argument 319 return __copy_tofrom_user(to, from, len); in copy_to_user() 323 return __copy_tofrom_user(to, from, len - over) + over; in copy_to_user() [all …]
|
/linux-4.4.14/fs/jfs/ |
D | jfs_unicode.c | 32 int jfs_strfromUCS_le(char *to, const __le16 * from, in jfs_strfromUCS_le() argument 41 for (i = 0; (i < len) && from[i]; i++) { in jfs_strfromUCS_le() 44 codepage->uni2char(le16_to_cpu(from[i]), in jfs_strfromUCS_le() 53 for (i = 0; (i < len) && from[i]; i++) { in jfs_strfromUCS_le() 54 if (unlikely(le16_to_cpu(from[i]) & 0xff00)) { in jfs_strfromUCS_le() 61 le16_to_cpu(from[i])); in jfs_strfromUCS_le() 68 to[i] = (char) (le16_to_cpu(from[i])); in jfs_strfromUCS_le() 82 static int jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, in jfs_strtoUCS() argument 89 for (i = 0; len && *from; i++, from += charlen, len -= charlen) in jfs_strtoUCS() 91 charlen = codepage->char2uni(from, len, &to[i]); in jfs_strtoUCS() [all …]
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pm44xx.c | 46 const char *from; member 172 {.from = "mpuss_clkdm", .to = "l3_emif_clkdm"}, 173 {.from = "mpuss_clkdm", .to = "l3_1_clkdm"}, 174 {.from = "mpuss_clkdm", .to = "l3_2_clkdm"}, 175 {.from = "ducati_clkdm", .to = "l3_1_clkdm"}, 176 {.from = "ducati_clkdm", .to = "l3_2_clkdm"}, 177 {.from = NULL} /* TERMINATION */ 181 {.from = "mpu_clkdm", .to = "emif_clkdm"}, 182 {.from = NULL} /* TERMINATION */ 192 struct clockdomain *from, *to; in omap4plus_init_static_deps() local [all …]
|
D | omap-headsmp.S | 35 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 51 wait_2: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 74 smc #0 @ read from AuxCoreBoot0 91 smc #0 @ read from AuxCoreBoot0
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | uaccess.h | 26 const void __user *from, unsigned long n) in __copy_from_user() argument 34 *(u8 *)to = *(u8 __force *)from; in __copy_from_user() 41 : "A"(to), "a"(from) in __copy_from_user() 49 : "a"(to), "a"(from) in __copy_from_user() 57 memcpy(to, (const void __force *)from, n); in __copy_from_user() 62 const void *from, unsigned long n) in __copy_to_user() argument 70 *(u8 __force *)to = *(u8 *)from; in __copy_to_user() 77 : "a"(to), "a"(from) in __copy_to_user() 85 : "a"(to), "a"(from) in __copy_to_user() 93 memcpy((void __force *)to, from, n); in __copy_to_user()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | uaccess.h | 319 const void __user *from, unsigned long size); 324 const void __user *from, unsigned long n) in copy_from_user() argument 328 if (access_ok(VERIFY_READ, from, n)) in copy_from_user() 329 return __copy_tofrom_user((__force void __user *)to, from, n); in copy_from_user() 330 if ((unsigned long)from < TASK_SIZE) { in copy_from_user() 331 over = (unsigned long)from + n - TASK_SIZE; in copy_from_user() 332 return __copy_tofrom_user((__force void __user *)to, from, in copy_from_user() 339 const void *from, unsigned long n) in copy_to_user() argument 344 return __copy_tofrom_user(to, (__force void __user *)from, n); in copy_to_user() 347 return __copy_tofrom_user(to, (__force void __user *)from, in copy_to_user() [all …]
|
/linux-4.4.14/arch/mips/include/asm/ |
D | uaccess.h | 813 #define __invoke_copy_to_user(to, from, n) \ argument 820 __cu_from_r = (from); \ 831 #define __invoke_copy_to_kernel(to, from, n) \ argument 832 __invoke_copy_to_user(to, from, n) 851 #define __copy_to_user(to, from, n) \ argument 858 __cu_from = (from); \ 872 #define __copy_to_user_inatomic(to, from, n) \ argument 879 __cu_from = (from); \ 890 #define __copy_from_user_inatomic(to, from, n) \ argument 897 __cu_from = (from); \ [all …]
|
D | msa.h | 62 extern void write_msa_wr_b(unsigned idx, union fpureg *from); 63 extern void write_msa_wr_h(unsigned idx, union fpureg *from); 64 extern void write_msa_wr_w(unsigned idx, union fpureg *from); 65 extern void write_msa_wr_d(unsigned idx, union fpureg *from); 76 static inline void write_msa_wr(unsigned idx, union fpureg *from, in write_msa_wr() argument 81 write_msa_wr_b(idx, from); in write_msa_wr() 85 write_msa_wr_h(idx, from); in write_msa_wr() 89 write_msa_wr_w(idx, from); in write_msa_wr() 93 write_msa_wr_d(idx, from); in write_msa_wr()
|
/linux-4.4.14/fs/proc/ |
D | proc_tty.c | 27 dev_t from, int num) in show_tty_range() argument 32 seq_printf(m, "%3d %d-%d ", MAJOR(from), MINOR(from), in show_tty_range() 33 MINOR(from) + num - 1); in show_tty_range() 35 seq_printf(m, "%3d %7d ", MAJOR(from), MINOR(from)); in show_tty_range() 70 dev_t from = MKDEV(p->major, p->minor_start); in show_tty_driver() local 71 dev_t to = from + p->num; in show_tty_driver() 93 while (MAJOR(from) < MAJOR(to)) { in show_tty_driver() 94 dev_t next = MKDEV(MAJOR(from)+1, 0); in show_tty_driver() 95 show_tty_range(m, p, from, next - from); in show_tty_driver() 96 from = next; in show_tty_driver() [all …]
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inffast.c | 114 unsigned char *from; /* where to copy match from */ in inflate_fast() local 208 from = window - OFF; in inflate_fast() 210 from += wsize - op; in inflate_fast() 214 PUP(out) = PUP(from); in inflate_fast() 216 from = out - dist; /* rest from output */ in inflate_fast() 220 from += wsize + write - op; in inflate_fast() 225 PUP(out) = PUP(from); in inflate_fast() 227 from = window - OFF; in inflate_fast() 232 PUP(out) = PUP(from); in inflate_fast() 234 from = out - dist; /* rest from output */ in inflate_fast() [all …]
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pmf.c | 559 char *from ; in smt_add_para() local 892 from = mib_addr + pt->p_offset ; in smt_add_para() 915 to[2] = *from++ ; in smt_add_para() 916 to[3] = *from++ ; in smt_add_para() 919 to[3] = *from++ ; in smt_add_para() 920 to[2] = *from++ ; in smt_add_para() 923 to[2] = *from++ ; in smt_add_para() 924 to[3] = *from++ ; in smt_add_para() 933 to[1] = *from++ ; in smt_add_para() 934 to[0] = *from++ ; in smt_add_para() [all …]
|
/linux-4.4.14/arch/arc/include/asm/ |
D | uaccess.h | 166 __arc_copy_from_user(void *to, const void __user *from, unsigned long n) in __arc_copy_from_user() argument 177 if (((unsigned long)to & 0x3) || ((unsigned long)from & 0x3)) { in __arc_copy_from_user() 203 "=&r" (tmp), "+r" (to), "+r" (from) in __arc_copy_from_user() 244 : "+r" (res), "+r"(to), "+r"(from), in __arc_copy_from_user() 268 : "+r" (res), "+r"(to), "+r"(from), in __arc_copy_from_user() 289 : "+r" (res), "+r"(to), "+r"(from), "=r"(tmp1) in __arc_copy_from_user() 309 : "+r" (res), "+r"(to), "+r"(from), "=r"(tmp1) in __arc_copy_from_user() 327 : "+r" (res), "+r"(to), "+r"(from), "=r"(tmp1) in __arc_copy_from_user() 383 : "=r" (res), "+r"(to), "+r"(from), "+r"(n), "=r"(val), in __arc_copy_from_user() 392 extern unsigned long slowpath_copy_to_user(void __user *to, const void *from, [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_signal.c | 64 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32() argument 75 err = __put_user(from->si_signo, &to->si_signo); in copy_siginfo_to_user32() 76 err |= __put_user(from->si_errno, &to->si_errno); in copy_siginfo_to_user32() 77 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user32() 78 if (from->si_code < 0) in copy_siginfo_to_user32() 79 err |= __copy_to_user(&to->_sifields._pad, &from->_sifields._pad, SI_PAD_SIZE); in copy_siginfo_to_user32() 81 switch (from->si_code >> 16) { in copy_siginfo_to_user32() 84 err |= __put_user(from->si_int, &to->si_int); in copy_siginfo_to_user32() 87 err |= __put_user(from->si_pid, &to->si_pid); in copy_siginfo_to_user32() 88 err |= __put_user(from->si_uid, &to->si_uid); in copy_siginfo_to_user32() [all …]
|
/linux-4.4.14/arch/frv/include/asm/ |
D | uaccess.h | 267 #define __copy_from_user_inatomic(to, from, n) __memcpy_user((to), ____force(from), (n)) argument 268 #define __copy_to_user_inatomic(to, from, n) __memcpy_user(____force(to), (from), (n)) argument 273 #define __copy_from_user_inatomic(to, from, n) (memcpy((to), ____force(from), (n)), 0) argument 274 #define __copy_to_user_inatomic(to, from, n) (memcpy(____force(to), (from), (n)), 0) argument 281 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() argument 284 return __copy_to_user_inatomic(to, from, n); in __copy_to_user() 288 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() argument 291 return __copy_from_user_inatomic(to, from, n); in __copy_from_user() 294 static inline long copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() argument 298 if (likely(__access_ok(from, n))) in copy_from_user() [all …]
|
/linux-4.4.14/arch/powerpc/lib/ |
D | usercopy_64.c | 12 unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() argument 14 if (likely(access_ok(VERIFY_READ, from, n))) in copy_from_user() 15 n = __copy_from_user(to, from, n); in copy_from_user() 21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() argument 24 n = __copy_to_user(to, from, n); in copy_to_user() 28 unsigned long copy_in_user(void __user *to, const void __user *from, in copy_in_user() argument 32 if (likely(access_ok(VERIFY_READ, from, n) && in copy_in_user() 34 n =__copy_tofrom_user(to, from, n); in copy_in_user()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbcmap.c | 164 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) in fb_copy_cmap() argument 169 if (to->start > from->start) in fb_copy_cmap() 170 fromoff = to->start - from->start; in fb_copy_cmap() 172 tooff = from->start - to->start; in fb_copy_cmap() 174 if (size > (int) (from->len - fromoff)) in fb_copy_cmap() 175 size = from->len - fromoff; in fb_copy_cmap() 180 memcpy(to->red+tooff, from->red+fromoff, size); in fb_copy_cmap() 181 memcpy(to->green+tooff, from->green+fromoff, size); in fb_copy_cmap() 182 memcpy(to->blue+tooff, from->blue+fromoff, size); in fb_copy_cmap() 183 if (from->transp && to->transp) in fb_copy_cmap() [all …]
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | uaccess.h | 392 extern unsigned __xtensa_copy_user(void *to, const void *from, unsigned n); 393 #define __copy_user(to, from, size) __xtensa_copy_user(to, from, size) 397 __generic_copy_from_user_nocheck(void *to, const void *from, unsigned long n) 399 return __copy_user(to, from, n); 403 __generic_copy_to_user_nocheck(void *to, const void *from, unsigned long n) 405 return __copy_user(to, from, n); 409 __generic_copy_to_user(void *to, const void *from, unsigned long n) 411 prefetch(from); 413 return __copy_user(to, from, n); 418 __generic_copy_from_user(void *to, const void *from, unsigned long n) [all …]
|
D | page.h | 141 extern void copy_page(void *to, void *from); 150 extern void copy_page_alias(void *to, void *from, 156 void copy_user_highpage(struct page *to, struct page *from, 160 # define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/include/asm-generic/ |
D | uaccess.h | 80 const void __user * from, unsigned long n) in __copy_from_user() argument 85 *(u8 *)to = *(u8 __force *)from; in __copy_from_user() 88 *(u16 *)to = *(u16 __force *)from; in __copy_from_user() 91 *(u32 *)to = *(u32 __force *)from; in __copy_from_user() 95 *(u64 *)to = *(u64 __force *)from; in __copy_from_user() 103 memcpy(to, (const void __force *)from, n); in __copy_from_user() 110 const void *from, unsigned long n) in __copy_to_user() argument 115 *(u8 __force *)to = *(u8 *)from; in __copy_to_user() 118 *(u16 __force *)to = *(u16 *)from; in __copy_to_user() 121 *(u32 __force *)to = *(u32 *)from; in __copy_to_user() [all …]
|
D | page.h | 31 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument 34 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/fs/cifs/ |
D | cifs_unicode.c | 123 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() argument 129 src_char = *from; in cifs_mapchar() 148 len = utf16s_to_utf8s(from, 3, UTF16_LITTLE_ENDIAN, target, 6); in cifs_mapchar() 182 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument 201 ftmp[0] = get_unaligned_le16(&from[i]); in cifs_from_utf16() 205 ftmp[1] = get_unaligned_le16(&from[i + 1]); in cifs_from_utf16() 209 ftmp[2] = get_unaligned_le16(&from[i + 2]); in cifs_from_utf16() 253 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() argument 267 i = utf8s_to_utf16s(from, len, UTF16_LITTLE_ENDIAN, in cifs_strtoUTF16() 281 for (i = 0; len && *from; i++, from += charlen, len -= charlen) { in cifs_strtoUTF16() [all …]
|
/linux-4.4.14/drivers/pnp/isapnp/ |
D | compat.c | 24 struct pnp_card *from) in pnp_find_card() argument 33 list = from ? from->global_list.next : pnp_cards.next; in pnp_find_card() 46 unsigned short function, struct pnp_dev *from) in pnp_find_dev() argument 57 if (from) in pnp_find_dev() 58 list = from->global_list.next; in pnp_find_dev() 72 if (from) { in pnp_find_dev() 73 list = from->card_list.next; in pnp_find_dev() 74 if (from->card != card) /* something is wrong */ in pnp_find_dev()
|
/linux-4.4.14/arch/arm/mm/ |
D | copypage-xscale.c | 40 mc_copy_user_page(void *from, void *to) in mc_copy_user_page() argument 84 : "r" (from), "r" (to), "I" (PAGE_SIZE / 64 - 1)); in mc_copy_user_page() 87 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, in xscale_mc_copy_user_highpage() argument 92 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in xscale_mc_copy_user_highpage() 93 __flush_dcache_page(page_mapping(from), from); in xscale_mc_copy_user_highpage() 97 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in xscale_mc_copy_user_highpage()
|
D | copypage-v4mc.c | 44 mc_copy_user_page(void *from, void *to) in mc_copy_user_page() argument 64 : "r" (from), "r" (to), "I" (PAGE_SIZE / 64)); in mc_copy_user_page() 67 void v4_mc_copy_user_highpage(struct page *to, struct page *from, in v4_mc_copy_user_highpage() argument 72 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in v4_mc_copy_user_highpage() 73 __flush_dcache_page(page_mapping(from), from); in v4_mc_copy_user_highpage() 77 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in v4_mc_copy_user_highpage()
|
D | copypage-v6.c | 34 struct page *from, unsigned long vaddr, struct vm_area_struct *vma) in v6_copy_user_highpage_nonaliasing() argument 38 kfrom = kmap_atomic(from); in v6_copy_user_highpage_nonaliasing() 73 struct page *from, unsigned long vaddr, struct vm_area_struct *vma) in v6_copy_user_highpage_aliasing() argument 78 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in v6_copy_user_highpage_aliasing() 79 __flush_dcache_page(page_mapping(from), from); in v6_copy_user_highpage_aliasing() 93 set_top_pte(kfrom, mk_pte(from, PAGE_KERNEL)); in v6_copy_user_highpage_aliasing()
|
D | copypage-xsc3.c | 73 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, in xsc3_mc_copy_user_highpage() argument 79 kfrom = kmap_atomic(from); in xsc3_mc_copy_user_highpage() 80 flush_cache_page(vma, vaddr, page_to_pfn(from)); in xsc3_mc_copy_user_highpage()
|
D | copypage-feroceon.c | 70 void feroceon_copy_user_highpage(struct page *to, struct page *from, in feroceon_copy_user_highpage() argument 76 kfrom = kmap_atomic(from); in feroceon_copy_user_highpage() 77 flush_cache_page(vma, vaddr, page_to_pfn(from)); in feroceon_copy_user_highpage()
|
D | copypage-v4wb.c | 50 void v4wb_copy_user_highpage(struct page *to, struct page *from, in v4wb_copy_user_highpage() argument 56 kfrom = kmap_atomic(from); in v4wb_copy_user_highpage() 57 flush_cache_page(vma, vaddr, page_to_pfn(from)); in v4wb_copy_user_highpage()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | uaccess_64.h | 246 const void __user *from, 248 unsigned long copy_from_user_fixup(void *to, const void __user *from, 251 copy_from_user(void *to, const void __user *from, unsigned long size) in copy_from_user() argument 253 unsigned long ret = ___copy_from_user(to, from, size); in copy_from_user() 256 ret = copy_from_user_fixup(to, from, size); in copy_from_user() 263 const void *from, 265 unsigned long copy_to_user_fixup(void __user *to, const void *from, 268 copy_to_user(void __user *to, const void *from, unsigned long size) in copy_to_user() argument 270 unsigned long ret = ___copy_to_user(to, from, size); in copy_to_user() 273 ret = copy_to_user_fixup(to, from, size); in copy_to_user() [all …]
|
D | uaccess_32.h | 312 unsigned long __copy_user(void __user *to, const void __user *from, unsigned long size); 314 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() argument 317 return __copy_user(to, (__force void __user *) from, n); in copy_to_user() 322 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() argument 324 return __copy_user(to, (__force void __user *) from, n); in __copy_to_user() 327 static inline unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() argument 329 if (n && __access_ok((unsigned long) from, n)) in copy_from_user() 330 return __copy_user((__force void __user *) to, from, n); in copy_from_user() 335 static inline unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() argument 337 return __copy_user((__force void __user *) to, from, n); in __copy_from_user()
|
/linux-4.4.14/arch/mips/kernel/ |
D | signal32.c | 183 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32() argument 197 err = __put_user(from->si_signo, &to->si_signo); in copy_siginfo_to_user32() 198 err |= __put_user(from->si_errno, &to->si_errno); in copy_siginfo_to_user32() 199 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user32() 200 if (from->si_code < 0) in copy_siginfo_to_user32() 201 err |= __copy_to_user(&to->_sifields._pad, &from->_sifields._pad, SI_PAD_SIZE); in copy_siginfo_to_user32() 203 switch (from->si_code >> 16) { in copy_siginfo_to_user32() 205 err |= __put_user(from->si_tid, &to->si_tid); in copy_siginfo_to_user32() 206 err |= __put_user(from->si_overrun, &to->si_overrun); in copy_siginfo_to_user32() 207 err |= __put_user(from->si_int, &to->si_int); in copy_siginfo_to_user32() [all …]
|
/linux-4.4.14/arch/alpha/kernel/ |
D | io.c | 420 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio() argument 425 if (count >= 8 && ((u64)to & 7) == ((u64)from & 7)) { in memcpy_fromio() 428 *(u64 *)to = __raw_readq(from); in memcpy_fromio() 431 from += 8; in memcpy_fromio() 436 if (count >= 4 && ((u64)to & 3) == ((u64)from & 3)) { in memcpy_fromio() 439 *(u32 *)to = __raw_readl(from); in memcpy_fromio() 442 from += 4; in memcpy_fromio() 447 if (count >= 2 && ((u64)to & 1) == ((u64)from & 1)) { in memcpy_fromio() 450 *(u16 *)to = __raw_readw(from); in memcpy_fromio() 453 from += 2; in memcpy_fromio() [all …]
|
/linux-4.4.14/arch/sh/include/asm/ |
D | dma.h | 112 extern int dma_xfer(unsigned int chan, unsigned long from, 115 #define dma_write(chan, from, to, size) \ argument 116 dma_xfer(chan, from, to, size, DMA_MODE_WRITE) 117 #define dma_write_page(chan, from, to) \ argument 118 dma_write(chan, from, to, PAGE_SIZE) 120 #define dma_read(chan, from, to, size) \ argument 121 dma_xfer(chan, from, to, size, DMA_MODE_READ) 122 #define dma_read_page(chan, from, to) \ argument 123 dma_read(chan, from, to, PAGE_SIZE)
|
D | uaccess.h | 112 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n); 115 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() argument 117 return __copy_user(to, (__force void *)from, n); in __copy_from_user() 121 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() argument 123 return __copy_user((__force void *)to, from, n); in __copy_to_user() 148 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() argument 150 unsigned long __copy_from = (unsigned long) from; in copy_from_user() 154 return __copy_user(to, from, __copy_size); in copy_from_user() 160 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() argument 166 return __copy_user(to, from, __copy_size); in copy_to_user() [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | blacklist.c | 49 unsigned int to_ssid, unsigned int from, in blacklist_range() 52 if ((from_ssid > to_ssid) || ((from_ssid == to_ssid) && (from > to))) { in blacklist_range() 55 "range for cio_ignore\n", from_ssid, from, in blacklist_range() 62 (from <= to))) { in blacklist_range() 64 set_bit(from, bl_dev[from_ssid]); in blacklist_range() 66 clear_bit(from, bl_dev[from_ssid]); in blacklist_range() 67 from++; in blacklist_range() 68 if (from > __MAX_SUBCHANNEL) { in blacklist_range() 70 from = 0; in blacklist_range() 152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; in blacklist_parse_parameters() local [all …]
|
/linux-4.4.14/tools/virtio/linux/ |
D | uaccess.h | 28 static void volatile_memcpy(volatile char *to, const volatile char *from, in volatile_memcpy() argument 32 *(to++) = *(from++); in volatile_memcpy() 35 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user() argument 38 __chk_user_ptr(from, n); in copy_from_user() 39 volatile_memcpy(to, from, n); in copy_from_user() 43 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user() argument 47 volatile_memcpy(to, from, n); in copy_to_user()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | uaccess.h | 166 #define __copy_from_user(to, from, n) copy_from_user(to, from, n) argument 167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) argument 171 #define copy_to_user_ret(to, from, n, retval) ({ if (copy_to_user(to, from, n))\ argument 174 #define copy_from_user_ret(to, from, n, retval) ({ if (copy_from_user(to, from, n))\ argument 178 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() argument 180 if (access_ok(VERIFY_READ, from, n)) in copy_from_user() 181 memcpy(to, (const void __force *)from, n); in copy_from_user() 188 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() argument 191 memcpy((void __force *)to, from, n); in copy_to_user()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | uaccess.h | 429 #define __copy_user(to, from, size) \ argument 482 : "0" (to), "1" (from), "2" (size), "3" (size / 4) \ 486 #define __copy_user_zeroing(to, from, size) \ argument 545 : "0" (to), "1" (from), "2" (size), "3" (size / 4) \ 554 const void __user *from, unsigned long n) in __generic_copy_from_user_nocheck() argument 556 __copy_user_zeroing(to, from, n); in __generic_copy_from_user_nocheck() 561 const void *from, unsigned long n) in __generic_copy_to_user_nocheck() argument 563 __copy_user(to, from, n); in __generic_copy_to_user_nocheck() 585 #define __copy_to_user(to, from, n) \ argument 586 __generic_copy_to_user_nocheck((to), (from), (n)) [all …]
|
/linux-4.4.14/arch/tile/include/asm/ |
D | uaccess.h | 357 void __user *to, const void *from, unsigned long n); 360 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() argument 363 return __copy_to_user_inatomic(to, from, n); in __copy_to_user() 367 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() argument 370 n = __copy_to_user(to, from, n); in copy_to_user() 398 void *to, const void __user *from, unsigned long n); 400 void *to, const void __user *from, unsigned long n); 403 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() argument 406 return __copy_from_user_zeroing(to, from, n); in __copy_from_user() 410 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user() argument [all …]
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | uaccess.h | 123 const void __user *from, unsigned long size); 367 #define __copy_from_user(to, from, n) \ argument 369 (void __user *)(from), (n)) 370 #define __copy_from_user_inatomic(to, from, n) \ argument 371 __copy_from_user((to), (from), (n)) 374 const void __user *from, unsigned long n) in copy_from_user() argument 377 if (access_ok(VERIFY_READ, from, n)) in copy_from_user() 378 return __copy_from_user(to, from, n); in copy_from_user() 382 #define __copy_to_user(to, from, n) \ argument 384 (__force const void __user *)(from), (n)) [all …]
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | uaccess.h | 263 __copy_tofrom_user(void *to, const void *from, unsigned long size); 265 #define __copy_from_user(to, from, size) \ argument 266 __copy_tofrom_user(to, from, size) 267 #define __copy_to_user(to, from, size) \ argument 268 __copy_tofrom_user(to, from, size) 274 copy_from_user(void *to, const void *from, unsigned long n) in copy_from_user() argument 278 if (access_ok(VERIFY_READ, from, n)) in copy_from_user() 279 return __copy_tofrom_user(to, from, n); in copy_from_user() 280 if ((unsigned long)from < TASK_SIZE) { in copy_from_user() 281 over = (unsigned long)from + n - TASK_SIZE; in copy_from_user() [all …]
|
D | page.h | 47 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) argument 50 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/arch/s390/lib/ |
D | uaccess.c | 105 unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() argument 108 return copy_from_user_mvcos(to, from, n); in __copy_from_user() 109 return copy_from_user_mvcp(to, from, n); in __copy_from_user() 178 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() argument 181 return copy_to_user_mvcos(to, from, n); in __copy_to_user() 182 return copy_to_user_mvcs(to, from, n); in __copy_to_user() 186 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, in copy_in_user_mvcos() argument 204 : "+a" (size), "+a" (to), "+a" (from), "+a" (tmp1), "=a" (tmp2) in copy_in_user_mvcos() 209 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, in copy_in_user_mvc() argument 236 : "+a" (size), "+a" (to), "+a" (from), "=a" (tmp1) in copy_in_user_mvc() [all …]
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_policy.c | 502 char *from; in ima_parse_rule() local 563 ima_log_string(ab, "func", args[0].from); in ima_parse_rule() 568 if (strcmp(args[0].from, "FILE_CHECK") == 0) in ima_parse_rule() 571 else if (strcmp(args[0].from, "PATH_CHECK") == 0) in ima_parse_rule() 573 else if (strcmp(args[0].from, "MODULE_CHECK") == 0) in ima_parse_rule() 575 else if (strcmp(args[0].from, "FIRMWARE_CHECK") == 0) in ima_parse_rule() 577 else if ((strcmp(args[0].from, "FILE_MMAP") == 0) in ima_parse_rule() 578 || (strcmp(args[0].from, "MMAP_CHECK") == 0)) in ima_parse_rule() 580 else if (strcmp(args[0].from, "BPRM_CHECK") == 0) in ima_parse_rule() 588 ima_log_string(ab, "mask", args[0].from); in ima_parse_rule() [all …]
|
/linux-4.4.14/Documentation/ |
D | numastat.txt | 8 numa_hit A process wanted to allocate memory from this node, 11 numa_miss A process wanted to allocate memory from another node, 12 but ended up with memory from this node. 15 but ended up with memory from another one. 17 local_node A process ran on this node and got memory from it. 19 other_node A process ran on this node and got memory from another node. 21 interleave_hit Interleaving wanted to allocate from this node 24 For easier reading you can use the numastat utility from the numactl package
|
D | kernel-per-CPU-kthreads.txt | 5 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind 40 kthreads from being created in the first place. (This will 83 from being initiated from tasks that might run on the CPU to 90 from being initiated from tasks that might run on the CPU to 97 from being initiated from tasks that might run on the CPU to 103 2. Convert all drivers that you must use from tasklets to workqueues. 182 b. Avoid using oprofile, thus avoiding OS jitter from 204 However, there is an RFC patch from Christoph Lameter 205 (based on an earlier one from Gilad Ben-Yossef) that 212 daemon from running on each CPU every second or so. [all …]
|
/linux-4.4.14/fs/sysv/ |
D | inode.c | 109 unsigned char * from, unsigned char * to) in read3byte() argument 112 to[0] = from[0]; in read3byte() 114 to[2] = from[1]; in read3byte() 115 to[3] = from[2]; in read3byte() 117 to[0] = from[0]; in read3byte() 118 to[1] = from[1]; in read3byte() 119 to[2] = from[2]; in read3byte() 123 to[1] = from[0]; in read3byte() 124 to[2] = from[1]; in read3byte() 125 to[3] = from[2]; in read3byte() [all …]
|
D | Kconfig | 7 here would allow you to read from their floppies and hard disk 11 that they contain binaries from those other Unix systems; in order 15 available via FTP (user: ftp) from 17 NOTE: that will work only for binaries from Intel-based systems; 20 If you only intend to mount files from some other Unix over the
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | siginfo.h | 14 copy_siginfo (siginfo_t *to, siginfo_t *from) in copy_siginfo() argument 16 if (from->si_code < 0) in copy_siginfo() 17 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo() 20 memcpy(to, from, 4*sizeof(int) + sizeof(from->_sifields._sigchld)); in copy_siginfo()
|
D | uaccess.h | 238 extern unsigned long __must_check __copy_user (void __user *to, const void __user *from, 242 __copy_to_user (void __user *to, const void *from, unsigned long count) in __copy_to_user() argument 244 return __copy_user(to, (__force void __user *) from, count); in __copy_to_user() 248 __copy_from_user (void *to, const void __user *from, unsigned long count) in __copy_from_user() argument 250 return __copy_user((__force void __user *) to, from, count); in __copy_from_user() 255 #define copy_to_user(to, from, n) \ argument 258 const void *__cu_from = (from); \ 266 #define copy_from_user(to, from, n) \ argument 269 const void __user *__cu_from = (from); \ 278 #define __copy_in_user(to, from, size) __copy_user((to), (from), (size)) argument [all …]
|
/linux-4.4.14/drivers/mtd/maps/ |
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() argument 77 memcpy(to, (void*)(map->virt + from), 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() argument 109 d.x[0] = *((uint32_t*)from); in dc21285_copy_to_32() 111 from += 4; 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() argument 121 d.x[0] = *((uint16_t*)from); in dc21285_copy_to_16() 123 from += 2; 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() argument 132 d.x[0] = *((uint8_t*)from); in dc21285_copy_to_8() [all …]
|
D | sbc_gxx.c | 124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in sbc_gxx_copy_from() argument 128 if (len > (WINDOW_LENGTH - (from & WINDOW_MASK))) in sbc_gxx_copy_from() 129 thislen = WINDOW_LENGTH-(from & WINDOW_MASK); in sbc_gxx_copy_from() 132 sbc_gxx_page(map, from); in sbc_gxx_copy_from() 133 memcpy_fromio(to, iomapadr + (from & WINDOW_MASK), thislen); in sbc_gxx_copy_from() 136 from += thislen; in sbc_gxx_copy_from() 149 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in sbc_gxx_copy_to() argument 158 memcpy_toio(iomapadr + (to & WINDOW_MASK), from, thislen); in sbc_gxx_copy_to() 161 from += thislen; in sbc_gxx_copy_to()
|
D | map_funcs.c | 22 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize… in simple_map_copy_from() argument 24 inline_map_copy_from(map, to, from, len); in simple_map_copy_from() 27 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, s… in simple_map_copy_to() argument 29 inline_map_copy_to(map, to, from, len); in simple_map_copy_to()
|
D | gpio-addr-flash.c | 105 static void gf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in gf_copy_from() argument 112 if ((from % state->win_size) + len > state->win_size) in gf_copy_from() 113 this_len = state->win_size - (from % state->win_size); in gf_copy_from() 117 gf_set_gpios(state, from); in gf_copy_from() 118 memcpy_fromio(to, map->virt + (from % state->win_size), in gf_copy_from() 121 from += this_len; in gf_copy_from() 152 const void *from, ssize_t len) in gf_copy_to() argument 165 memcpy_toio(map->virt + (to % state->win_size), from, len); in gf_copy_to() 169 from += this_len; in gf_copy_to()
|
D | pcmciamtd.c | 138 static void pcmcia_copy_from_remap(struct map_info *map, void *to, unsigned long from, ssize_t len) in pcmcia_copy_from_remap() argument 143 pr_debug("to = %p from = %lu len = %zd\n", to, from, len); in pcmcia_copy_from_remap() 145 int toread = win_size - (from & (win_size-1)); in pcmcia_copy_from_remap() 151 addr = remap_window(map, from); in pcmcia_copy_from_remap() 159 from += toread; in pcmcia_copy_from_remap() 187 static void pcmcia_copy_to_remap(struct map_info *map, unsigned long to, const void *from, ssize_t … in pcmcia_copy_to_remap() argument 192 pr_debug("to = %lu from = %p len = %zd\n", to, from, len); in pcmcia_copy_to_remap() 204 pr_debug("memcpy from %p to %p len = %d\n", from, addr, towrite); in pcmcia_copy_to_remap() 205 memcpy_toio(addr, from, towrite); in pcmcia_copy_to_remap() 208 from += towrite; in pcmcia_copy_to_remap() [all …]
|
/linux-4.4.14/drivers/pci/ |
D | search.c | 156 struct pci_bus *pci_find_next_bus(const struct pci_bus *from) in pci_find_next_bus() argument 163 n = from ? from->node.next : pci_root_buses.next; in pci_find_next_bus() 261 struct pci_dev *from) in pci_get_dev_by_id() argument 268 if (from) in pci_get_dev_by_id() 269 dev_start = &from->dev; in pci_get_dev_by_id() 274 pci_dev_put(from); in pci_get_dev_by_id() 296 struct pci_dev *from) in pci_get_subsys() argument 305 return pci_get_dev_by_id(&id, from); in pci_get_subsys() 324 struct pci_dev *from) in pci_get_device() argument 326 return pci_get_subsys(vendor, device, PCI_ANY_ID, PCI_ANY_ID, from); in pci_get_device() [all …]
|
/linux-4.4.14/block/ |
D | cmdline-parser.c | 35 new_subpart->from = (sector_t)memparse(partdef, &partdef); in parse_subpart() 37 new_subpart->from = (sector_t)(~0ULL); in parse_subpart() 230 sector_t from = 0; in cmdline_parts_set() local 235 if (subpart->from == (sector_t)(~0ULL)) in cmdline_parts_set() 236 subpart->from = from; in cmdline_parts_set() 238 from = subpart->from; in cmdline_parts_set() 240 if (from >= disk_size) in cmdline_parts_set() 243 if (subpart->size > (disk_size - from)) in cmdline_parts_set() 244 subpart->size = disk_size - from; in cmdline_parts_set() 246 from += subpart->size; in cmdline_parts_set()
|
/linux-4.4.14/arch/tile/gxio/ |
D | Kconfig | 1 # Support direct access to TILE-Gx hardware from user space, via the 2 # gxio library, or from kernel space, via kernel IORPC support. 8 # TILE-Gx mPIPE and Trio hardware from kernel space. 13 # Support direct access to the TILE-Gx mPIPE hardware from kernel space. 19 # Support direct access to the TILE-Gx TRIO hardware from kernel space. 25 # Support direct access to the TILE-Gx USB hardware from kernel space. 30 # Support direct access to the TILE-Gx UART hardware from kernel space.
|
/linux-4.4.14/arch/um/include/asm/ |
D | page.h | 29 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) argument 32 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument 44 #define pte_copy(to, from) ({ (to).pte_high = (from).pte_high; \ argument 46 (to).pte_low = (from).pte_low; }) 75 #define pte_copy(to, from) ((to).pte = (from).pte) argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | uaccess.h | 250 extern unsigned long __must_check __copy_from_user(void *to, const void __user *from, unsigned long… 251 extern unsigned long __must_check __copy_to_user(void __user *to, const void *from, unsigned long n… 252 extern unsigned long __must_check __copy_in_user(void __user *to, const void __user *from, unsigned… 255 static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned… in copy_from_user() argument 257 if (access_ok(VERIFY_READ, from, n)) in copy_from_user() 258 n = __copy_from_user(to, from, n); in copy_from_user() 264 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() argument 267 n = __copy_to_user(to, from, n); in copy_to_user() 271 static inline unsigned long __must_check copy_in_user(void __user *to, const void __user *from, uns… in copy_in_user() argument 273 if (access_ok(VERIFY_READ, from, n) && access_ok(VERIFY_WRITE, to, n)) in copy_in_user() [all …]
|
D | page.h | 45 extern void __cpu_copy_user_page(void *to, const void *from, 47 extern void copy_page(void *to, const void *from); 51 #define copy_user_page(to,from,vaddr,pg) __cpu_copy_user_page(to, from, vaddr) argument
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | uaccess.h | 71 unsigned long __copy_from_user_hexagon(void *to, const void __user *from, 73 unsigned long __copy_to_user_hexagon(void __user *to, const void *from, 76 #define __copy_from_user(to, from, n) __copy_from_user_hexagon(to, from, n) argument 77 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) argument
|
D | page.h | 129 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) argument 135 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/arch/um/kernel/skas/ |
D | uaccess.c | 133 static int copy_chunk_from_user(unsigned long from, int len, void *arg) in copy_chunk_from_user() argument 137 memcpy((void *) to, (void *) from, len); in copy_chunk_from_user() 142 long __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() argument 145 memcpy(to, (__force void*)from, n); in __copy_from_user() 149 return buffer_op((unsigned long) from, n, 0, copy_chunk_from_user, &to); in __copy_from_user() 155 unsigned long *from_ptr = arg, from = *from_ptr; in copy_chunk_to_user() local 157 memcpy((void *) to, (void *) from, len); in copy_chunk_to_user() 162 long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() argument 165 memcpy((__force void *) to, from, n); in __copy_to_user() 169 return buffer_op((unsigned long) to, n, 1, copy_chunk_to_user, &from); in __copy_to_user() [all …]
|
/linux-4.4.14/arch/metag/include/asm/ |
D | uaccess.h | 201 const void __user *from, 205 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() argument 207 if (access_ok(VERIFY_READ, from, n)) in copy_from_user() 208 return __copy_user_zeroing(to, from, n); in copy_from_user() 212 #define __copy_from_user(to, from, n) __copy_user_zeroing(to, from, n) argument 216 const void *from, 219 static inline unsigned long copy_to_user(void __user *to, const void *from, in copy_to_user() argument 223 return __copy_user(to, from, n); in copy_to_user() 227 #define __copy_to_user(to, from, n) __copy_user(to, from, n) argument
|
/linux-4.4.14/arch/s390/include/asm/ |
D | uaccess.h | 113 unsigned long __must_check __copy_from_user(void *to, const void __user *from, 131 unsigned long __must_check __copy_to_user(void __user *to, const void *from, 139 #define __put_get_user_asm(to, from, size, spec) \ argument 154 : "d" (size), "Q" (*(from)), \ 278 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() argument 281 return __copy_to_user(to, from, n); in copy_to_user() 308 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() argument 317 return __copy_from_user(to, from, n); in copy_from_user() 321 __copy_in_user(void __user *to, const void __user *from, unsigned long n); 324 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user() argument [all …]
|
D | page.h | 47 static inline void copy_page(void *to, void *from) in copy_page() argument 51 register void *reg4 asm ("4") = from; in copy_page() 60 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/Documentation/hwmon/ |
D | f71882fg | 7 Addresses scanned: none, address read from Super I/O config space 11 Addresses scanned: none, address read from Super I/O config space 15 Addresses scanned: none, address read from Super I/O config space 16 Datasheet: Available from the Fintek website 19 Addresses scanned: none, address read from Super I/O config space 20 Datasheet: Available from the Fintek website 23 Addresses scanned: none, address read from Super I/O config space 24 Datasheet: Available from the Fintek website 27 Addresses scanned: none, address read from Super I/O config space 31 Addresses scanned: none, address read from Super I/O config space [all …]
|
D | ds1621 | 8 Datasheet: Publicly available from www.maximintegrated.com 13 Datasheet: Publicly available from www.datasheetarchive.com 18 Datasheet: Publicly available from www.maximintegrated.com 23 Datasheet: Publicly available from www.maximintegrated.com 28 Datasheet: Publicly available from www.maximintegrated.com 104 DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees) 105 DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees) 106 DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees) 107 DS1721: +/- 1.0 degree Celsius (from -10 to +85 degrees) 108 DS1731: +/- 1.0 degree Celsius (from -10 to +85 degrees) [all …]
|
D | nct6775 | 13 Addresses scanned: ISA address retrieved from Super I/O registers 14 Datasheet: Available from the Nuvoton web site 17 Addresses scanned: ISA address retrieved from Super I/O registers 18 Datasheet: Available from Nuvoton upon request 21 Addresses scanned: ISA address retrieved from Super I/O registers 22 Datasheet: Available from Nuvoton upon request 25 Addresses scanned: ISA address retrieved from Super I/O registers 26 Datasheet: Available from Nuvoton upon request 29 Addresses scanned: ISA address retrieved from Super I/O registers 30 Datasheet: Available from Nuvoton upon request [all …]
|
D | w83627ehf | 7 Addresses scanned: ISA address retrieved from Super I/O registers 11 Addresses scanned: ISA address retrieved from Super I/O registers 15 Addresses scanned: ISA address retrieved from Super I/O registers 19 Addresses scanned: ISA address retrieved from Super I/O registers 20 Datasheet: available from www.nuvoton.com 23 Addresses scanned: ISA address retrieved from Super I/O registers 27 Addresses scanned: ISA address retrieved from Super I/O registers 28 Datasheet: Available from Nuvoton upon request 31 Addresses scanned: ISA address retrieved from Super I/O registers 32 Datasheet: Available from Nuvoton upon request [all …]
|
D | f71805f | 7 Addresses scanned: none, address read from Super I/O config space 8 Datasheet: Available from the Fintek website 11 Addresses scanned: none, address read from Super I/O config space 12 Datasheet: Available from the Fintek website 15 Addresses scanned: none, address read from Super I/O config space 16 Datasheet: Available from the Fintek website 20 Thanks to Denis Kieft from Barracuda Networks for the donation of a 24 Thanks to Kris Chen and Aaron Huang from Fintek for answering technical 27 Thanks to Chris Lin from Jetway for providing wiring schematics and 56 range is thus from 0 to 2.040 V. Voltage values outside of this range [all …]
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-queue.c | 88 static void ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, in ivtv_queue_move_buf() argument 91 struct ivtv_buffer *buf = list_entry(from->list.next, struct ivtv_buffer, list); in ivtv_queue_move_buf() 93 list_move_tail(from->list.next, &to->list); in ivtv_queue_move_buf() 94 from->buffers--; in ivtv_queue_move_buf() 95 from->length -= s->buf_size; in ivtv_queue_move_buf() 96 from->bytesused -= buf->bytesused - buf->readpos; in ivtv_queue_move_buf() 122 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, in ivtv_queue_move() argument 127 int from_free = from == &s->q_free; in ivtv_queue_move() 134 needed_bytes = from->length; in ivtv_queue_move() 137 bytes_available = from_free ? from->length : from->bytesused; in ivtv_queue_move() [all …]
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | uaccess.h | 358 __copy_tofrom_user_nocheck(void *to, const void *from, long len) in __copy_tofrom_user_nocheck() argument 361 register const void * __cu_from __asm__("$7") = from; in __copy_tofrom_user_nocheck() 375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) in __copy_tofrom_user() argument 378 len = __copy_tofrom_user_nocheck(to, from, len); in __copy_tofrom_user() 382 #define __copy_to_user(to, from, n) \ argument 385 __copy_tofrom_user_nocheck((__force void *)(to), (from), (n)); \ 387 #define __copy_from_user(to, from, n) \ argument 389 __chk_user_ptr(from); \ 390 __copy_tofrom_user_nocheck((to), (__force void *)(from), (n)); \ 398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user() argument [all …]
|
/linux-4.4.14/net/core/ |
D | dev_addr_lists.c | 537 int dev_uc_sync(struct net_device *to, struct net_device *from) in dev_uc_sync() argument 541 if (to->addr_len != from->addr_len) in dev_uc_sync() 545 err = __hw_addr_sync(&to->uc, &from->uc, to->addr_len); in dev_uc_sync() 567 int dev_uc_sync_multiple(struct net_device *to, struct net_device *from) in dev_uc_sync_multiple() argument 571 if (to->addr_len != from->addr_len) in dev_uc_sync_multiple() 575 err = __hw_addr_sync_multiple(&to->uc, &from->uc, to->addr_len); in dev_uc_sync_multiple() 592 void dev_uc_unsync(struct net_device *to, struct net_device *from) in dev_uc_unsync() argument 594 if (to->addr_len != from->addr_len) in dev_uc_unsync() 597 netif_addr_lock_bh(from); in dev_uc_unsync() 599 __hw_addr_unsync(&to->uc, &from->uc, to->addr_len); in dev_uc_unsync() [all …]
|
D | utils.c | 304 __be32 from, __be32 to, bool pseudohdr) in inet_proto_csum_replace4() argument 307 csum_replace4(sum, from, to); in inet_proto_csum_replace4() 310 (__force __wsum)from), in inet_proto_csum_replace4() 314 (__force __wsum)from), in inet_proto_csum_replace4() 320 const __be32 *from, const __be32 *to, in inet_proto_csum_replace16() argument 324 ~from[0], ~from[1], ~from[2], ~from[3], in inet_proto_csum_replace16()
|
D | skbuff.c | 1961 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() argument 1973 skb_copy_to_linear_data_offset(skb, offset, from, copy); in skb_store_bits() 1977 from += copy; in skb_store_bits() 1995 from, copy); in skb_store_bits() 2001 from += copy; in skb_store_bits() 2016 from, copy)) in skb_store_bits() 2021 from += copy; in skb_store_bits() 2204 skb_zerocopy_headlen(const struct sk_buff *from) in skb_zerocopy_headlen() argument 2208 if (!from->head_frag || in skb_zerocopy_headlen() 2209 skb_headlen(from) < L1_CACHE_BYTES || in skb_zerocopy_headlen() [all …]
|
/linux-4.4.14/lib/ |
D | iomap_copy.c | 32 const void *from, in __iowrite32_copy() argument 36 const u32 *src = from; in __iowrite32_copy() 55 const void *from, in __iowrite64_copy() argument 60 const u64 *src = from; in __iowrite64_copy() 66 __iowrite32_copy(to, from, count * 2); in __iowrite64_copy()
|
D | parser.c | 58 args[argc].from = s; in match_one() 82 if (args[argc].to == args[argc].from) in match_one() 134 size_t len = s->to - s->from; in match_number() 139 memcpy(buf, s->from, len); in match_number() 262 size_t ret = src->to - src->from; in match_strlcpy() 266 memcpy(dest, src->from, len); in match_strlcpy() 283 size_t sz = s->to - s->from + 1; in match_strdup()
|
D | iov_iter.c | 144 void *kaddr, *from; in copy_page_to_iter_iovec() local 160 from = kaddr + offset; in copy_page_to_iter_iovec() 163 left = __copy_to_user_inatomic(buf, from, copy); in copy_page_to_iter_iovec() 166 from += copy; in copy_page_to_iter_iovec() 173 left = __copy_to_user_inatomic(buf, from, copy); in copy_page_to_iter_iovec() 176 from += copy; in copy_page_to_iter_iovec() 183 offset = from - kaddr; in copy_page_to_iter_iovec() 190 from = kaddr + offset; in copy_page_to_iter_iovec() 191 left = __copy_to_user(buf, from, copy); in copy_page_to_iter_iovec() 194 from += copy; in copy_page_to_iter_iovec() [all …]
|
/linux-4.4.14/arch/ia64/kernel/ |
D | signal.c | 108 copy_siginfo_to_user (siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user() argument 112 if (from->si_code < 0) { in copy_siginfo_to_user() 113 if (__copy_to_user(to, from, sizeof(siginfo_t))) in copy_siginfo_to_user() 125 err = __put_user(from->si_signo, &to->si_signo); in copy_siginfo_to_user() 126 err |= __put_user(from->si_errno, &to->si_errno); in copy_siginfo_to_user() 127 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user() 128 switch (from->si_code >> 16) { in copy_siginfo_to_user() 130 err |= __put_user(from->si_flags, &to->si_flags); in copy_siginfo_to_user() 131 err |= __put_user(from->si_isr, &to->si_isr); in copy_siginfo_to_user() 133 err |= __put_user(from->si_addr, &to->si_addr); in copy_siginfo_to_user() [all …]
|
/linux-4.4.14/arch/arm/include/asm/ |
D | uaccess.h | 494 arm_copy_from_user(void *to, const void __user *from, unsigned long n); 497 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() argument 500 n = arm_copy_from_user(to, from, n); in __copy_from_user() 506 arm_copy_to_user(void __user *to, const void *from, unsigned long n); 508 __copy_to_user_std(void __user *to, const void *from, unsigned long n); 511 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() argument 515 n = arm_copy_to_user(to, from, n); in __copy_to_user() 519 return arm_copy_to_user(to, from, n); in __copy_to_user() 538 #define __copy_from_user(to, from, n) (memcpy(to, (void __force *)from, n), 0) argument 539 #define __copy_to_user(to, from, n) (memcpy((void __force *)to, from, n), 0) argument [all …]
|
D | page-nommu.h | 24 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument 27 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
D | page.h | 115 void (*cpu_copy_user_highpage)(struct page *to, struct page *from, 131 extern void __cpu_copy_user_highpage(struct page *to, struct page *from, 139 #define copy_user_highpage(to,from,vaddr,vma) \ argument 140 __cpu_copy_user_highpage(to, from, vaddr, vma) 143 extern void copy_page(void *to, const void *from);
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 401 u32 from; in intel_pmu_lbr_read_32() member 409 cpuc->lbr_entries[i].from = msr_lastbranch.from; in intel_pmu_lbr_read_32() 437 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 442 rdmsrl(x86_pmu.lbr_from + lbr_idx, from); in intel_pmu_lbr_read_64() 456 mis = !!(from & LBR_FROM_FLAG_MISPRED); in intel_pmu_lbr_read_64() 461 in_tx = !!(from & LBR_FROM_FLAG_IN_TX); in intel_pmu_lbr_read_64() 462 abort = !!(from & LBR_FROM_FLAG_ABORT); in intel_pmu_lbr_read_64() 465 from = (u64)((((s64)from) << skip) >> skip); in intel_pmu_lbr_read_64() 478 cpuc->lbr_entries[out].from = from; in intel_pmu_lbr_read_64() 643 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type() argument [all …]
|
/linux-4.4.14/arch/arm/mach-ebsa110/ |
D | io.c | 348 void outsb(unsigned int port, const void *from, int len) in outsb() argument 360 __raw_writesb((void __iomem *)ISAIO_BASE + off, from, len); in outsb() 363 void insb(unsigned int port, void *from, int len) in insb() argument 375 __raw_readsb((void __iomem *)ISAIO_BASE + off, from, len); in insb() 381 void outsw(unsigned int port, const void *from, int len) in outsw() argument 393 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len); in outsw() 396 void insw(unsigned int port, void *from, int len) in insw() argument 408 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len); in insw() 418 void outsl(unsigned int port, const void *from, int len) in outsl() argument 425 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len << 1); in outsl() [all …]
|
/linux-4.4.14/fs/nilfs2/ |
D | dir.c | 78 static int nilfs_prepare_chunk(struct page *page, unsigned from, unsigned to) in nilfs_prepare_chunk() argument 80 loff_t pos = page_offset(page) + from; in nilfs_prepare_chunk() 81 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk() 86 unsigned from, unsigned to) in nilfs_commit_chunk() argument 89 loff_t pos = page_offset(page) + from; in nilfs_commit_chunk() 90 unsigned len = to - from; in nilfs_commit_chunk() 94 nr_dirty = nilfs_page_count_clean_buffers(page, from, to); in nilfs_commit_chunk() 413 unsigned from = (char *) de - (char *) page_address(page); in nilfs_set_link() local 414 unsigned to = from + nilfs_rec_len_from_disk(de->rec_len); in nilfs_set_link() 419 err = nilfs_prepare_chunk(page, from, to); in nilfs_set_link() [all …]
|
/linux-4.4.14/arch/sparc/lib/ |
D | user_fixup.c | 35 unsigned long copy_from_user_fixup(void *to, const void __user *from, unsigned long size) in copy_from_user_fixup() argument 39 size = compute_size((unsigned long) from, size, &offset); in copy_from_user_fixup() 47 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) in copy_to_user_fixup() argument 55 unsigned long copy_in_user_fixup(void __user *to, void __user *from, unsigned long size) in copy_in_user_fixup() argument 64 start = (unsigned long) from; in copy_in_user_fixup()
|
/linux-4.4.14/drivers/char/tpm/ |
D | Kconfig | 12 say Yes and it will be accessible from within Linux. For 33 specification (TPM2.0) say Yes and it will be accessible from 42 accessible from within Linux. 52 Specification 0.20 say Yes and it will be accessible from within 61 If you have a TPM security chip with an I2C interface from 63 from within Linux. 71 If you have a TPM security chip from National Semiconductor 72 say Yes and it will be accessible from within Linux. To 80 If you have a TPM security chip from Atmel say Yes and it 81 will be accessible from within Linux. To compile this driver [all …]
|
/linux-4.4.14/arch/arm/kernel/ |
D | io.c | 44 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in _memcpy_fromio() argument 49 *t = readb(from); in _memcpy_fromio() 51 from++; in _memcpy_fromio() 60 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in _memcpy_toio() argument 62 const unsigned char *f = from; in _memcpy_toio()
|
/linux-4.4.14/include/linux/mtd/ |
D | mtd.h | 190 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len, 192 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len); 197 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len, 203 int (*_read_oob) (struct mtd_info *mtd, loff_t from, 209 int (*_read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, 213 int (*_read_user_prot_reg) (struct mtd_info *mtd, loff_t from, 217 int (*_lock_user_prot_reg) (struct mtd_info *mtd, loff_t from, 258 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, 260 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len); 263 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, [all …]
|
D | map.h | 270 #define INVALIDATE_CACHED_RANGE(map, from, size) \ argument 271 do { if (map->inval_cache) map->inval_cache(map, from, size); } while (0) 452 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from() argument 455 memcpy(to, (char *)map->cached + from, len); in inline_map_copy_from() 457 memcpy_fromio(to, map->virt + from, len); in inline_map_copy_from() 460 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to() argument 462 memcpy_toio(map->virt + to, from, len); in inline_map_copy_to() 467 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len) argument 469 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) argument 476 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument [all …]
|
/linux-4.4.14/arch/mn10300/lib/ |
D | usercopy.c | 15 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user() argument 18 __copy_user(to, from, n); in __generic_copy_to_user() 23 __generic_copy_from_user(void *to, const void *from, unsigned long n) in __generic_copy_from_user() argument 25 if (access_ok(VERIFY_READ, from, n)) in __generic_copy_from_user() 26 __copy_user_zeroing(to, from, n); in __generic_copy_from_user()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | signal32.c | 72 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32() argument 86 err = __put_user(from->si_signo, &to->si_signo); in copy_siginfo_to_user32() 87 err |= __put_user(from->si_errno, &to->si_errno); in copy_siginfo_to_user32() 88 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user32() 89 if (from->si_code < 0) in copy_siginfo_to_user32() 90 err |= __copy_to_user(&to->_sifields._pad, &from->_sifields._pad, SI_PAD_SIZE); in copy_siginfo_to_user32() 92 switch (from->si_code >> 16) { in copy_siginfo_to_user32() 94 err |= __put_user(from->si_tid, &to->si_tid); in copy_siginfo_to_user32() 95 err |= __put_user(from->si_overrun, &to->si_overrun); in copy_siginfo_to_user32() 96 err |= __put_user(from->si_int, &to->si_int); in copy_siginfo_to_user32() [all …]
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 5 Changes from 20050323 to 20050413 11 * Merged patch from Christoph Hellwig <hch@lst.de>: split helpers 24 only be called from lpfc_sli_submit_iocb. Also make 47 Changes from 20050308 to 20050323 50 * Changed a few lines from patch submitted by Christoph Hellwig 53 * Merged patch from Christoph Hellwig (3/19): some misc patches 64 - don't call dma_sync function on allocations from 66 * Merged patch from Christoph Hellwig (3/19) - nlp_failMask isn't 73 * Merged patch from Christoph Hellwig (03/19) - fix initialization 74 order - scsi_add_host must happen last from scsi POV. Also some [all …]
|
D | ChangeLog.1992-1997 | 53 * aic7xxx.c, aic7xxx.h, aic7xxx_asm.c: Changed copyright from BSD 154 from tape. 216 * hosts.h: Change io_port to long int from short. 257 When freeing memory from host being deregistered, free extra_bytes 291 * eata.c: Change naming from eata_* to eata2x_*. Now at vers 1.15. 302 * scsi.c (scsi_make_blocked_list): New function - code copied from 348 * st.c: Patches from Kai - improve filemark handling. 369 * st.c: Changes from Kai related to EOM detection. 381 * scsi.c: Test for Toshiba XM-3401TA and exclude from detection 401 * aha152x.c: Update to version 1.8 from Juergen. [all …]
|
D | ChangeLog.sym53c8xx | 5 - Backport from SYM-2 the work-around that allows to support 14 - Fix an unaligned LOAD from scripts (was used as dummy read). 38 values used from SCRIPTS. Recent PCI chips are able to 42 registers from SCRIPTS. 44 PCI BAR value from the BAR cookie is now useless. 62 from SCRIPTS that requires special alignments. 86 on PPC. Restore previous method (MEMORY MOVE from SCRIPTS). 87 - Remove trailing argument #2 from a couple of #undefs. 94 - Merges from FreeBSD sym-1.6.2 driver: 97 * Simpler handling of illegal phases and data overrun from [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-power | 15 from sleep states, such as the memory sleep state (suspend to 20 used to activate the system from a sleep state. Such devices 33 be enabled to wake up the system from sleep states. 46 + "on\n" to prevent the device from being power managed; 51 from power managing the device at run time. Doing that while 87 the system from sleep states, this attribute is not present. 88 If the device is not enabled to wake up the system from sleep 99 system from sleep states, this attribute is not present. If 100 the device is not enabled to wake up the system from sleep 111 is not capable to wake up the system from sleep states, this [all …]
|
D | sysfs-bus-coresight-devices-etm4x | 104 Description: (RW) Controls the tracing of arbitrary events from bank 0 to 3. 290 The value it taken directly from the HW. 297 (0x310). The value is taken directly from the HW. 304 (0x314). The value is taken directly from the HW. 311 (0xFB4). The value is taken directly from the HW. 318 (0xFB8). The value is taken directly from the HW. 325 (0xFC8). The value is taken directly from the HW. 332 (0xFCC). The value is taken directly from the HW. 339 (0xFE0). The value is taken directly from the HW. 346 (0xFE4). The value is taken directly from the HW. [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | sp810.txt | 14 - clock-names: from the common clock bindings, for more details see 18 - clocks: from the common clock bindings, phandle and clock 21 - #clock-cells: from the common clock bindings; 24 - clock-output-names: from the common clock bindings; 27 - assigned-clocks: from the common clock binding; 31 - assigned-clock-parents: from the common clock binding;
|
/linux-4.4.14/arch/m32r/lib/ |
D | usercopy.c | 15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) in __generic_copy_to_user() argument 17 prefetch(from); in __generic_copy_to_user() 19 __copy_user(to,from,n); in __generic_copy_to_user() 24 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) in __generic_copy_from_user() argument 27 if (access_ok(VERIFY_READ, from, n)) in __generic_copy_from_user() 28 __copy_user_zeroing(to,from,n); in __generic_copy_from_user()
|
/linux-4.4.14/arch/arc/mm/ |
D | extable.c | 30 long arc_copy_from_user_noinline(void *to, const void __user *from, in arc_copy_from_user_noinline() argument 33 return __arc_copy_from_user(to, from, n); in arc_copy_from_user_noinline() 37 long arc_copy_to_user_noinline(void __user *to, const void *from, in arc_copy_to_user_noinline() argument 40 return __arc_copy_to_user(to, from, n); in arc_copy_to_user_noinline()
|
/linux-4.4.14/fs/hpfs/ |
D | name.c | 53 unsigned char *hpfs_translate_name(struct super_block *s, unsigned char *from, in hpfs_translate_name() argument 58 if (hpfs_sb(s)->sb_chk >= 2) if (hpfs_is_name_long(from, len) != lng) { in hpfs_translate_name() 61 pr_cont("%c", from[i]); in hpfs_translate_name() 65 if (!lc) return from; in hpfs_translate_name() 68 return from; in hpfs_translate_name() 70 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); in hpfs_translate_name()
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 21 - atmel,clk-from-rk-pin: bool property. 23 clock can get from TK pin, and also can get from RK pin. So, add 24 this parameter to choose where the clock from. 25 - By default the clock is from TK pin, if the clock from RK pin, this
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | uaccess.h | 98 extern long __copy_from_user(void *to, const void __user *from, 100 extern long __copy_to_user(void __user *to, const void *from, unsigned long n); 102 static inline long copy_from_user(void *to, const void __user *from, in copy_from_user() argument 105 if (!access_ok(VERIFY_READ, from, n)) in copy_from_user() 107 return __copy_from_user(to, from, n); in copy_from_user() 110 static inline long copy_to_user(void __user *to, const void *from, in copy_to_user() argument 115 return __copy_to_user(to, from, n); in copy_to_user()
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | pfxlen.h | 36 extern u32 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr); 38 #define ip_set_mask_from_to(from, to, cidr) \ argument 40 from &= ip_set_hostmask(cidr); \ 41 to = from | ~ip_set_hostmask(cidr); \
|
/linux-4.4.14/include/linux/ |
D | uaccess.h | 65 const void __user *from, unsigned long n) in __copy_from_user_inatomic_nocache() argument 67 return __copy_from_user_inatomic(to, from, n); in __copy_from_user_inatomic_nocache() 71 const void __user *from, unsigned long n) in __copy_from_user_nocache() argument 73 return __copy_from_user(to, from, n); in __copy_from_user_nocache()
|
D | isapnp.h | 95 struct pnp_card *from); 99 struct pnp_dev *from); 112 struct pnp_card *from) { return NULL; } in pnp_find_card() argument 116 struct pnp_dev *from) { return NULL; } in pnp_find_dev() argument
|
/linux-4.4.14/arch/sh/mm/ |
D | nommu.c | 22 void copy_page(void *to, void *from) in copy_page() argument 24 memcpy(to, from, PAGE_SIZE); in copy_page() 27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) in __copy_user() argument 29 memcpy(to, from, n); in __copy_user()
|
/linux-4.4.14/block/partitions/ |
D | check.h | 13 sector_t from; member 41 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) in put_partition() argument 46 p->parts[n].from = from; in put_partition()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | signal.h | 29 void __user *from); 31 void __user *from); 38 void __user *from); 40 void __user *from);
|
/linux-4.4.14/kernel/irq/ |
D | irqdesc.c | 403 void irq_free_descs(unsigned int from, unsigned int cnt) in irq_free_descs() argument 407 if (from >= nr_irqs || (from + cnt) > nr_irqs) in irq_free_descs() 411 free_desc(from + i); in irq_free_descs() 414 bitmap_clear(allocated_irqs, from, cnt); in irq_free_descs() 430 __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node, in __irq_alloc_descs() argument 439 if (from > irq) in __irq_alloc_descs() 441 from = irq; in __irq_alloc_descs() 448 from = arch_dynirq_lower_bound(from); in __irq_alloc_descs() 454 from, cnt, 0); in __irq_alloc_descs() 513 void irq_free_hwirqs(unsigned int from, int cnt) in irq_free_hwirqs() argument [all …]
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | uaccess.h | 72 extern __kernel_size_t __copy_user(void *to, const void *from, 75 extern __kernel_size_t copy_to_user(void __user *to, const void *from, 77 extern __kernel_size_t copy_from_user(void *to, const void __user *from, 80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, in __copy_to_user() argument 83 return __copy_user((void __force *)to, from, n); in __copy_to_user() 86 const void __user *from, in __copy_from_user() argument 89 return __copy_user(to, (const void __force *)from, n); in __copy_from_user()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_ftp.c | 176 union nf_inet_addr from; in ip_vs_ftp_out() local 213 &from.ip, &port, in ip_vs_ftp_out() 218 &from.ip, ntohs(port), &cp->caddr.ip, 0); in ip_vs_ftp_out() 226 iph->protocol, &from, port, in ip_vs_ftp_out() 236 n_cp = ip_vs_conn_new(&p, AF_INET, &from, port, in ip_vs_ftp_out() 250 from.ip = n_cp->vaddr.ip; in ip_vs_ftp_out() 253 ((unsigned char *)&from.ip)[0], in ip_vs_ftp_out() 254 ((unsigned char *)&from.ip)[1], in ip_vs_ftp_out() 255 ((unsigned char *)&from.ip)[2], in ip_vs_ftp_out() 256 ((unsigned char *)&from.ip)[3], in ip_vs_ftp_out()
|
/linux-4.4.14/fs/ubifs/ |
D | key.h | 422 static inline void key_read(const struct ubifs_info *c, const void *from, in key_read() argument 425 const union ubifs_key *f = from; in key_read() 438 const union ubifs_key *from, void *to) in key_write() argument 442 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write() 443 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write() 454 const union ubifs_key *from, void *to) in key_write_idx() argument 458 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write_idx() 459 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write_idx() 469 const union ubifs_key *from, union ubifs_key *to) in key_copy() argument 471 to->u64[0] = from->u64[0]; in key_copy()
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | Kconfig | 7 This driver supports IMX074 cameras from Sony 13 This driver supports MT9M001 cameras from Micron, monochrome 20 This driver supports MT9M111, MT9M112 and MT9M131 cameras from 27 This driver supports MT9T031 cameras from Micron. 33 This driver supports MT9T112 cameras from Aptina. 39 This driver supports MT9V022 cameras from Micron
|
/linux-4.4.14/Documentation/i2c/ |
D | old-module-parameters | 1 I2C device driver binding control from user-space 9 "ignore" (to prevent a driver from probing a given address). 15 "instantiating-devices", section "Method 4: Instantiate from user-space". 17 Below is a mapping from the old module parameters to the new interface. 30 Preventing a driver from attaching to an I2C device 42 other drivers from binding to it later on. If there is a real device at the
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | calxeda.txt | 10 "calxeda,hb-a9periph-clock" - The A9 peripheral clock divided from the 12 "calxeda,hb-a9bus-clock" - The A9 bus clock divided from the A9 clock. 14 - reg : shall be the control register offset from SYSREGs base for the clock. 17 - #clock-cells : from common clock binding; shall be set to 0.
|
D | brcm,bcm2835-cprman.txt | 7 of the BCM2835. There is a level of PLLs deriving from an external 9 few PLLs, and a level of mostly-generic clock generators sourcing from 10 the PLL channels. Most other hardware components source from the 11 clock generators, but a few (like the ARM or HDMI) will source from
|
D | vt8500.txt | 16 - reg : shall be the control register offset from PMC base for the pll clock. 19 - #clock-cells : from common clock binding; shall be set to 0. 24 - #clock-cells : from common clock binding; shall be set to 0. 36 - enable-reg : shall be the register offset from PMC base for the enable 44 - divisor-reg : shall be the register offset from PMC base for the divisor
|
/linux-4.4.14/drivers/mtd/devices/ |
D | mtd_dataflash.c | 235 static int dataflash_read(struct mtd_info *mtd, loff_t from, size_t len, in dataflash_read() argument 246 (unsigned)from, (unsigned)(from + len)); in dataflash_read() 249 addr = (((unsigned)from / priv->page_size) << priv->page_offset) in dataflash_read() 250 + ((unsigned)from % priv->page_size); in dataflash_read() 288 (unsigned)from, (unsigned)(from + len), in dataflash_read() 503 loff_t from, size_t len, size_t *retlen, u_char *buf) in dataflash_read_fact_otp() argument 510 status = otp_read(priv->spi, 64, buf, from, len); in dataflash_read_fact_otp() 520 loff_t from, size_t len, size_t *retlen, u_char *buf) in dataflash_read_user_otp() argument 527 status = otp_read(priv->spi, 0, buf, from, len); in dataflash_read_user_otp() 537 loff_t from, size_t len, size_t *retlen, u_char *buf) in dataflash_write_user_otp() argument [all …]
|
D | mtdram.c | 64 static int ram_point(struct mtd_info *mtd, loff_t from, size_t len, in ram_point() argument 67 *virt = mtd->priv + from; in ram_point() 72 static int ram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in ram_unpoint() argument 90 static int ram_read(struct mtd_info *mtd, loff_t from, size_t len, in ram_read() argument 93 memcpy(buf, mtd->priv + from, len); in ram_read()
|
D | pmc551.c | 136 static int pmc551_point(struct mtd_info *mtd, loff_t from, size_t len, 196 static int pmc551_point(struct mtd_info *mtd, loff_t from, size_t len, in pmc551_point() argument 204 printk(KERN_DEBUG "pmc551_point(%ld, %ld)\n", (long)from, (long)len); in pmc551_point() 207 soff_hi = from & ~(priv->asize - 1); in pmc551_point() 208 soff_lo = from & (priv->asize - 1); in pmc551_point() 211 if (priv->curr_map0 != from) { in pmc551_point() 222 static int pmc551_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in pmc551_unpoint() argument 230 static int pmc551_read(struct mtd_info *mtd, loff_t from, size_t len, in pmc551_read() argument 242 (long)from, (long)len, (long)priv->asize); in pmc551_read() 245 end = from + len - 1; in pmc551_read() [all …]
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | Kconfig | 19 boards from Phytec (http://www.phytec.de) like the PCM027, 28 This driver is for the one or two channel CPC-CARD cards from 36 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche 45 from PEAK-System (http://www.peak-system.com). To compile this 54 (1, 2, 3 or 4 channels) from PEAK-System Technik 64 Say Y here if you want to use a PCAN-ExpressCard from PEAK-System 73 4 channel) from Kvaser (http://www.kvaser.com). 99 PLD IO base addresses are read from jumpers JP1 and JP2, 100 IRQ numbers are read from jumpers JP4 and JP5,
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tfc_io.c | 74 void *from; in ft_queue_data_in() local 155 from = kmap_atomic(page + (mem_off >> PAGE_SHIFT)); in ft_queue_data_in() 156 page_addr = from; in ft_queue_data_in() 157 from += mem_off & ~PAGE_MASK; in ft_queue_data_in() 160 memcpy(to, from, tlen); in ft_queue_data_in() 224 void *from; in ft_recv_write_data() local 280 from = fc_frame_payload_get(fp, 0); in ft_recv_write_data() 320 memcpy(to, from, tlen); in ft_recv_write_data() 323 from += tlen; in ft_recv_write_data()
|
/linux-4.4.14/net/atm/ |
D | atm_misc.c | 87 void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to) in sonet_copy_stats() argument 89 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i) in sonet_copy_stats() 95 void sonet_subtract_stats(struct k_sonet_stats *from, struct sonet_stats *to) in sonet_subtract_stats() argument 97 #define __HANDLE_ITEM(i) atomic_sub(to->i, &from->i) in sonet_subtract_stats()
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | onenand_bbt.c | 63 loff_t from; in create_bbt() local 82 from = 0; in create_bbt() 96 from + j * this->writesize + bd->offs, &ops); in create_bbt() 114 rgn = flexonenand_region(mtd, from); in create_bbt() 115 from += mtd->eraseregions[rgn].erasesize; in create_bbt() 117 from += (1 << bbm->bbt_erase_shift); in create_bbt()
|
D | onenand_base.c | 1110 static int onenand_mlc_read_ops_nolock(struct mtd_info *mtd, loff_t from, in onenand_mlc_read_ops_nolock() argument 1124 pr_debug("%s: from = 0x%08x, len = %i\n", __func__, (unsigned int)from, in onenand_mlc_read_ops_nolock() 1132 oobcolumn = from & (mtd->oobsize - 1); in onenand_mlc_read_ops_nolock() 1135 if (from + len > mtd->size) { in onenand_mlc_read_ops_nolock() 1150 column = from & (writesize - 1); in onenand_mlc_read_ops_nolock() 1154 if (!onenand_check_bufferram(mtd, from)) { in onenand_mlc_read_ops_nolock() 1155 this->command(mtd, ONENAND_CMD_READ, from, writesize); in onenand_mlc_read_ops_nolock() 1159 ret = onenand_recover_lsb(mtd, from, ret); in onenand_mlc_read_ops_nolock() 1160 onenand_update_bufferram(mtd, from, !ret); in onenand_mlc_read_ops_nolock() 1185 from += thislen; in onenand_mlc_read_ops_nolock() [all …]
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 19 date Manufacturing Date (from CID Register) 20 fwrev Firmware/Product Revision (from CID Register) (SD and MMCv1 only) 21 hwrev Hardware/Product Revision (from CID Register) (SD and MMCv1 only) 22 manfid Manufacturer ID (from CID Register) 23 name Product Name (from CID Register) 24 oemid OEM/Application ID (from CID Register) 25 prv Product Revision (from CID Register) (SD and MMCv4 only) 26 serial Product Serial Number (from CID Register)
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_pio_copy.c | 45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) in qib_pio_copy() argument 49 const u64 *src = from; in qib_pio_copy() 58 const u32 *src = from; in qib_pio_copy()
|
/linux-4.4.14/Documentation/infiniband/ |
D | core_locking.txt | 12 are any methods from the list: 25 which may not sleep and must be callable from any context. 40 are therefore safe to call from any context. 47 the midlayer is also safe to call from any context. 68 A low-level driver must not perform a callback directly from the 71 handler directly from its post_send method. Instead, the low-level 90 return from CQ event handler 105 ib_unregister_device() from process context. It must not hold any 112 relating to a device before returning from the remove method.
|
/linux-4.4.14/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 89 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) in __copy_to_user_memcpy() argument 95 memcpy((void *)to, from, n); in __copy_to_user_memcpy() 123 memcpy((void *)to, from, tocopy); in __copy_to_user_memcpy() 126 from += tocopy; in __copy_to_user_memcpy() 142 arm_copy_to_user(void __user *to, const void *from, unsigned long n) in arm_copy_to_user() argument 153 n = __copy_to_user_std(to, from, n); in arm_copy_to_user() 156 n = __copy_to_user_memcpy(to, from, n); in arm_copy_to_user()
|
/linux-4.4.14/Documentation/usb/ |
D | ohci.txt | 4 from the "usb-ohci" driver from the 2.4 kernel series. The "usb-ohci" code 6 contributions from many others (read its copyright/licencing header). 10 compared to the earlier "Universal Host Controller Interface" (UHCI) from 12 from vendors other than Intel and VIA generally use OHCI.
|
D | mtouchusb.txt | 3 - 0.3 - Created based off of scanner & INSTALL from the original touchscreen 11 Changed reset from standard USB dev reset to vendor reset 12 Changed data sent to host from compensated to raw coordinates 44 the device could be calibrated, the driver pulls to raw coordinate data from 54 requested from the userspace (And the drivers would handle the vendor specific 59 Implement a control urb again to handle requests to and from the device
|
/linux-4.4.14/net/x25/ |
D | x25_forward.c | 22 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, in x25_forward_call() argument 46 if (rt->dev == from->dev) { in x25_forward_call() 72 new_frwd->dev2 = from->dev; in x25_forward_call() 97 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { in x25_forward_data() argument 111 if (from->dev == frwd->dev1) { in x25_forward_data()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs.h | 83 extern int make_symlink(const char *from, const char *to); 89 extern int link_file(const char *from, const char *to); 91 extern int rename_file(char *from, char *to); 92 extern int rename2_file(char *from, char *to, unsigned int flags);
|
D | hostfs_user.c | 277 int make_symlink(const char *from, const char *to) in make_symlink() argument 281 err = symlink(to, from); in make_symlink() 327 int link_file(const char *to, const char *from) in link_file() argument 331 err = link(to, from); in link_file() 349 int rename_file(char *from, char *to) in rename_file() argument 353 err = rename(from, to); in rename_file() 359 int rename2_file(char *from, char *to, unsigned int flags) in rename2_file() argument 373 err = syscall(SYS_renameat2, AT_FDCWD, from, AT_FDCWD, to, flags); in rename2_file()
|
/linux-4.4.14/include/net/ |
D | checksum.h | 123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() argument 125 __wsum tmp = csum_sub(~csum_unfold(*sum), (__force __wsum)from); in csum_replace4() 143 __be32 from, __be32 to, bool pseudohdr); 145 const __be32 *from, const __be32 *to, 151 __be16 from, __be16 to, in inet_proto_csum_replace2() argument 154 inet_proto_csum_replace4(sum, skb, (__force __be32)from, in inet_proto_csum_replace2()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_context.c | 599 struct intel_context *from, in should_skip_switch() argument 605 if (to->ppgtt && from == to && in should_skip_switch() 655 struct intel_context *from = ring->last_context; in do_switch() local 660 if (from != NULL && ring == &dev_priv->ring[RCS]) { in do_switch() 661 BUG_ON(from->legacy_hw_ctx.rcs_state == NULL); in do_switch() 662 BUG_ON(!i915_gem_obj_is_pinned(from->legacy_hw_ctx.rcs_state)); in do_switch() 665 if (should_skip_switch(ring, from, to)) in do_switch() 681 from = ring->last_context; in do_switch() 698 if (from) in do_switch() 699 i915_gem_context_unreference(from); in do_switch() [all …]
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | README | 51 This command will be used to disconnect from an AP. 66 …Apart from the iw utility all standard configurations using the 'iwconfig' utility are also suppor… 71 some useful information from the driver. 107 num_rx_bytes = <number of bytes received from device and sent to kernel> 109 num_rx_pkts = <number of packets received from device and sent to kernel> 113 num_rx_pkts_err = <number of Rx packets failed to receive from device> 120 wmm_ac_vo = <number of packets sent to device from WMM AcVo queue> 121 wmm_ac_vi = <number of packets sent to device from WMM AcVi queue> 122 wmm_ac_be = <number of packets sent to device from WMM AcBE queue> 123 wmm_ac_bk = <number of packets sent to device from WMM AcBK queue> [all …]
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | uaccess.h | 32 __copy_from_user(void *to, const void __user *from, unsigned long n); 34 __copy_to_user(void __user *to, const void *from, unsigned long n); 38 __strncpy_from_user(char *to, const char __user *from, unsigned long count);
|
D | page.h | 26 extern void copy_page(void *to, const void *from); 29 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
/linux-4.4.14/arch/x86/um/asm/ |
D | processor_32.h | 44 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() argument 47 memcpy(&to->tls_array, &from->tls_array, sizeof(from->tls_array)); in arch_copy_thread()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdcore.c | 866 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, in mtd_point() argument 875 if (from < 0 || from >= mtd->size || len > mtd->size - from) in mtd_point() 879 return mtd->_point(mtd, from, len, retlen, virt, phys); in mtd_point() 884 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in mtd_unpoint() argument 888 if (from < 0 || from >= mtd->size || len > mtd->size - from) in mtd_unpoint() 892 return mtd->_unpoint(mtd, from, len); in mtd_unpoint() 912 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, in mtd_read() argument 917 if (from < 0 || from >= mtd->size || len > mtd->size - from) in mtd_read() 927 ret_code = mtd->_read(mtd, from, len, retlen, buf); in mtd_read() 973 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob() argument [all …]
|
D | mtdpart.c | 61 static int part_read(struct mtd_info *mtd, loff_t from, size_t len, in part_read() argument 69 res = part->master->_read(part->master, from + part->offset, len, in part_read() 80 static int part_point(struct mtd_info *mtd, loff_t from, size_t len, in part_point() argument 85 return part->master->_point(part->master, from + part->offset, len, in part_point() 89 static int part_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in part_unpoint() argument 93 return part->master->_unpoint(part->master, from + part->offset, len); in part_unpoint() 108 static int part_read_oob(struct mtd_info *mtd, loff_t from, in part_read_oob() argument 114 if (from >= mtd->size) in part_read_oob() 116 if (ops->datbuf && from + ops->len > mtd->size) in part_read_oob() 131 pages -= mtd_div_by_ws(from, mtd); in part_read_oob() [all …]
|
/linux-4.4.14/arch/ia64/lib/ |
D | io.c | 10 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio() argument 16 *dst++ = readb(from++); in memcpy_fromio() 25 void memcpy_toio(volatile void __iomem *to, const void *from, long count) in memcpy_toio() argument 27 const char *src = from; in memcpy_toio()
|
/linux-4.4.14/arch/um/drivers/ |
D | cow_user.c | 145 static int absolutize(char *to, int size, char *from) in absolutize() argument 155 slash = strrchr(from, '/'); in absolutize() 158 if (chdir(from)) { in absolutize() 161 "errno = %d\n", from, errno); in absolutize() 167 "errno = %d\n", from, errno); in absolutize() 173 "chars\n", from, size); in absolutize() 179 if (strlen(save_cwd) + 1 + strlen(from) + 1 > size) { in absolutize() 181 "chars\n", from, size); in absolutize() 186 strcat(to, from); in absolutize()
|
/linux-4.4.14/drivers/block/paride/ |
D | Transition-notes | 37 * in ps_tq_int(): from the moment when we get ps_spinlock() to the 39 * in pi_schedule_claimed() when called from pi_do_claimed() called from 42 * in pi_do_claimed() when called from pd.c, everything until the call 45 * in pi_wake_up() called for PIA that belongs to pd.c, everything from 61 a) do_pd_request1() can be called from next_request() or do_pd_request() 65 b) ps_set_intr() and pi_schedule_claimed() can be called only from the 67 c) pi_do_claimed() is called by pd.c only from the area. 71 e) do_pd_{read,write}* could be called only from the area. The only 72 case that needs consideration is call from pi_wake_up() and there 74 from pd.c. That could happen only if pi_do_claimed() had been [all …]
|
/linux-4.4.14/drivers/base/regmap/ |
D | trace.h | 227 TP_PROTO(struct regmap *map, unsigned int from, 230 TP_ARGS(map, from, to), 234 __field( unsigned int, from ) 240 __entry->from = from; 244 TP_printk("%s %u-%u", __get_str(name), (unsigned int)__entry->from,
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 11 Novell client ncpfs (available from 12 <ftp://platan.vc.cvut.cz/pub/linux/ncpfs/>) or from 14 available from <http://www.tldp.org/docs.html#howto>). In order 22 IPX router, say Y here and fetch either lwared from 24 mars_nwe from <ftp://www.compu-art.de/mars_nwe/>. For more 25 information, read the IPX-HOWTO available from 40 IPX networks: it will then be accessible from everywhere using the
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-flash.c | 59 unsigned long from, ssize_t len) in flash_copy_from() argument 61 u32 src = from; in flash_copy_from() 77 const void *from, ssize_t len) in flash_copy_to() argument 79 const u8 *src = from; in flash_copy_to()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | flash_setup.c | 50 unsigned long from, ssize_t len) in octeon_flash_map_copy_from() argument 53 inline_map_copy_from(map, to, from, len); in octeon_flash_map_copy_from() 58 const void *from, ssize_t len) in octeon_flash_map_copy_to() argument 61 inline_map_copy_to(map, to, from, len); in octeon_flash_map_copy_to()
|
/linux-4.4.14/tools/perf/ |
D | builtin-buildid-cache.c | 58 char from[PATH_MAX]; in same_kallsyms_reloc() local 64 scnprintf(from, sizeof(from), "%s/kallsyms", from_dir); in same_kallsyms_reloc() 68 addr1 = kallsyms__get_function_start(from, name); in same_kallsyms_reloc() 82 char from[PATH_MAX]; in build_id_cache__kcore_existing() local 93 scnprintf(from, sizeof(from), "%s/modules", from_dir); in build_id_cache__kcore_existing() 105 if (!compare_proc_modules(from, to) && in build_id_cache__kcore_existing()
|
/linux-4.4.14/drivers/s390/net/ |
D | smsgiucv_app.c | 66 static struct smsg_app_event *smsg_app_event_alloc(const char *from, in smsg_app_event_alloc() argument 89 snprintf(ev->envp[0], ENV_SENDER_LEN, ENV_SENDER_STR "%s", from); in smsg_app_event_alloc() 120 static void smsg_app_callback(const char *from, char *msg) in smsg_app_callback() argument 126 if (sender && strlen(sender) > 0 && strcmp(from, sender) != 0) in smsg_app_callback() 137 se = smsg_app_event_alloc(from, msg); in smsg_app_callback()
|
/linux-4.4.14/drivers/net/can/softing/ |
D | Kconfig | 5 Support for CAN cards from Softing Gmbh & some cards 6 from Vector Gmbh. 23 Support for PCMCIA cards from Softing Gmbh & some cards 24 from Vector Gmbh.
|
/linux-4.4.14/firmware/ |
D | README.AddingFirmware | 5 This directory is only here to contain firmware images extracted from old 18 extracted from older drivers, as well various new firmware images which 30 permitted to include it in a separate file and refer to it from the 34 Ideally, your commit should contain a Signed-Off-By: from someone 35 authoritative on the licensing of the firmware in question (i.e. from
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_ds2423 | 22 Each lines will contain the values of 42 bytes read from the counter and 29 - 1 byte from ram page 32 - 2 bytes for crc16 which was calculated from the data read since the previous crc bytes 33 - 31 remaining bytes from the ram page 37 example from the successful read: 43 example from the read with crc errors:
|
/linux-4.4.14/arch/um/kernel/ |
D | process.c | 83 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() argument 85 to->thread.prev_sched = from; in __switch_to() 88 switch_threads(&from->thread.switch_buf, &to->thread.switch_buf); in __switch_to() 244 int copy_to_user_proc(void __user *to, void *from, int size) in copy_to_user_proc() argument 246 return copy_to_user(to, from, size); in copy_to_user_proc() 249 int copy_from_user_proc(void *to, void __user *from, int size) in copy_from_user_proc() argument 251 return copy_from_user(to, from, size); in copy_from_user_proc()
|
/linux-4.4.14/net/ipv4/ |
D | ip_output.c | 470 static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from) in ip_copy_metadata() argument 472 to->pkt_type = from->pkt_type; in ip_copy_metadata() 473 to->priority = from->priority; in ip_copy_metadata() 474 to->protocol = from->protocol; in ip_copy_metadata() 476 skb_dst_copy(to, from); in ip_copy_metadata() 477 to->dev = from->dev; in ip_copy_metadata() 478 to->mark = from->mark; in ip_copy_metadata() 481 IPCB(to)->flags = IPCB(from)->flags; in ip_copy_metadata() 484 to->tc_index = from->tc_index; in ip_copy_metadata() 486 nf_copy(to, from); in ip_copy_metadata() [all …]
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha256-core.S_shipped | 121 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 128 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 163 ldr r2,[sp,#2*4] @ from future BODY_16_xx 165 ldr r1,[sp,#15*4] @ from future BODY_16_xx 179 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 186 add r11,r11,r3 @ h+=Maj(a,b,c) from the past 221 ldr r2,[sp,#3*4] @ from future BODY_16_xx 223 ldr r1,[sp,#0*4] @ from future BODY_16_xx 237 add r10,r10,r12 @ h+=Maj(a,b,c) from the past 244 add r10,r10,r12 @ h+=Maj(a,b,c) from the past [all …]
|
/linux-4.4.14/fs/ext4/ |
D | move_extent.c | 98 mext_check_coverage(struct inode *inode, ext4_lblk_t from, ext4_lblk_t count, in mext_check_coverage() argument 104 ext4_lblk_t last = from + count; in mext_check_coverage() 105 while (from < last) { in mext_check_coverage() 106 *err = get_ext_path(inode, from, &path); in mext_check_coverage() 112 from += ext4_ext_get_actual_len(ext); in mext_check_coverage() 177 mext_page_mkuptodate(struct page *page, unsigned from, unsigned to) in mext_page_mkuptodate() argument 199 if (block_end <= from || block_start >= to) { in mext_page_mkuptodate() 270 int from = data_offset_in_page << orig_inode->i_blkbits; in move_extent_per_page() local 358 *err = mext_page_mkuptodate(pagep[0], from, from + replaced_size); in move_extent_per_page() 396 *err = block_commit_write(pagep[0], from, from + replaced_size); in move_extent_per_page()
|
/linux-4.4.14/arch/mips/txx9/rbtx4939/ |
D | setup.c | 327 unsigned long from, ssize_t len) in rbtx4939_flash_copy_from() argument 333 from += (unsigned long)map->virt; in rbtx4939_flash_copy_from() 339 0x400000 - (from & (0x400000 - 1))); in rbtx4939_flash_copy_from() 341 (void *)((from & ~0xc00000) | in rbtx4939_flash_copy_from() 342 ((((from >> 22) + shift) & 3) << 22)), in rbtx4939_flash_copy_from() 345 from += curlen; in rbtx4939_flash_copy_from() 355 0x400000 - (from & (0x400000 - 1))); in rbtx4939_flash_copy_from() 356 memcpy(to, (void *)(from ^ 0x400000), curlen); in rbtx4939_flash_copy_from() 358 from += curlen; in rbtx4939_flash_copy_from() 364 memcpy(to, (void *)from, len); in rbtx4939_flash_copy_from()
|