/linux-6.14.4/crypto/ |
D | lz4.c | 54 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto() 67 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_scompress() 74 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_compress_crypto() 82 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto() 94 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_sdecompress() 101 unsigned int slen, u8 *dst, in lz4_decompress_crypto()
|
D | lzo-rle.c | 53 u8 *dst, unsigned int *dlen, void *ctx) in __lzorle_compress() 68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzorle_compress() 76 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_scompress() 83 u8 *dst, unsigned int *dlen) in __lzorle_decompress() 98 unsigned int slen, u8 *dst, unsigned int *dlen) in lzorle_decompress() 104 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_sdecompress()
|
D | lzo.c | 53 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress() 68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress() 76 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_scompress() 83 u8 *dst, unsigned int *dlen) in __lzo_decompress() 98 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress() 104 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_sdecompress()
|
/linux-6.14.4/include/linux/ |
D | string_helpers.h | 52 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() 81 char *dst, size_t osz, const char *only) in string_escape_mem_any_np() 86 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() 92 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np() 98 static inline void string_upper(char *dst, const char *src) in string_upper() 105 static inline void string_lower(char *dst, const char *src) in string_lower()
|
D | uuid.h | 51 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() 56 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid() 61 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() 76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() 81 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() 86 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
|
/linux-6.14.4/net/ipv6/ |
D | xfrm6_policy.c | 29 struct dst_entry *dst; in xfrm6_dst_lookup() local 57 struct dst_entry *dst; in xfrm6_get_saddr() local 104 static void xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm6_update_pmtu() 114 static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk, in xfrm6_redirect() 123 static void xfrm6_dst_destroy(struct dst_entry *dst) in xfrm6_dst_destroy() 134 static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev) in xfrm6_dst_ifdown()
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | i915_memcpy.c | 42 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa() 71 static void __memcpy_ntdqu(void *dst, const void *src, unsigned long len) in __memcpy_ntdqu() 117 bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_memcpy_from_wc() 142 void i915_unaligned_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_unaligned_memcpy_from_wc()
|
/linux-6.14.4/drivers/infiniband/core/ |
D | uverbs_marshall.c | 63 struct ib_uverbs_ah_attr *dst, in ib_copy_ah_attr_to_user() 97 struct ib_uverbs_qp_attr *dst, in ib_copy_qp_attr_to_user() 136 static void __ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in __ib_copy_path_rec_to_user() 161 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in ib_copy_path_rec_to_user()
|
/linux-6.14.4/lib/ |
D | strncpy_from_user.c | 16 #define IS_UNALIGNED(src, dst) 0 argument 18 #define IS_UNALIGNED(src, dst) \ argument 28 static __always_inline long do_strncpy_from_user(char *dst, const char __user *src, in do_strncpy_from_user() 113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
|
D | bitmap.c | 73 void __bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int bits) in __bitmap_complement() 92 void __bitmap_shift_right(unsigned long *dst, const unsigned long *src, in __bitmap_shift_right() 137 void __bitmap_shift_left(unsigned long *dst, const unsigned long *src, in __bitmap_shift_left() 199 void bitmap_cut(unsigned long *dst, const unsigned long *src, in bitmap_cut() 229 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() 245 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() 256 void __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_xor() 267 bool __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_andnot() 283 void __bitmap_replace(unsigned long *dst, in __bitmap_replace() 497 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() [all …]
|
/linux-6.14.4/arch/s390/include/asm/ |
D | pci_io.h | 74 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, in zpci_write_single() 99 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, in zpci_read_single() 130 static inline int zpci_get_max_io_size(u64 src, u64 dst, int len, int max) in zpci_get_max_io_size() 144 static inline int zpci_memcpy_fromio(void *dst, in zpci_memcpy_fromio() 164 static inline int zpci_memcpy_toio(volatile void __iomem *dst, in zpci_memcpy_toio() 189 static inline int zpci_memset_io(volatile void __iomem *dst, in zpci_memset_io()
|
/linux-6.14.4/arch/sparc/lib/ |
D | memcpy.S | 20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
|
/linux-6.14.4/arch/x86/crypto/ |
D | camellia.h | 42 static inline void camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk() 47 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor() 52 static inline void camellia_enc_blk_2way(const void *ctx, u8 *dst, in camellia_enc_blk_2way() 58 static inline void camellia_enc_blk_xor_2way(const void *ctx, u8 *dst, in camellia_enc_blk_xor_2way()
|
D | des3_ede_glue.c | 32 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk() 40 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk() 48 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk_3way() 56 static void des3_ede_x86_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_encrypt() 61 static void des3_ede_x86_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_decrypt() 132 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local 173 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_decrypt() local
|
/linux-6.14.4/include/net/ |
D | dst_ops.h | 46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() 51 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow() 57 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add() 63 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init() 68 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
|
/linux-6.14.4/arch/x86/net/ |
D | bpf_jit_comp32.c | 206 static inline void emit_ia32_mov_i(const u8 dst, const u32 val, bool dstk, in emit_ia32_mov_i() 234 static inline void emit_ia32_mov_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mov_r() 255 static inline void emit_ia32_mov_r64(const bool is64, const u8 dst[], in emit_ia32_mov_r64() 270 static inline void emit_ia32_mov_i64(const bool is64, const u8 dst[], in emit_ia32_mov_i64() 285 static inline void emit_ia32_mul_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mul_r() 317 static inline void emit_ia32_to_le_r64(const u8 dst[], s32 val, in emit_ia32_to_le_r64() 365 static inline void emit_ia32_to_be_r64(const u8 dst[], s32 val, in emit_ia32_to_be_r64() 435 static inline void emit_ia32_div_mod_r(const u8 op, const u8 dst, const u8 src, in emit_ia32_div_mod_r() 482 static inline void emit_ia32_shift_r(const u8 op, const u8 dst, const u8 src, in emit_ia32_shift_r() 524 const u8 dst, const u8 src, bool dstk, in emit_ia32_alu_r() [all …]
|
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 294 emit_immed(struct nfp_prog *nfp_prog, swreg dst, u16 imm, in emit_immed() 319 __emit_shf(struct nfp_prog *nfp_prog, u16 dst, enum alu_dst_ab dst_ab, in __emit_shf() 363 emit_shf(struct nfp_prog *nfp_prog, swreg dst, in emit_shf() 381 emit_shf_indir(struct nfp_prog *nfp_prog, swreg dst, in emit_shf_indir() 394 __emit_alu(struct nfp_prog *nfp_prog, u16 dst, enum alu_dst_ab dst_ab, in __emit_alu() 415 emit_alu(struct nfp_prog *nfp_prog, swreg dst, in emit_alu() 511 emit_ld_field_any(struct nfp_prog *nfp_prog, swreg dst, u8 bmask, swreg src, in emit_ld_field_any() 530 emit_ld_field(struct nfp_prog *nfp_prog, swreg dst, u8 bmask, swreg src, in emit_ld_field() 608 static void wrp_immed(struct nfp_prog *nfp_prog, swreg dst, u32 imm) in wrp_immed() 626 wrp_zext(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, u8 dst) in wrp_zext() [all …]
|
/linux-6.14.4/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.h | 48 static inline void ocrdma_cpu_to_le32(void *dst, u32 len) in ocrdma_cpu_to_le32() 59 static inline void ocrdma_le32_to_cpu(void *dst, u32 len) in ocrdma_le32_to_cpu() 70 static inline void ocrdma_copy_cpu_to_le32(void *dst, void *src, u32 len) in ocrdma_copy_cpu_to_le32() 83 static inline void ocrdma_copy_le32_to_cpu(void *dst, void *src, u32 len) in ocrdma_copy_le32_to_cpu()
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_cache.c | 214 static void memcpy_fallback(struct iosys_map *dst, in memcpy_fallback() 252 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa() 287 static void __drm_memcpy_from_wc(void *dst, const void *src, unsigned long len) in __drm_memcpy_from_wc() 305 void drm_memcpy_from_wc(struct iosys_map *dst, in drm_memcpy_from_wc() 343 void drm_memcpy_from_wc(struct iosys_map *dst, in drm_memcpy_from_wc()
|
D | drm_rect.c | 55 static u32 clip_scaled(int src, int dst, int *clip) in clip_scaled() 91 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled() 133 static int drm_calc_scale(int src, int dst) in drm_calc_scale() 169 const struct drm_rect *dst, in drm_rect_calc_hscale() 204 const struct drm_rect *dst, in drm_rect_calc_vscale()
|
/linux-6.14.4/security/selinux/ss/ |
D | context.h | 42 static inline int mls_context_cpy(struct context *dst, in mls_context_cpy() 63 static inline int mls_context_cpy_low(struct context *dst, in mls_context_cpy_low() 84 static inline int mls_context_cpy_high(struct context *dst, in mls_context_cpy_high() 102 static inline int mls_context_glblub(struct context *dst, in mls_context_glblub() 156 static inline int context_cpy(struct context *dst, const struct context *src) in context_cpy()
|
/linux-6.14.4/include/trace/stages/ |
D | stage6_event_callback.h | 34 #define __assign_str(dst) \ argument 44 #define __assign_vstr(dst, fmt, va) \ argument 59 #define __assign_bitmask(dst, src, nr_bits) \ argument 69 #define __assign_cpumask(dst, src) \ argument 93 #define __assign_rel_str(dst) \ argument 109 #define __assign_rel_bitmask(dst, src, nr_bits) \ argument 119 #define __assign_rel_cpumask(dst, src) \ argument
|
/linux-6.14.4/arch/sh/kernel/ |
D | iomap.c | 77 static inline void mmio_insb(const void __iomem *addr, u8 *dst, int count) in mmio_insb() 86 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) in mmio_insw() 95 static inline void mmio_insl(const void __iomem *addr, u32 *dst, int count) in mmio_insl() 128 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() 134 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() 140 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
|
/linux-6.14.4/arch/arm/net/ |
D | bpf_jit_32.c | 524 u32 dst; in emit_udivmod() local 591 u32 dst; in emit_udivmod64() local 732 static inline void emit_a32_mov_i(const s8 dst, const u32 val, in emit_a32_mov_i() 745 static void emit_a32_mov_i64(const s8 dst[], u64 val, struct jit_ctx *ctx) in emit_a32_mov_i64() 757 static inline void emit_a32_mov_se_i64(const bool is64, const s8 dst[], in emit_a32_mov_se_i64() 766 static inline void emit_a32_add_r(const u8 dst, const u8 src, in emit_a32_add_r() 783 static inline void emit_a32_sub_r(const u8 dst, const u8 src, in emit_a32_sub_r() 800 static inline void emit_alu_r(const u8 dst, const u8 src, const bool is64, in emit_alu_r() 843 static inline void emit_a32_alu_r64(const bool is64, const s8 dst[], in emit_a32_alu_r64() 874 static inline void emit_a32_mov_r(const s8 dst, const s8 src, struct jit_ctx *ctx) { in emit_a32_mov_r() [all …]
|
/linux-6.14.4/drivers/video/fbdev/core/ |
D | sysfillrect.c | 25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned() 71 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned() 125 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned_rev() 181 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned_rev() 239 unsigned long *dst; in sys_fillrect() local
|