/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | io.h | 182 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, in memcpy_fromio() argument 185 memcpy(dst, (void *) src, count); in memcpy_fromio() 188 static inline void memcpy_toio(volatile void __iomem *dst, const void *src, in memcpy_toio() argument 191 memcpy((void *) dst, src, count); in memcpy_toio()
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | poly1305-glue.c | 135 void poly1305_final_arch(struct poly1305_desc_ctx *dctx, u8 *dst) in poly1305_final_arch() argument 144 poly1305_emit_mips(&dctx->h, dst, dctx->s); in poly1305_final_arch() 149 static int mips_poly1305_final(struct shash_desc *desc, u8 *dst) in mips_poly1305_final() argument 156 poly1305_final_arch(dctx, dst); in mips_poly1305_final()
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | uaccess.h | 320 #define __get_kernel_nofault(dst, src, type, err_label) \ 324 __get_user_nocheck(*((type *)(dst)), (type *)(src), __kr_err); \ 329 #define __put_kernel_nofault(dst, src, type, err_label) \ 333 __put_user_nocheck(*((type *)(src)), (type *)(dst), __kr_err); \
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | io_trapped.c | 221 static unsigned long from_device(void *dst, const void *src, unsigned long cnt) in from_device() argument 238 (unsigned long)dst, cnt); in from_device() 244 static unsigned long to_device(void *dst, const void *src, unsigned long cnt) in to_device() argument 247 unsigned long dst_addr = (unsigned long)dst; in to_device()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | video.c | 262 addr_t dst = 0; in restore_screen() local 280 copy_to_fs(dst, src, copy*sizeof(u16)); in restore_screen() 281 dst += copy*sizeof(u16); in restore_screen() 289 video_segment:dst and advances dst */ in restore_screen() 297 : "+D" (dst), "+c" (npad) in restore_screen()
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_device.c | 96 struct scatterlist dst, src; in soft_crypt_page() local 111 sg_init_table(&dst, 1); in soft_crypt_page() 112 sg_set_page(&dst, dst_page, PAGE_SIZE, 0); in soft_crypt_page() 115 skcipher_request_set_crypt(req, &src, &dst, PAGE_SIZE, &iv); in soft_crypt_page()
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | i8042-loongsonio.h | 80 static void i8042_pnp_id_to_string(struct pnp_id *id, char *dst, int dst_size) in i8042_pnp_id_to_string() argument 82 strlcpy(dst, "PNP:", dst_size); in i8042_pnp_id_to_string() 85 strlcat(dst, " ", dst_size); in i8042_pnp_id_to_string() 86 strlcat(dst, id->id, dst_size); in i8042_pnp_id_to_string()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_backchannel.c | 26 struct kvec *dst, *src = &rcvbuf->head[0]; in svc_rdma_handle_bc_reply() local 36 dst = &req->rq_private_buf.head[0]; in svc_rdma_handle_bc_reply() 38 if (dst->iov_len < src->iov_len) in svc_rdma_handle_bc_reply() 40 memcpy(dst->iov_base, src->iov_base, src->iov_len); in svc_rdma_handle_bc_reply()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sockex2_kern.c | 20 __be32 dst; member 74 flow->dst = load_word(skb, nhoff + offsetof(struct iphdr, daddr)); in parse_ip() 93 flow->dst = ipv6_addr_hash(skb, in parse_ipv6() 210 key = flow.dst; in bpf_prog2()
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_ip.c | 105 ax25_address *src, *dst; in ax25_ip_xmit() local 111 dst = (ax25_address *)(bp + 1); in ax25_ip_xmit() 115 route = ax25_get_route(dst, NULL); in ax25_ip_xmit() 161 * after kfree_skb(), dst and src which were pointer in ax25_ip_xmit() 196 if ((ourskb = ax25_rt_build_path(skb, src, dst, route->digipeat)) == NULL) { in ax25_ip_xmit()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | akcipher.h | 19 * @dst: Destination data (Should be NULL for verify op) 23 * @dst_len: Size of @dst buffer (for all ops except verify). 28 * In case of error where the dst sgl size was insufficient, 36 struct scatterlist *dst; member 243 * @dst: ptr to output scatter list or NULL for verify op 245 * @dst_len: size of the dst output scatter list or size of signature 250 struct scatterlist *dst, in akcipher_request_set_crypt() 255 req->dst = dst; in akcipher_request_set_crypt() 356 * Note: req->dst shoul 248 akcipher_request_set_crypt(struct akcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int src_len, unsigned int dst_len) akcipher_request_set_crypt() argument [all...] |
H A D | skcipher.h | 20 * @dst: Destination SG list 30 struct scatterlist *dst; member 562 * @dst: destination scatter / gather list 576 struct scatterlist *src, struct scatterlist *dst, in skcipher_request_set_crypt() 580 req->dst = dst; in skcipher_request_set_crypt() 574 skcipher_request_set_crypt( struct skcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, void *iv) skcipher_request_set_crypt() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | rtl8188e_dm.c | 178 struct wlan_bssid_ex *dst, in rtw_hal_antdiv_rssi_compared() 185 if (dst->Rssi >= src->Rssi) {/* keep org parameter */ in rtw_hal_antdiv_rssi_compared() 186 src->Rssi = dst->Rssi; in rtw_hal_antdiv_rssi_compared() 188 dst->PhyInfo.Optimum_antenna; in rtw_hal_antdiv_rssi_compared() 177 rtw_hal_antdiv_rssi_compared(struct adapter *Adapter, struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src) rtw_hal_antdiv_rssi_compared() argument
|
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
H A D | fbtft-io.c | 43 u8 *dst = par->extra; in fbtft_write_spi_emulate_9() local 75 *(__be64 *)dst = cpu_to_be64(tmp); in fbtft_write_spi_emulate_9() 76 dst += 8; in fbtft_write_spi_emulate_9() 77 *dst++ = (u8)(*src++ & 0x00FF); in fbtft_write_spi_emulate_9()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | skcipher.h | 25 * @dst: Destination SG list 35 struct scatterlist *dst; member 588 * @dst: destination scatter / gather list 602 struct scatterlist *src, struct scatterlist *dst, in skcipher_request_set_crypt() 606 req->dst = dst; in skcipher_request_set_crypt() 600 skcipher_request_set_crypt( struct skcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, void *iv) skcipher_request_set_crypt() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | flow_dissector.h | 110 * @dst: destination ip address 113 /* (src,dst) must be grouped, in the same way than in IP header */ 115 __be32 dst; member 121 * @dst: destination ip address 124 /* (src,dst) must be grouped, in the same way than in IP header */ 126 struct in6_addr dst; member 171 * @dst: destination port number 178 __be16 dst; member 216 * @dst: destination Ethernet address 219 /* (dst,sr 220 unsigned char dst[ETH_ALEN]; global() member [all...] |
/kernel/linux/linux-6.6/drivers/staging/fbtft/ |
H A D | fbtft-io.c | 43 u8 *dst = par->extra; in fbtft_write_spi_emulate_9() local 75 *(__be64 *)dst = cpu_to_be64(tmp); in fbtft_write_spi_emulate_9() 76 dst += 8; in fbtft_write_spi_emulate_9() 77 *dst++ = (u8)(*src++ & 0x00FF); in fbtft_write_spi_emulate_9()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_vxlan.c | 34 be16_to_cpu(enc_ports.key->dst))) { in mlx5e_tc_tun_check_udp_dport_vxlan() 36 "Matched UDP dst port is not registered as a VXLAN port"); in mlx5e_tc_tun_check_udp_dport_vxlan() 39 be16_to_cpu(enc_ports.key->dst)); in mlx5e_tc_tun_check_udp_dport_vxlan() 217 const struct vxlan_rdst *dst = &vxlan->default_dst; in mlx5e_tc_tun_get_remote_ifindex() local 219 return dst->remote_ifindex; in mlx5e_tc_tun_get_remote_ifindex()
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.c | 102 struct scatterlist dst, src; in soft_crypt_page() local 117 sg_init_table(&dst, 1); in soft_crypt_page() 118 sg_set_page(&dst, dst_page, PAGE_SIZE, 0); in soft_crypt_page() 121 skcipher_request_set_crypt(req, &src, &dst, PAGE_SIZE, &iv); in soft_crypt_page()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_backchannel.c | 26 struct kvec *dst, *src = &rcvbuf->head[0]; in svc_rdma_handle_bc_reply() local 36 dst = &req->rq_private_buf.head[0]; in svc_rdma_handle_bc_reply() 38 if (dst->iov_len < src->iov_len) in svc_rdma_handle_bc_reply() 40 memcpy(dst->iov_base, src->iov_base, src->iov_len); in svc_rdma_handle_bc_reply()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_ip.c | 105 ax25_address *src, *dst; in ax25_ip_xmit() local 111 dst = (ax25_address *)(bp + 1); in ax25_ip_xmit() 115 route = ax25_get_route(dst, NULL); in ax25_ip_xmit() 161 * after kfree_skb(), dst and src which were pointer in ax25_ip_xmit() 196 if ((ourskb = ax25_rt_build_path(skb, src, dst, route->digipeat)) == NULL) in ax25_ip_xmit()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag_dsa.c | 140 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_xmit_ll() local 148 tag_dev = dst->last_switch + bridge_num; in dsa_xmit_ll() 267 lag = dsa_lag_by_id(cpu_dp->dst, source_port + 1); in dsa_rcv_ll()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_vlan_tunnel.c | 50 dst_release(&tdst->dst); in vlan_tunnel_info_release() 214 skb_dst_set(skb, &tunnel_dst->dst); in br_handle_egress_vlan_tunnel() 220 if (tunnel_dst && dst_hold_safe(&tunnel_dst->dst)) in br_handle_egress_vlan_tunnel() 221 skb_dst_set(skb, &tunnel_dst->dst); in br_handle_egress_vlan_tunnel()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_limit.c | 157 static void limit_mt_compat_from_user(void *dst, const void *src) in limit_mt_compat_from_user() argument 168 memcpy(dst, &m, sizeof(m)); in limit_mt_compat_from_user() 171 static int limit_mt_compat_to_user(void __user *dst, const void *src) in limit_mt_compat_to_user() argument 183 return copy_to_user(dst, &cm, sizeof(cm)) ? -EFAULT : 0; in limit_mt_compat_to_user()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sockex2_kern.c | 20 __be32 dst; member 74 flow->dst = load_word(skb, nhoff + offsetof(struct iphdr, daddr)); in parse_ip() 93 flow->dst = ipv6_addr_hash(skb, in parse_ipv6() 210 key = flow.dst; in bpf_prog2()
|