Home
last modified time | relevance | path

Searched refs:dst (Results 3876 - 3900 of 10421) sorted by relevance

1...<<151152153154155156157158159160>>...417

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Duaccess.h303 #define __get_kernel_nofault(dst, src, type, err_label) \
307 __get_kernel_common(*((type *)(dst)), sizeof(type), \
313 #define __put_kernel_nofault(dst, src, type, err_label) \
319 __put_kernel_common(((type *)(dst)), sizeof(type)); \
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dio_trapped.c221 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-5.10/arch/x86/boot/
H A Dvideo.c262 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/arch/mips/crypto/
H A Dpoly1305-glue.c135 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/hexagon/include/asm/
H A Dio.h182 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 Dpoly1305-glue.c135 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 Duaccess.h320 #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 Dio_trapped.c221 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 Dvideo.c262 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 Dhp_device.c96 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 Di8042-loongsonio.h80 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 Dsvc_rdma_backchannel.c26 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 Dsockex2_kern.c20 __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 Dax25_ip.c105 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 Dakcipher.h19 * @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 Dskcipher.h20 * @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 Drtl8188e_dm.c178 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 Dfbtft-io.c43 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 Dskcipher.h25 * @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 Dflow_dissector.h110 * @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 Dfbtft-io.c43 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 Dtc_tun_vxlan.c34 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 Dhp_device.c102 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 Dsvc_rdma_backchannel.c26 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 Dax25_ip.c105 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()

Completed in 16 milliseconds

1...<<151152153154155156157158159160>>...417