Searched defs:dst (Results 376 - 400 of 1783) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/infiniband/core/
H A Dumem.c289 int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, argument
/linux-master/crypto/
H A Decb.c23 fn(crypto_cipher_tfm(cipher), dst, src); local
16 crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, u8 *dst, unsigned nbytes, bool final, void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) argument
34 crypto_ecb_encrypt2(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, u8 *iv, u32 flags) argument
45 crypto_ecb_decrypt2(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, u8 *iv, u32 flags) argument
/linux-master/arch/x86/crypto/
H A Dsm4_aesni_avx_glue.c49 u8 *dst = walk.dst.virt.addr; local
104 u8 *dst = walk.dst.virt.addr; local
137 u8 *dst = walk.dst.virt.addr; local
202 u8 *dst = walk.dst.virt.addr; local
[all...]
/linux-master/security/safesetid/
H A Dlsm.c67 static enum sid_policy_type setid_policy_lookup(kid_t src, kid_t dst, enum setid_type new_type) argument
33 _setid_policy_lookup(struct setid_ruleset *policy, kid_t src, kid_t dst) argument
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-dec.h57 struct vb2_v4l2_buffer *dst; member in struct:visl_run
/linux-master/drivers/memory/
H A Dti-emif-pm.c201 int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_plane_helper.c94 drm_plane_helper_check_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_rect *src, struct drm_rect *dst, unsigned int rotation, int min_scale, int max_scale, bool can_position, bool can_update_disabled, bool *visible) argument
/linux-master/drivers/video/fbdev/core/
H A Dcfbcopyarea.c46 bitcpy(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, argument
73 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); local
79 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); local
103 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
132 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); local
157 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); local
201 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); local
212 bitcpy_rev(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, const unsigned long __iomem *src, unsigned src_idx, int bits, unsigned n, u32 bswapmask) argument
246 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
252 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); local
276 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
304 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); local
330 FB_WRITEL(comp(d0, FB_READL(dst), first), dst); local
375 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); local
[all...]
/linux-master/arch/s390/include/asm/
H A Dpci_io.h74 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, argument
99 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, argument
130 static inline int zpci_get_max_io_size(u64 src, u64 dst, int len, int max) argument
144 zpci_memcpy_fromio(void *dst, const volatile void __iomem *src, unsigned long n) argument
164 zpci_memcpy_toio(volatile void __iomem *dst, const void *src, unsigned long n) argument
189 zpci_memset_io(volatile void __iomem *dst, unsigned char val, size_t count) argument
[all...]
/linux-master/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c225 struct dst_entry *dst = NULL; local
/linux-master/arch/xtensa/include/asm/
H A Dasmmacro.h221 abs \dst, \src variable
/linux-master/net/netfilter/
H A Dnft_xfrm.c179 const struct dst_entry *dst = skb_dst(pkt->skb); local
H A Dutils.c163 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, argument
/linux-master/net/ipv6/
H A Dip6_udp_tunnel.c77 int udp_tunnel6_xmit_skb(struct dst_entry *dst, struct sock *sk, argument
145 struct dst_entry *dst = NULL; local
[all...]
/linux-master/drivers/net/can/m_can/
H A Dm_can_pci.c69 void __iomem *dst = priv->base + offset; local
H A Dm_can_platform.c60 void __iomem *dst = priv->mram_base + offset; local
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c26 struct kvec *dst, *src = &rcvbuf->head[0]; local
/linux-master/mm/damon/
H A Dreclaim.c183 static void damon_reclaim_copy_quota_status(struct damos_quota *dst, argument
/linux-master/include/linux/
H A Diosys-map.h286 static inline void iosys_map_memcpy_to(struct iosys_map *dst, size_t dst_offset, argument
306 static inline void iosys_map_memcpy_from(void *dst, const struct iosys_map *src, argument
341 iosys_map_memset(struct iosys_map *dst, size_t offset, int value, size_t len) argument
[all...]
/linux-master/include/drm/
H A Ddrm_rect.h233 static inline void drm_rect_fp_to_int(struct drm_rect *dst, argument
/linux-master/drivers/interconnect/samsung/
H A Dexynos.c61 static int exynos_generic_icc_set(struct icc_node *src, struct icc_node *dst) argument
/linux-master/drivers/memory/tegra/
H A Dtegra30.c1291 static int tegra30_mc_icc_set(struct icc_node *src, struct icc_node *dst) argument
H A Dtegra124.c1148 static int tegra124_mc_icc_set(struct icc_node *src, struct icc_node *dst) argument
/linux-master/arch/riscv/kernel/
H A Dunaligned_access_speed.c35 void *dst; local
H A Dprocess.c183 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) argument

Completed in 262 milliseconds

<<11121314151617181920>>