| /OK3568_Linux_fs/kernel/lib/ |
| H A D | strncpy_from_user.c | 16 #define IS_UNALIGNED(src, dst) 0 argument 18 #define IS_UNALIGNED(src, dst) \ argument 28 static 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A 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 …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/misc/ |
| H A D | SlowBcopy.c | 35 xf86_really_slow_bcopy(unsigned char *src, unsigned char *dst, int len) in xf86_really_slow_bcopy() 46 xf86SlowBcopy(unsigned char *src, unsigned char *dst, int len) in xf86SlowBcopy() 77 xf86SlowBCopyFromBus(unsigned char *src, unsigned char *dst, int count) in xf86SlowBCopyFromBus() 98 xf86SlowBCopyToBus(unsigned char *src, unsigned char *dst, int count) in xf86SlowBCopyToBus()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_rect.c | 16 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_div_by_zero() local 42 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_not_clipped() local 98 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_clipped() local 202 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_signed_vs_unsigned() local
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pci_io.h | 72 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, in zpci_write_single() 97 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, in zpci_read_single() 128 static inline u8 zpci_get_max_write_size(u64 src, u64 dst, int len, int max) in zpci_get_max_write_size() 140 static inline int zpci_memcpy_fromio(void *dst, in zpci_memcpy_fromio() 160 static inline int zpci_memcpy_toio(volatile void __iomem *dst, in zpci_memcpy_toio() 185 static inline int zpci_memset_io(volatile void __iomem *dst, in zpci_memset_io()
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | memcpy.S | 19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 43 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 51 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 57 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | linkmode.h | 8 static inline void linkmode_zero(unsigned long *dst) in linkmode_zero() 13 static inline void linkmode_copy(unsigned long *dst, const unsigned long *src) in linkmode_copy() 18 static inline void linkmode_and(unsigned long *dst, const unsigned long *a, in linkmode_and() 24 static inline void linkmode_or(unsigned long *dst, const unsigned long *a, in linkmode_or() 35 static inline int linkmode_andnot(unsigned long *dst, const unsigned long *src1, in linkmode_andnot()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | xfrm6_policy.c | 32 struct dst_entry *dst; in xfrm6_dst_lookup() local 58 struct dst_entry *dst; in xfrm6_get_saddr() local 100 static void xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm6_update_pmtu() 110 static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk, in xfrm6_redirect() 119 static void xfrm6_dst_destroy(struct dst_entry *dst) in xfrm6_dst_destroy() 131 static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev, in xfrm6_dst_ifdown()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | context.h | 41 static inline int mls_context_cpy(struct context *dst, struct context *src) in mls_context_cpy() 61 static inline int mls_context_cpy_low(struct context *dst, struct context *src) in mls_context_cpy_low() 81 static inline int mls_context_cpy_high(struct context *dst, struct context *src) in mls_context_cpy_high() 99 static inline int mls_context_glblub(struct context *dst, in mls_context_glblub() 150 static inline int context_cpy(struct context *dst, struct context *src) in context_cpy()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_rect.c | 55 static u32 clip_scaled(int src, int dst, int *clip) in clip_scaled() 92 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled() 134 static int drm_calc_scale(int src, int dst) in drm_calc_scale() 170 const struct drm_rect *dst, in drm_rect_calc_hscale() 205 const struct drm_rect *dst, in drm_rect_calc_vscale()
|
| H A D | drm_format_helper.c | 36 void drm_fb_memcpy(void *dst, void *vaddr, struct drm_framebuffer *fb, in drm_fb_memcpy() 62 void drm_fb_memcpy_dstclip(void __iomem *dst, void *vaddr, in drm_fb_memcpy_dstclip() 95 void drm_fb_swab(void *dst, void *src, struct drm_framebuffer *fb, in drm_fb_swab() 169 void drm_fb_xrgb8888_to_rgb565(void *dst, void *vaddr, in drm_fb_xrgb8888_to_rgb565() 214 void drm_fb_xrgb8888_to_rgb565_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_xrgb8888_to_rgb565_dstclip() 266 void drm_fb_xrgb8888_to_rgb888_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_xrgb8888_to_rgb888_dstclip() 308 void drm_fb_xrgb8888_to_gray8(u8 *dst, void *vaddr, struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_gray8()
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | io.c | 19 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio() 54 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio() 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() 167 void insw (unsigned long port, void *dst, unsigned long count) in insw() 239 void insl (unsigned long port, void *dst, unsigned long count) in insl()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | glue_helper.c | 35 u8 *dst = walk.dst.virt.addr; in glue_ecb_req_128bit() local 79 u128 *dst = (u128 *)walk.dst.virt.addr; in glue_cbc_encrypt_req_128bit() local 112 u128 *dst = walk.dst.virt.addr; in glue_cbc_decrypt_req_128bit() local 173 u128 *dst = walk.dst.virt.addr; in glue_ctr_req_128bit() local 236 u128 *dst = walk->dst.virt.addr; in __glue_xts_req_128bit() local 317 struct scatterlist *src, *dst; in glue_xts_req_128bit() local 362 void glue_xts_crypt_128bit_one(const void *ctx, u8 *dst, const u8 *src, in glue_xts_crypt_128bit_one()
|
| H A D | twofish_glue_3way.c | 28 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way() 33 static inline void twofish_enc_blk_xor_3way(const void *ctx, u8 *dst, in twofish_enc_blk_xor_3way() 42 u128 *dst = (u128 *)d; in twofish_dec_blk_cbc_3way() local 58 u128 *dst = (u128 *)d; in twofish_enc_blk_ctr() local 75 u128 *dst = (u128 *)d; in twofish_enc_blk_ctr_3way() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/ |
| H A D | camellia.h | 57 static inline void camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk() 62 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor() 67 static inline void camellia_enc_blk_2way(const void *ctx, u8 *dst, in camellia_enc_blk_2way() 73 static inline void camellia_enc_blk_xor_2way(const void *ctx, u8 *dst, in camellia_enc_blk_xor_2way()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | vringh.c | 228 static int slow_copy(struct vringh *vrh, void *dst, const void *src, in slow_copy() 275 void *dst, const void *src, size_t len)) in __vringh_iov() 425 struct vring_used_elem *dst, in __vringh_complete() 586 void *dst, const void *src, size_t len) in copydesc_user() 593 struct vring_used_elem *dst, in putused_user() 602 void *dst, size_t len) in xfer_from_user() 609 void *dst, void *src, size_t len) in xfer_to_user() 729 ssize_t vringh_iov_pull_user(struct vringh_iov *riov, void *dst, size_t len) in vringh_iov_pull_user() 858 void *dst, const void *src, size_t len) in copydesc_kern() 865 struct vring_used_elem *dst, in putused_kern() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | sysfillrect.c | 25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned() 81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned() 135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned_rev() 191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_unaligned_rev() 249 unsigned long *dst; in sys_fillrect() local
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | runlist.c | 20 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm() 33 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() 141 static inline bool ntfs_are_rl_mergeable(runlist_element *dst, in ntfs_are_rl_mergeable() 175 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge() 204 static inline runlist_element *ntfs_rl_append(runlist_element *dst, in ntfs_rl_append() 271 static inline runlist_element *ntfs_rl_insert(runlist_element *dst, in ntfs_rl_insert() 367 static inline runlist_element *ntfs_rl_replace(runlist_element *dst, in ntfs_rl_replace() 456 static inline runlist_element *ntfs_rl_split(runlist_element *dst, int dsize, in ntfs_rl_split() 1238 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max, in ntfs_write_significant_bytes() 1309 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build()
|
| /OK3568_Linux_fs/kernel/arch/arm/net/ |
| H A D | bpf_jit_32.c | 605 static inline void emit_a32_mov_i(const s8 dst, const u32 val, in emit_a32_mov_i() 618 static void emit_a32_mov_i64(const s8 dst[], u64 val, struct jit_ctx *ctx) in emit_a32_mov_i64() 630 static inline void emit_a32_mov_se_i64(const bool is64, const s8 dst[], in emit_a32_mov_se_i64() 639 static inline void emit_a32_add_r(const u8 dst, const u8 src, in emit_a32_add_r() 656 static inline void emit_a32_sub_r(const u8 dst, const u8 src, in emit_a32_sub_r() 673 static inline void emit_alu_r(const u8 dst, const u8 src, const bool is64, in emit_alu_r() 718 static inline void emit_a32_alu_r(const s8 dst, const s8 src, in emit_a32_alu_r() 732 static inline void emit_a32_alu_r64(const bool is64, const s8 dst[], in emit_a32_alu_r64() 763 static inline void emit_a32_mov_r(const s8 dst, const s8 src, in emit_a32_mov_r() 773 static inline void emit_a32_mov_r64(const bool is64, const s8 dst[], in emit_a32_mov_r64() [all …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 36 use_copyarea(PixmapPtr dst, GCPtr gc, glamor_program *prog, void *arg) in use_copyarea() 65 use_copyplane(PixmapPtr dst, GCPtr gc, glamor_program *prog, void *arg) in use_copyplane() 163 DrawablePtr dst, in glamor_copy_bail() 201 DrawablePtr dst, in glamor_copy_cpu_fbo() 287 DrawablePtr dst, in glamor_copy_fbo_cpu() 347 DrawablePtr dst, in glamor_copy_fbo_fbo_draw() 504 DrawablePtr dst, in glamor_copy_fbo_fbo_temp() 627 DrawablePtr dst, in glamor_copy_needs_temp() 690 DrawablePtr dst, in glamor_copy_gl() 735 DrawablePtr dst, in glamor_copy() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | csum_partial_copy.c | 83 csum_partial_cfu_aligned(const unsigned long __user *src, unsigned long *dst, in csum_partial_cfu_aligned() 124 unsigned long *dst, in csum_partial_cfu_dest_aligned() 179 unsigned long *dst, in csum_partial_cfu_src_aligned() 237 unsigned long * dst, in csum_partial_cfu_unaligned() 315 static __wsum __csum_and_copy(const void __user *src, void *dst, int len) in __csum_and_copy() 349 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() 358 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
|