Home
last modified time | relevance | path

Searched refs:psrc (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/arch/metag/mm/
Dmaccess.c23 const u8 *psrc = (u8 *)src; in probe_kernel_write() local
48 bounce[i] = psrc[i]; in probe_kernel_write()
49 psrc = bounce; in probe_kernel_write()
54 writeb(*psrc, iodst); in probe_kernel_write()
57 writew(*(const u16 *)psrc, iodst); in probe_kernel_write()
60 writel(*(const u32 *)psrc, iodst); in probe_kernel_write()
63 writeq(*(const u64 *)psrc, iodst); in probe_kernel_write()
/linux-4.1.27/drivers/staging/unisys/common-spar/include/
Dvbusdeviceinfo.h156 char *psrc; in vbuschannel_devinfo_to_string() local
160 psrc = &devinfo->devtype[0]; in vbuschannel_devinfo_to_string()
162 if (vbuschannel_sanitize_buffer(NULL, 0, psrc, nsrc) <= 0) in vbuschannel_devinfo_to_string()
180 x = vbuschannel_sanitize_buffer(p, remain, psrc, nsrc); in vbuschannel_devinfo_to_string()
190 psrc = &devinfo->drvname[0]; in vbuschannel_devinfo_to_string()
192 x = vbuschannel_sanitize_buffer(p, remain, psrc, nsrc); in vbuschannel_devinfo_to_string()
202 psrc = &devinfo->infostrs[0]; in vbuschannel_devinfo_to_string()
204 x = vbuschannel_sanitize_buffer(p, remain, psrc, nsrc); in vbuschannel_devinfo_to_string()
/linux-4.1.27/arch/um/kernel/
Dmaccess.c15 void *psrc = (void *)rounddown((unsigned long)src, PAGE_SIZE); in probe_kernel_read() local
20 if (os_mincore(psrc, size + src - psrc) <= 0) in probe_kernel_read()
/linux-4.1.27/arch/blackfin/kernel/
Dbfin_dma.c272 void __init early_dma_memcpy(void *pdst, const void *psrc, size_t size) in early_dma_memcpy() argument
275 unsigned long src = (unsigned long)psrc; in early_dma_memcpy()
482 static void *_dma_memcpy(void *pdst, const void *psrc, size_t size) in _dma_memcpy() argument
487 unsigned long src = (unsigned long)psrc; in _dma_memcpy()
532 void *dma_memcpy(void *pdst, const void *psrc, size_t size) in dma_memcpy() argument
535 unsigned long src = (unsigned long)psrc; 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()
565 _dma_memcpy(pdst, psrc, bulk); in dma_memcpy_nocache()
[all …]
/linux-4.1.27/arch/cris/arch-v10/lib/
Dusercopy.c33 unsigned long __copy_user(void __user *pdst, const void *psrc, unsigned long pn) in __copy_user() argument
44 register const char *src __asm__ ("r11") = psrc; in __copy_user()
195 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() argument
207 register const char *src __asm__ ("r11") = psrc; in __copy_user_zeroing()
Ddmacopy.c11 const void *psrc, in dma_memcpy() argument
27 indma.buf = psrc; in dma_memcpy()
Dstring.c43 memcpy(void *pdst, const void *psrc, size_t pn) in memcpy() argument
54 register unsigned const char *src __asm__ ("r11") = psrc; in memcpy()
/linux-4.1.27/arch/cris/arch-v32/lib/
Dusercopy.c29 unsigned long __copy_user(void __user *pdst, const void *psrc, unsigned long pn) in __copy_user() argument
40 register const char *src __asm__ ("r11") = psrc; in __copy_user()
162 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() argument
174 register const char *src __asm__ ("r11") = psrc; in __copy_user_zeroing()
Dstring.c43 memcpy(void *pdst, const void *psrc, size_t pn) in memcpy() argument
54 register unsigned const char *src __asm__ ("r11") = psrc; in memcpy()
/linux-4.1.27/drivers/media/usb/zr364xx/
Dzr364xx.c580 unsigned char *psrc; in zr364xx_read_video_callback() local
604 psrc = (u8 *)pipe_info->transfer_buffer; in zr364xx_read_video_callback()
617 memcpy(ptr, psrc, 64); in zr364xx_read_video_callback()
622 memcpy(ptr, psrc + 64, 64); in zr364xx_read_video_callback()
626 memcpy(ptr, psrc + 128, in zr364xx_read_video_callback()
630 psrc[0], psrc[1], psrc[2], in zr364xx_read_video_callback()
631 psrc[3], psrc[4], psrc[5], in zr364xx_read_video_callback()
632 psrc[6], psrc[7], psrc[8]); in zr364xx_read_video_callback()
642 memcpy(pdest, psrc, purb->actual_length); in zr364xx_read_video_callback()
/linux-4.1.27/arch/metag/lib/
Dusercopy.c528 unsigned long __copy_user(void __user *pdst, const void *psrc, in __copy_user() argument
532 register const char *src asm ("A1.2") = psrc; in __copy_user()
820 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() argument
824 register const char __user *src asm ("A1.2") = psrc; in __copy_user_zeroing()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dethtool.c833 ip_entry->psrc = spec.rem_port; in efx_ethtool_get_class_rule()
834 ip_mask->psrc = PORT_FULL_MASK; in efx_ethtool_get_class_rule()
1005 if (ip_mask->psrc) { in efx_ethtool_set_class_rule()
1006 if (ip_mask->psrc != PORT_FULL_MASK) in efx_ethtool_set_class_rule()
1009 spec.rem_port = ip_entry->psrc; in efx_ethtool_set_class_rule()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c369 fsp->h_u.tcp_ip4_spec.psrc = n->keys.port16[0]; in enic_grxclsrule()
370 fsp->m_u.tcp_ip4_spec.psrc = (__u16)~0; in enic_grxclsrule()
/linux-4.1.27/drivers/crypto/
Dtalitos.c666 struct scatterlist *psrc; member
1523 talitos_sg_unmap(dev, edesc, req_ctx->psrc, NULL); in common_nonsnoop_hash_unmap()
1594 sg_count = talitos_map_sg(dev, req_ctx->psrc, in common_nonsnoop_hash()
1599 to_talitos_ptr(&desc->ptr[3], sg_dma_address(req_ctx->psrc)); in common_nonsnoop_hash()
1601 sg_count = sg_to_link_tbl(req_ctx->psrc, sg_count, length, in common_nonsnoop_hash()
1613 sg_dma_address(req_ctx->psrc)); in common_nonsnoop_hash()
1648 return talitos_edesc_alloc(ctx->dev, NULL, req_ctx->psrc, NULL, NULL, 0, in ahash_edesc_alloc()
1740 req_ctx->psrc = req_ctx->bufsl; in ahash_process_req()
1742 req_ctx->psrc = areq->src; in ahash_process_req()
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic.c1242 const u32 *psrc; in mpic_alloc() local
1338 psrc = of_get_property(mpic->node, "protected-sources", &psize); in mpic_alloc()
1339 if (psrc) { in mpic_alloc()
1345 if (psrc[i] > intvec_top) in mpic_alloc()
1347 __set_bit(psrc[i], mpic->protected); in mpic_alloc()
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c1305 struct v4l2_plane *psrc = &b->m.planes[plane]; in __fill_vb2_buffer() local
1307 if (psrc->bytesused == 0) in __fill_vb2_buffer()
1311 pdst->bytesused = psrc->bytesused; in __fill_vb2_buffer()
1313 pdst->bytesused = psrc->bytesused ? in __fill_vb2_buffer()
1314 psrc->bytesused : pdst->length; in __fill_vb2_buffer()
1315 pdst->data_offset = psrc->data_offset; in __fill_vb2_buffer()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1234 !all_zeros_or_all_ones(l4_mask->psrc) || in mlx4_en_validate_flow()
1397 spec_l4->tcp_udp.src_port = cmd->fs.h_u.tcp_ip4_spec.psrc; in add_tcp_udp_rule()
1409 spec_l4->tcp_udp.src_port = cmd->fs.h_u.udp_ip4_spec.psrc; in add_tcp_udp_rule()
1418 if (l4_mask->psrc) in add_tcp_udp_rule()
/linux-4.1.27/include/uapi/linux/
Dethtool.h702 __be16 psrc; member
/linux-4.1.27/net/ipv6/
Dmcast.c1734 struct in6_addr *psrc; in add_grec() local
1747 if (AVAILABLE(skb) < sizeof(*psrc) + in add_grec()
1765 psrc = (struct in6_addr *)skb_put(skb, sizeof(*psrc)); in add_grec()
1766 *psrc = psf->sf_addr; in add_grec()
/linux-4.1.27/drivers/media/usb/s2255/
Ds2255drv.c1725 char *psrc; in save_frame() local
1833 psrc = (u8 *)pipe_info->transfer_buffer + offset; in save_frame()
1850 memcpy(pdest, psrc, copy_size); in save_frame()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2370 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2371 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2643 input->filter.formatted.src_port = fsp->h_u.tcp_ip4_spec.psrc; in ixgbe_add_ethtool_fdir_entry()
2644 mask.formatted.src_port = fsp->m_u.tcp_ip4_spec.psrc; in ixgbe_add_ethtool_fdir_entry()
/linux-4.1.27/net/ipv4/
Digmp.c467 __be32 *psrc; in add_grec() local
498 psrc = (__be32 *)skb_put(skb, sizeof(__be32)); in add_grec()
499 *psrc = psf->sf_inaddr; in add_grec()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1039 gfar_set_attribute(be16_to_cpu(value->psrc), in gfar_set_basic_ip()
1040 be16_to_cpu(mask->psrc), in gfar_set_basic_ip()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1906 fsp->h_u.tcp_ip4_spec.psrc = rule->dst_port; in i40e_get_ethtool_fdir_entry()
2275 input->dst_port = fsp->h_u.tcp_ip4_spec.psrc; in i40e_add_fdir_ethtool()
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c7131 fsp->h_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7139 fsp->m_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7401 sport = be16_to_cpu(fsp->h_u.tcp_ip4_spec.psrc); in niu_get_tcamkey_from_ip4fs()
7402 spm = be16_to_cpu(fsp->m_u.tcp_ip4_spec.psrc); in niu_get_tcamkey_from_ip4fs()