/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | math.c | 107 unsigned long fa, fb, fc, func, mode, src; in alpha_fp_emul() local 117 src = (insn >> 9) & 0x3; in alpha_fp_emul() 128 switch (src) { in alpha_fp_emul()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | vecemu.c | 20 extern void vrefp(vector128 *dst, vector128 *src); 21 extern void vrsqrtefp(vector128 *dst, vector128 *src); 22 extern void vexptep(vector128 *dst, vector128 *src);
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | common.c | 60 int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map, u8 src) in qcom_find_src_index() argument 65 if (src == map[i].src) in qcom_find_src_index()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-xts.c | 157 skcipher_request_set_crypt(&rctx->fallback_req, req->src, in ccp_aes_xts_crypt() 178 rctx->cmd.u.xts.src = req->src; in ccp_aes_xts_crypt()
|
/kernel/linux/linux-6.6/arch/alpha/math-emu/ |
H A D | math.c | 109 unsigned long fa, fb, fc, func, mode, src; in alpha_fp_emul() local 119 src = (insn >> 9) & 0x3; in alpha_fp_emul() 130 switch (src) { in alpha_fp_emul()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | vecemu.c | 20 extern void vrefp(vector128 *dst, vector128 *src); 21 extern void vrsqrtefp(vector128 *dst, vector128 *src); 22 extern void vexptep(vector128 *dst, vector128 *src);
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | nmi.c | 95 static __always_inline char *nmi_puts(char *dest, const char *src) in nmi_puts() argument 97 while (*src) in nmi_puts() 98 *dest++ = *src++; in nmi_puts()
|
/kernel/linux/linux-6.6/arch/um/kernel/skas/ |
H A D | uaccess.c | 182 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() argument 187 if (!access_ok(src, 1)) in strncpy_from_user() 189 n = buffer_op((unsigned long) src, count, 0, strncpy_chunk_from_user, in strncpy_from_user()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-firmware.c | 49 const u32 *src = (const u32 *)fw->data; in load_fw_direct() local 63 __raw_writel(*src, dst); in load_fw_direct() 65 src++; in load_fw_direct()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cobalt_lcdfb.c | 128 char src[LCD_CHARS_MAX]; in cobalt_lcdfb_read() local 153 src[len] = lcd_read_data(info); in cobalt_lcdfb_read() 163 if (copy_to_user(buf, src, len)) in cobalt_lcdfb_read()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sockex3_kern.c | 68 __be32 src; member 208 g->flow.src = load_word(skb, nhoff + offsetof(struct iphdr, saddr)); in PARSE_IP() 232 g->flow.src = ipv6_addr_hash(skb, in PARSE_IPV6()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vringh.h | 150 const void *src, size_t len); 207 const void *src, size_t len); 280 const void *src, size_t len);
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_pcm.c | 137 enum snd_bebob_clock_type src; in pcm_open() local 148 err = snd_bebob_stream_get_clock_src(bebob, &src); in pcm_open() 157 if (src == SND_BEBOB_CLOCK_TYPE_EXTERNAL || in pcm_open()
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | dh.c | 137 * The src pointer is defined as Z || other info where Z is the shared secret 143 static int kdf_ctr(struct kdf_sdesc *sdesc, const u8 *src, unsigned int slen, in kdf_ctr() argument 177 if (src && slen) { in kdf_ctr() 178 err = crypto_shash_update(desc, src, slen); in kdf_ctr()
|
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | hpfs_fn.h | 175 static inline void copy_de(struct hpfs_dirent *dst, struct hpfs_dirent *src) in copy_de() argument 179 if (!dst || !src) return; in copy_de() 182 memcpy((char *)dst + 2, (char *)src + 2, 28); in copy_de()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bcache.h | 111 static inline void bkey_copy_key(struct bkey *dest, const struct bkey *src) in bkey_copy_key() argument 113 SET_KEY_INODE(dest, KEY_INODE(src)); in bkey_copy_key() 114 SET_KEY_OFFSET(dest, KEY_OFFSET(src)); in bkey_copy_key()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse.h | 125 Compress `src` using `ct` into `dst` which must be already allocated. 129 FSE_PUBLIC_API size_t FSE_compress_usingCTable(void *dst, size_t dstCapacity, const void *src, size_t srcSize, const FSE_CTable *ct); 136 'src' is a table of bytes of size 'srcSize'. All values within 'src' MUST be <= maxSymbolValuePtr[0] 139 This can be used to know if there is a single symbol within 'src', and to quickly evaluate its compressibility. 167 'CTable' can then be used to compress 'src', with FSE_compress_usingCTable(). 168 Similar to FSE_count(), the convention is that 'src' is assumed to be a table of char of size 'srcSize' 255 size_t FSE_countFast_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_t srcSize, unsigned *workSpace); 259 * This function is unsafe, and will segfault if any value within `src` is `> *maxSymbolValuePtr` (presuming it's also the size of `count`). 261 size_t FSE_count_simple(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_ [all...] |
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_out.c | 32 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax25_digi *digi, struct net_device *dev) in ax25_send_frame() argument 51 if ((ax25 = ax25_find_cb(src, dest, digi, dev)) != NULL) { in ax25_send_frame() 64 ax25->source_addr = *src; in ax25_send_frame()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | crypto.c | 71 const struct ceph_crypto_key *src) in ceph_crypto_key_clone() 73 memcpy(dst, src, sizeof(struct ceph_crypto_key)); in ceph_crypto_key_clone() 74 return set_secret(dst, src->key); in ceph_crypto_key_clone() 70 ceph_crypto_key_clone(struct ceph_crypto_key *dst, const struct ceph_crypto_key *src) ceph_crypto_key_clone() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_tunnel_core.c | 172 __be32 src, __be32 dst, __u8 tos, __u8 ttl, in udp_tunnel_xmit_skb() 188 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb() 190 iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, tos, ttl, df, xnet); in udp_tunnel_xmit_skb() 171 udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, __be16 src_port, __be16 dst_port, bool xnet, bool nocheck) udp_tunnel_xmit_skb() argument
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 100 ip_set_get_ip_port(const struct sk_buff *skb, u8 pf, bool src, __be16 *port) in ip_set_get_ip_port() argument 107 ret = ip_set_get_ip4_port(skb, src, port, &proto); in ip_set_get_ip_port() 110 ret = ip_set_get_ip6_port(skb, src, port, &proto); in ip_set_get_ip_port()
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A D | dma_fifo.c | 133 * @src: buffer to copy from 139 int dma_fifo_in(struct dma_fifo *fifo, const void *src, int n) in dma_fifo_in() argument 155 memcpy(fifo->data + ofs, src, l); in dma_fifo_in() 156 memcpy(fifo->data, src + l, n - l); in dma_fifo_in()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osdmap.h | 92 const struct ceph_object_locator *src); 132 const struct ceph_object_id *src); 271 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src);
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_share.c | 10 static inline bool hmdfs_is_dst_path(struct path *src, struct path *dst) in hmdfs_is_dst_path() argument 12 return (src->dentry == dst->dentry) && (src->mnt == dst->mnt); in hmdfs_is_dst_path()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_share.c | 10 static inline bool hmdfs_is_dst_path(struct path *src, struct path *dst) in hmdfs_is_dst_path() argument 12 return (src->dentry == dst->dentry) && (src->mnt == dst->mnt); in hmdfs_is_dst_path()
|