/Linux-v5.4/include/linux/ |
D | uaccess.h | 59 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic() 67 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() 89 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic() 97 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() 107 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user() 126 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() 141 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() 149 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() 157 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user() 226 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
|
/Linux-v5.4/ipc/ |
D | compat.c | 39 struct compat_ipc64_perm __user *from) in get_compat_ipc64_perm() 51 struct compat_ipc_perm __user *from) in get_compat_ipc_perm() 62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm() 73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | asm.h | 122 # define _ASM_EXTABLE_HANDLE(from, to, handler) \ argument 130 # define _ASM_EXTABLE(from, to) \ argument 133 # define _ASM_EXTABLE_UA(from, to) \ argument 136 # define _ASM_EXTABLE_FAULT(from, to) \ argument 139 # define _ASM_EXTABLE_EX(from, to) \ argument 142 # define _ASM_EXTABLE_REFCOUNT(from, to) \ argument 153 # define _ASM_EXTABLE_HANDLE(from, to, handler) \ argument 161 # define _ASM_EXTABLE(from, to) \ argument 164 # define _ASM_EXTABLE_UA(from, to) \ argument 167 # define _ASM_EXTABLE_FAULT(from, to) \ argument [all …]
|
D | uaccess_32.h | 18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 57 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
|
D | string_32.h | 33 static __always_inline void *__memcpy(void *to, const void *from, size_t n) in __memcpy() 52 static __always_inline void *__constant_memcpy(void *to, const void *from, in __constant_memcpy() 157 static inline void *__constant_memcpy3d(void *to, const void *from, size_t len) in __constant_memcpy3d() 164 static inline void *__memcpy3d(void *to, const void *from, size_t len) in __memcpy3d()
|
/Linux-v5.4/arch/x86/lib/ |
D | mmx_32.c | 29 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy() 159 static void fast_copy_page(void *to, void *from) in fast_copy_page() 281 static void fast_copy_page(void *to, void *from) in fast_copy_page() 359 static void slow_copy_page(void *to, void *from) in slow_copy_page() 371 void mmx_copy_page(void *to, void *from) in mmx_copy_page()
|
D | iomem.c | 5 #define movs(type,to,from) \ argument 9 static __always_inline void rep_movs(void *to, const void *from, size_t n) in rep_movs() 25 void memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in memcpy_fromio() 43 void memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in memcpy_toio()
|
D | usercopy_32.c | 97 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() 201 const void __user *from, unsigned long size) in __copy_user_intel_nocache() 299 #define __copy_user(to, from, size) \ argument 332 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll() 344 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, in __copy_from_user_ll_nocache_nozero()
|
/Linux-v5.4/tools/perf/util/ |
D | copyfile.c | 14 static int slow_copyfile(const char *from, const char *to, struct nsinfo *nsi) in slow_copyfile() 73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns() 133 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) in copyfile_ns() 138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode() 143 int copyfile(const char *from, const char *to) in copyfile()
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_da_format.c | 112 uint8_t *from) in xfs_dir2_sf_get_ino() 435 struct xfs_dir2_leaf *from) in xfs_dir2_leaf_hdr_from_disk() 450 struct xfs_dir3_icleaf_hdr *from) in xfs_dir2_leaf_hdr_to_disk() 465 struct xfs_dir2_leaf *from) in xfs_dir3_leaf_hdr_from_disk() 482 struct xfs_dir3_icleaf_hdr *from) in xfs_dir3_leaf_hdr_to_disk() 515 struct xfs_da_intnode *from) in xfs_da2_node_hdr_from_disk() 528 struct xfs_da3_icnode_hdr *from) in xfs_da2_node_hdr_to_disk() 541 struct xfs_da_intnode *from) in xfs_da3_node_hdr_from_disk() 556 struct xfs_da3_icnode_hdr *from) in xfs_da3_node_hdr_to_disk() 639 struct xfs_dir2_free *from) in xfs_dir2_free_hdr_from_disk() [all …]
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | uaccess_mm.h | 190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument 235 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user() 281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument 316 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user() 363 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 371 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 72 const void *from, size_t count) in pio_copy() 225 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes() 242 const void *from, unsigned int nbytes) in read_extra_bytes() 305 const void *from, size_t nbytes) in seg_pio_copy_start() 397 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 525 const void *from, size_t nbytes) in mid_copy_straight() 613 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | uaccess.h | 519 #define __invoke_copy_from(func, to, from, n) \ argument 542 #define __invoke_copy_to(func, to, from, n) \ argument 560 #define __invoke_copy_from_kernel(to, from, n) \ argument 563 #define __invoke_copy_to_kernel(to, from, n) \ argument 566 #define ___invoke_copy_in_kernel(to, from, n) \ argument 570 #define __invoke_copy_from_user(to, from, n) \ argument 573 #define __invoke_copy_to_user(to, from, n) \ argument 576 #define ___invoke_copy_in_user(to, from, n) \ argument 593 #define __invoke_copy_from_user(to, from, n) \ argument 596 #define __invoke_copy_to_user(to, from, n) \ argument [all …]
|
/Linux-v5.4/lib/ |
D | usercopy.c | 8 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user() 24 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() 50 int check_zeroed_user(const void __user *from, size_t size) in check_zeroed_user()
|
D | iomap_copy.c | 20 const void *from, in __iowrite32_copy() 42 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy() 64 const void *from, in __iowrite64_copy()
|
/Linux-v5.4/drivers/pci/ |
D | search.c | 160 struct pci_bus *pci_find_next_bus(const struct pci_bus *from) in pci_find_next_bus() 265 struct pci_dev *from) in pci_get_dev_by_id() 300 struct pci_dev *from) in pci_get_subsys() 328 struct pci_dev *from) in pci_get_device() 348 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from) in pci_get_class()
|
/Linux-v5.4/tools/virtio/linux/ |
D | uaccess.h | 30 static void volatile_memcpy(volatile char *to, const volatile char *from, in volatile_memcpy() 37 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user() 45 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user()
|
/Linux-v5.4/arch/arm/mach-ebsa110/ |
D | io.c | 349 void outsb(unsigned int port, const void *from, int len) in outsb() 364 void insb(unsigned int port, void *from, int len) in insb() 382 void outsw(unsigned int port, const void *from, int len) in outsw() 397 void insw(unsigned int port, void *from, int len) in insw() 419 void outsl(unsigned int port, const void *from, int len) in outsl() 429 void insl(unsigned int port, void *from, int len) in insl()
|
/Linux-v5.4/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() 105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_32() 117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_16() 129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_8()
|
/Linux-v5.4/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() 142 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 155 unsigned long *from_ptr = arg, from = *from_ptr; in copy_chunk_to_user() local 162 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 173 static int strncpy_chunk_from_user(unsigned long from, int len, void *arg) in strncpy_chunk_from_user()
|
/Linux-v5.4/fs/cifs/ |
D | cifs_unicode.c | 120 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() 179 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() 250 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() 306 cifs_utf16_bytes(const __le16 *from, int maxbytes, in cifs_utf16_bytes() 587 cifs_local_to_utf16_bytes(const char *from, int len, in cifs_local_to_utf16_bytes()
|
/Linux-v5.4/arch/s390/lib/ |
D | uaccess.c | 167 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 242 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 250 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, in copy_in_user_mvcos() 273 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, in copy_in_user_mvc() 307 unsigned long raw_copy_in_user(void __user *to, const void __user *from, unsigned long n) in raw_copy_in_user()
|
/Linux-v5.4/drivers/mtd/chips/ |
D | map_rom.c | 72 static int maprom_point(struct mtd_info *mtd, loff_t from, size_t len, in maprom_point() 86 static int maprom_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in maprom_unpoint() 91 static int maprom_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) in maprom_read()
|
D | map_ram.c | 86 static int mapram_point(struct mtd_info *mtd, loff_t from, size_t len, in mapram_point() 100 static int mapram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in mapram_unpoint() 105 static int mapram_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) in mapram_read()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | io.c | 15 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio() 43 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in __memcpy_toio()
|