/linux-6.14.4/drivers/mtd/maps/ |
D | dc21285.c | 56 map_word val; in dc21285_read8() local 63 map_word val; in dc21285_read16() local 70 map_word val; in dc21285_read32() local 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()
|
D | pci.c | 40 map_word val; in mtd_pci_read8() local 48 map_word val; in mtd_pci_read32() local 53 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom() 59 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8() 65 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32() 71 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) in mtd_pci_copyto()
|
D | physmap-gemini.c | 103 void *to, unsigned long from, in gemini_flash_map_copy_from() 113 const void *from, ssize_t len) in gemini_flash_map_copy_to() 126 u32 val; in of_flash_probe_gemini() local
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | io.h | 26 static __always_inline void __raw_writeb(u8 val, volatile void __iomem *addr) in __raw_writeb() 33 static __always_inline void __raw_writew(u16 val, volatile void __iomem *addr) in __raw_writew() 40 static __always_inline void __raw_writel(u32 val, volatile void __iomem *addr) in __raw_writel() 47 static __always_inline void __raw_writeq(u64 val, volatile void __iomem *addr) in __raw_writeq() 56 u8 val; in __raw_readb() local 67 u16 val; in __raw_readw() local 79 u32 val; in __raw_readl() local 90 u64 val; in __raw_readq() local 147 __const_memcpy_toio_aligned32(volatile u32 __iomem *to, const u32 *from, in __const_memcpy_toio_aligned32() 191 __iowrite32_copy(void __iomem *to, const void *from, size_t count) in __iowrite32_copy() [all …]
|
/linux-6.14.4/lib/ |
D | usercopy.c | 16 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() 45 int check_zeroed_user(const void __user *from, size_t size) in check_zeroed_user() 47 unsigned long val; in check_zeroed_user() local
|
/linux-6.14.4/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 31 const void *from, size_t count) in pio_copy() 106 union mix val; in pio_copy() local 183 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes() 200 const void *from, unsigned int nbytes) in read_extra_bytes() 263 const void *from, size_t nbytes) in seg_pio_copy_start() 355 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 483 const void *from, size_t nbytes) in mid_copy_straight() 571 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
|
/linux-6.14.4/include/linux/ |
D | uaccess.h | 90 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic() 102 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() 130 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic() 140 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() 159 _inline_copy_from_user(void *to, const void __user *from, unsigned long n) in _inline_copy_from_user() 190 _inline_copy_to_user(void __user *to, const void *from, unsigned long n) in _inline_copy_to_user() 205 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() 217 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() 324 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache() 545 #define get_kernel_nofault(val, ptr) ({ \ argument
|
D | highmem.h | 303 static inline void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage() 320 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() 341 static inline int copy_mc_user_highpage(struct page *to, struct page *from, in copy_mc_user_highpage() 361 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() 380 static inline int copy_mc_user_highpage(struct page *to, struct page *from, in copy_mc_user_highpage() 387 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() 407 static inline void memset_page(struct page *page, size_t offset, int val, in memset_page() 420 char *from = kmap_local_page(page); in memcpy_from_page() local 428 const char *from, size_t len) in memcpy_to_page() 461 const char *from = kmap_local_folio(folio, offset); in memcpy_from_folio() local [all …]
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | uaccess.h | 143 #define __get_user_common(val, size, ptr) \ argument 154 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr) argument 156 #define __get_data_asm(val, insn, ptr) \ argument 217 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 223 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
D | ia_css_s3a.host.c | 40 const struct ia_css_3a_config *from, in ia_css_ae_encode() 56 const struct ia_css_3a_config *from, in ia_css_awb_encode() 72 const struct ia_css_3a_config *from, in ia_css_af_encode() 92 const struct ia_css_3a_config *from, in ia_css_s3a_encode() 314 int val = (int)((((unsigned int)hi << 14) & 0xfffc000) | in merge_hi_lo_14() local
|
/linux-6.14.4/arch/arc/include/asm/ |
D | uaccess.h | 139 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 142 char val; in raw_copy_from_user() local 367 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 370 char val; in raw_copy_to_user() local
|
/linux-6.14.4/arch/arm/include/asm/ |
D | io.h | 68 static inline void __raw_writew(u16 val, volatile void __iomem *addr) in __raw_writew() 77 u16 val; in __raw_readw() local 86 static inline void __raw_writeb(u8 val, volatile void __iomem *addr) in __raw_writeb() 93 static inline void __raw_writel(u32 val, volatile void __iomem *addr) in __raw_writel() 102 u8 val; in __raw_readb() local 112 u32 val; in __raw_readl() local 309 static inline void memcpy_fromio(void *to, const volatile void __iomem *from, in memcpy_fromio() 315 #define memcpy_fromio(to,from,count) memcpy_fromio(to,from,count) argument 317 static inline void memcpy_toio(volatile void __iomem *to, const void *from, in memcpy_toio() 323 #define memcpy_toio(to,from,count) memcpy_toio(to,from,count) argument
|
/linux-6.14.4/drivers/mtd/devices/ |
D | phram.c | 52 static int phram_point(struct mtd_info *mtd, loff_t from, size_t len, in phram_point() 60 static int phram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in phram_unpoint() 65 static int phram_read(struct mtd_info *mtd, loff_t from, size_t len, in phram_read() 260 static int phram_setup(const char *val) in phram_setup() 336 static int phram_param_call(const char *val, const struct kernel_param *kp) in phram_param_call()
|
/linux-6.14.4/include/sound/ |
D | pcm_params.h | 65 static inline void snd_mask_set(struct snd_mask *mask, unsigned int val) in snd_mask_set() 77 static inline void snd_mask_reset(struct snd_mask *mask, unsigned int val) in snd_mask_reset() 83 unsigned int from, unsigned int to) in snd_mask_set_range() 91 unsigned int from, unsigned int to) in snd_mask_reset_range() 98 static inline void snd_mask_leave(struct snd_mask *mask, unsigned int val) in snd_mask_leave() 126 static inline int snd_mask_test(const struct snd_mask *mask, unsigned int val) in snd_mask_test() 180 static inline int snd_mask_refine_min(struct snd_mask *mask, unsigned int val) in snd_mask_refine_min() 190 static inline int snd_mask_refine_max(struct snd_mask *mask, unsigned int val) in snd_mask_refine_max() 200 static inline int snd_mask_refine_set(struct snd_mask *mask, unsigned int val) in snd_mask_refine_set() 268 static inline int snd_interval_test(const struct snd_interval *i, unsigned int val) in snd_interval_test()
|
/linux-6.14.4/arch/s390/include/asm/ |
D | uaccess.h | 26 unsigned int val; member 48 raw_copy_from_user_key(void *to, const void __user *from, unsigned long size, unsigned long key) in raw_copy_from_user_key() 87 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 93 raw_copy_to_user_key(void __user *to, const void *from, unsigned long size, unsigned long key) in raw_copy_to_user_key() 132 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 141 copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key) in copy_from_user_key() 152 copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key) in copy_to_user_key()
|
D | io.h | 63 #define memset_io(dst, val, count) zpci_memset_io(dst, val, count) argument 77 static inline void __iowrite32_copy(void __iomem *to, const void *from, in __iowrite32_copy() 84 static inline void __iowrite64_copy(void __iomem *to, const void *from, in __iowrite64_copy()
|
/linux-6.14.4/arch/mips/include/asm/ |
D | uaccess.h | 199 #define __GET_DW(val, insn, ptr) __get_data_asm_ll32(val, insn, ptr) argument 202 #define __GET_DW(val, insn, ptr) __get_data_asm(val, insn, ptr) argument 205 #define __get_data_asm(val, insn, addr) \ argument 230 #define __get_data_asm_ll32(val, insn, addr) \ argument 390 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 416 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
|
/linux-6.14.4/arch/x86/crypto/ |
D | des3_ede-asm_64.S | 79 #define expand_to_64bits(val, mask) \ argument 86 #define compress_to_64bits(val) \ argument 123 #define round1(n, from, to, load_next_key) \ argument 260 #define expand_to_64bits(val, mask) \ argument 267 #define compress_to_64bits(val) \ argument 361 #define round3(n, from, to, load_next_key, do_movq) \ argument
|
/linux-6.14.4/tools/perf/util/ |
D | pmu.y | 21 #define ABORT_ON(val) \ argument 29 static void perf_pmu__set_format(unsigned long *bits, long from, long to) in perf_pmu__set_format()
|
/linux-6.14.4/net/9p/ |
D | protocol.c | 230 pdu_write_u(struct p9_fcall *pdu, struct iov_iter *from, size_t size) in pdu_write_u() 267 int8_t *val = va_arg(ap, int8_t *); in p9pdu_vreadf() local 275 int16_t *val = va_arg(ap, int16_t *); in p9pdu_vreadf() local 285 int32_t *val = va_arg(ap, int32_t *); in p9pdu_vreadf() local 295 int64_t *val = va_arg(ap, int64_t *); in p9pdu_vreadf() local 535 int8_t val = va_arg(ap, int); in p9pdu_vwritef() local 541 __le16 val = cpu_to_le16(va_arg(ap, int)); in p9pdu_vwritef() local 547 __le32 val = cpu_to_le32(va_arg(ap, int32_t)); in p9pdu_vwritef() local 553 __le64 val = cpu_to_le64(va_arg(ap, int64_t)); in p9pdu_vwritef() local 573 __le32 val = cpu_to_le32( in p9pdu_vwritef() local [all …]
|
/linux-6.14.4/arch/x86/events/intel/ |
D | lbr.c | 250 inline u64 lbr_from_signext_quirk_wr(u64 val) in lbr_from_signext_quirk_wr() 270 static u64 lbr_from_signext_quirk_rd(u64 val) in lbr_from_signext_quirk_rd() 282 static __always_inline void wrlbr_from(unsigned int idx, u64 val) in wrlbr_from() 288 static __always_inline void wrlbr_to(unsigned int idx, u64 val) in wrlbr_to() 293 static __always_inline void wrlbr_info(unsigned int idx, u64 val) in wrlbr_info() 300 u64 val; in rdlbr_from() local 312 u64 val; in rdlbr_to() local 324 u64 val; in rdlbr_info() local 346 u64 from = rdlbr_from(idx, NULL); in rdlbr_all() local 772 u32 from; in intel_pmu_lbr_read_32() member [all …]
|
/linux-6.14.4/drivers/net/ethernet/8390/ |
D | mac8390.c | 47 #define ei_outb(val, port) out_8(port, val) argument 49 #define ei_outb_p(val, port) out_8(port, val) argument 653 static void dayna_memcpy_fromcard(struct net_device *dev, void *to, int from, in dayna_memcpy_fromcard() 678 const void *from, int count) in dayna_memcpy_tocard() 827 const unsigned short *from = fp; in word_memcpy_tocard() local 839 const volatile unsigned short *from = (const void *)fp; in word_memcpy_fromcard() local
|
/linux-6.14.4/arch/x86/events/amd/ |
D | lbr.c | 48 } from; member 62 static __always_inline void amd_pmu_lbr_set_from(unsigned int idx, u64 val) in amd_pmu_lbr_set_from() 67 static __always_inline void amd_pmu_lbr_set_to(unsigned int idx, u64 val) in amd_pmu_lbr_set_to() 74 u64 val; in amd_pmu_lbr_get_from() local 83 u64 val; in amd_pmu_lbr_get_to() local 103 u64 from, to; in amd_pmu_lbr_filter() local
|
/linux-6.14.4/drivers/spi/ |
D | spi-hisi-sfc-v3xx.c | 201 void __iomem *from; in hisi_sfc_v3xx_read_databuf() local 213 u32 val; in hisi_sfc_v3xx_read_databuf() local 225 u32 val = __raw_readl(from); in hisi_sfc_v3xx_read_databuf() local 236 const u8 *from, unsigned int len) in hisi_sfc_v3xx_write_databuf() 250 u32 val = 0; in hisi_sfc_v3xx_write_databuf() local 262 u32 val = 0; in hisi_sfc_v3xx_write_databuf() local
|
/linux-6.14.4/net/core/ |
D | utils.c | 53 unsigned int val; in in_aton() local 88 int val; in xdigit2bin() local 426 __be32 from, __be32 to, bool pseudohdr) in inet_proto_csum_replace4() 459 const __be32 *from, const __be32 *to, in inet_proto_csum_replace16()
|