/linux-4.4.14/arch/blackfin/kernel/ |
D | bfin_dma.c | 272 void __init early_dma_memcpy(void *pdst, const void *psrc, size_t size) in early_dma_memcpy() argument 274 unsigned long dst = (unsigned long)pdst; in early_dma_memcpy() 482 static void *_dma_memcpy(void *pdst, const void *psrc, size_t size) in _dma_memcpy() argument 486 unsigned long dst = (unsigned long)pdst; in _dma_memcpy() 522 return pdst; in _dma_memcpy() 532 void *dma_memcpy(void *pdst, const void *psrc, size_t size) in dma_memcpy() argument 534 unsigned long dst = (unsigned long)pdst; in dma_memcpy() 543 return dma_memcpy_nocache(pdst, psrc, size); in dma_memcpy() 555 void *dma_memcpy_nocache(void *pdst, const void *psrc, size_t size) in dma_memcpy_nocache() argument 558 _dma_memcpy(pdst, psrc, size); in dma_memcpy_nocache() [all …]
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | memset.c | 47 void *memset(void *pdst, int c, unsigned int plen) in memset() argument 52 register char *return_dst __asm__ ("r10") = pdst; in memset() 72 register char *dst __asm__ ("r13") = pdst; in memset() 74 if (((unsigned long) pdst & 3) != 0 in memset()
|
D | usercopy.c | 33 unsigned long __copy_user(void __user *pdst, const void *psrc, unsigned long pn) in __copy_user() argument 43 register char *dst __asm__ ("r13") = pdst; in __copy_user() 195 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() argument 206 register char *dst __asm__ ("r13") = pdst; in __copy_user_zeroing()
|
D | string.c | 43 memcpy(void *pdst, const void *psrc, size_t pn) in memcpy() argument 52 register void *return_dst __asm__ ("r10") = pdst; in memcpy() 53 register unsigned char *dst __asm__ ("r13") = pdst; in memcpy()
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | memset.c | 47 void *memset(void *pdst, int c, unsigned int plen) in memset() argument 52 register char *return_dst __asm__ ("r10") = pdst; in memset() 72 register char *dst __asm__ ("r13") = pdst; in memset() 74 if (((unsigned long) pdst & 3) != 0 in memset()
|
D | usercopy.c | 29 unsigned long __copy_user(void __user *pdst, const void *psrc, unsigned long pn) in __copy_user() argument 39 register char *dst __asm__ ("r13") = pdst; in __copy_user() 162 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() argument 173 register char *dst __asm__ ("r13") = pdst; in __copy_user_zeroing()
|
D | string.c | 43 memcpy(void *pdst, const void *psrc, size_t pn) in memcpy() argument 52 register void *return_dst __asm__ ("r10") = pdst; in memcpy() 53 register unsigned char *dst __asm__ ("r13") = pdst; in memcpy()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-v4l2.c | 207 struct v4l2_plane *pdst = &b->m.planes[plane]; in __fill_v4l2_buffer() local 210 pdst->bytesused = psrc->bytesused; in __fill_v4l2_buffer() 211 pdst->length = psrc->length; in __fill_v4l2_buffer() 213 pdst->m.mem_offset = psrc->m.offset; in __fill_v4l2_buffer() 215 pdst->m.userptr = psrc->m.userptr; in __fill_v4l2_buffer() 217 pdst->m.fd = psrc->m.fd; in __fill_v4l2_buffer() 218 pdst->data_offset = psrc->data_offset; in __fill_v4l2_buffer() 219 memset(pdst->reserved, 0, sizeof(pdst->reserved)); in __fill_v4l2_buffer() 352 struct vb2_plane *pdst = &planes[plane]; in __fill_vb2_buffer() local 359 pdst->bytesused = psrc->bytesused; in __fill_vb2_buffer() [all …]
|
/linux-4.4.14/arch/metag/lib/ |
D | usercopy.c | 528 unsigned long __copy_user(void __user *pdst, const void *psrc, in __copy_user() argument 531 register char __user *dst asm ("A0.2") = pdst; in __copy_user() 820 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() argument 823 register char *dst asm ("A0.2") = pdst; in __copy_user_zeroing()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 829 ip_entry->pdst = spec.loc_port; in efx_ethtool_get_class_rule() 830 ip_mask->pdst = PORT_FULL_MASK; in efx_ethtool_get_class_rule() 999 if (ip_mask->pdst) { in efx_ethtool_set_class_rule() 1000 if (ip_mask->pdst != PORT_FULL_MASK) in efx_ethtool_set_class_rule() 1003 spec.loc_port = ip_entry->pdst; in efx_ethtool_set_class_rule()
|
/linux-4.4.14/fs/f2fs/ |
D | file.c | 885 struct page *psrc, *pdst; in __exchange_data_block() local 890 pdst = get_new_data_page(inode, NULL, dst, false); in __exchange_data_block() 891 if (IS_ERR(pdst)) { in __exchange_data_block() 893 return PTR_ERR(pdst); in __exchange_data_block() 895 f2fs_copy_page(psrc, pdst); in __exchange_data_block() 896 set_page_dirty(pdst); in __exchange_data_block() 897 f2fs_put_page(pdst, 1); in __exchange_data_block()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 389 fsp->h_u.tcp_ip4_spec.pdst = n->keys.ports.dst; in enic_grxclsrule() 390 fsp->m_u.tcp_ip4_spec.pdst = (__u16)~0; in enic_grxclsrule()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 1250 !all_zeros_or_all_ones(l4_mask->pdst)) in mlx4_en_validate_flow() 1413 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.tcp_ip4_spec.pdst; in add_tcp_udp_rule() 1425 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst; in add_tcp_udp_rule() 1435 if (l4_mask->pdst) in add_tcp_udp_rule()
|
/linux-4.4.14/include/uapi/linux/ |
D | ethtool.h | 709 __be16 pdst; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 349 fs->h_u.tcp_ip4_spec.pdst = fkeys->ports.dst; in bnxt_grxclsrule() 350 fs->m_u.tcp_ip4_spec.pdst = cpu_to_be16(~0); in bnxt_grxclsrule()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_drv.h | 2320 static inline void i915_gem_request_assign(struct drm_i915_gem_request **pdst, in i915_gem_request_assign() argument 2326 if (*pdst) in i915_gem_request_assign() 2327 i915_gem_request_unreference(*pdst); in i915_gem_request_assign() 2329 *pdst = src; in i915_gem_request_assign()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1033 gfar_set_attribute(be16_to_cpu(value->pdst), in gfar_set_basic_ip() 1034 be16_to_cpu(mask->pdst), in gfar_set_basic_ip()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2377 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry() 2378 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in ixgbe_get_ethtool_fdir_entry() 2667 input->filter.formatted.dst_port = fsp->h_u.tcp_ip4_spec.pdst; in ixgbe_add_ethtool_fdir_entry() 2668 mask.formatted.dst_port = fsp->m_u.tcp_ip4_spec.pdst; in ixgbe_add_ethtool_fdir_entry()
|
/linux-4.4.14/drivers/dma/ |
D | at_hdmac.c | 886 dma_addr_t pdst, in atc_create_memset_desc() argument 914 desc->lli.daddr = pdst; in atc_create_memset_desc()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 2074 fsp->h_u.tcp_ip4_spec.pdst = rule->src_port; in i40e_get_ethtool_fdir_entry() 2443 input->src_port = fsp->h_u.tcp_ip4_spec.pdst; in i40e_add_fdir_ethtool()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 7133 fsp->h_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key() 7141 fsp->m_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key() 7401 dport = be16_to_cpu(fsp->h_u.tcp_ip4_spec.pdst); in niu_get_tcamkey_from_ip4fs() 7402 dpm = be16_to_cpu(fsp->m_u.tcp_ip4_spec.pdst); in niu_get_tcamkey_from_ip4fs()
|