/kernel/linux/linux-5.10/arch/nios2/lib/ |
D | memcpy.c | 72 static void _wordcopy_fwd_aligned(long int dstp, long int srcp, size_t len) in _wordcopy_fwd_aligned() argument 77 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_aligned() 78 a1 = ((op_t *) srcp)[1]; in _wordcopy_fwd_aligned() 79 a2 = ((op_t *) srcp)[2]; in _wordcopy_fwd_aligned() 80 a3 = ((op_t *) srcp)[3]; in _wordcopy_fwd_aligned() 81 a4 = ((op_t *) srcp)[4]; in _wordcopy_fwd_aligned() 82 a5 = ((op_t *) srcp)[5]; in _wordcopy_fwd_aligned() 83 a6 = ((op_t *) srcp)[6]; in _wordcopy_fwd_aligned() 84 a7 = ((op_t *) srcp)[7]; in _wordcopy_fwd_aligned() 94 srcp += 8 * OPSIZ; in _wordcopy_fwd_aligned() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 21 char *srcp, *dstp; in do_one() local 25 srcp = src + MIN_REDZONE + src_off; in do_one() 30 memcpy(srcp, fill, len); in do_one() 32 ret = COPY_LOOP(dstp, srcp, len); in do_one() 34 printf("(%p,%p,%ld) returned %ld\n", dstp, srcp, len, ret); in do_one() 38 if (memcmp(dstp, srcp, len)) { in do_one() 39 printf("(%p,%p,%ld) miscompare\n", dstp, srcp, len); in do_one() 42 printf("%02x ", srcp[i]); in do_one() 52 dstp, srcp, len); in do_one() 58 dstp, srcp, len); in do_one()
|
D | exc_validate.c | 60 static void do_one_test(char *dstp, char *srcp, unsigned long len) in do_one_test() argument 64 got = COPY_LOOP(dstp, srcp, len); in do_one_test() 65 expected = test_copy_tofrom_user_reference(dstp, srcp, len); in do_one_test() 70 srcp, dstp, len, got, expected); in do_one_test()
|
/kernel/linux/linux-5.10/include/linux/ |
D | cpumask.h | 172 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first() argument 177 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last() argument 183 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next() argument 188 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero() argument 194 const struct cpumask *srcp, in cpumask_next_and() argument 239 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first() argument 241 return find_first_bit(cpumask_bits(srcp), nr_cpumask_bits); in cpumask_first() 250 static inline unsigned int cpumask_last(const struct cpumask *srcp) in cpumask_last() argument 252 return find_last_bit(cpumask_bits(srcp), nr_cpumask_bits); in cpumask_last() 255 unsigned int cpumask_next(int n, const struct cpumask *srcp); [all …]
|
D | nodemask.h | 196 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement() argument 198 bitmap_complement(dstp->bits, srcp->bits, nbits); in __nodes_complement() 226 static inline bool __nodes_empty(const nodemask_t *srcp, unsigned int nbits) in __nodes_empty() argument 228 return bitmap_empty(srcp->bits, nbits); in __nodes_empty() 232 static inline bool __nodes_full(const nodemask_t *srcp, unsigned int nbits) in __nodes_full() argument 234 return bitmap_full(srcp->bits, nbits); in __nodes_full() 238 static inline int __nodes_weight(const nodemask_t *srcp, unsigned int nbits) in __nodes_weight() argument 240 return bitmap_weight(srcp->bits, nbits); in __nodes_weight() 246 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_right() argument 248 bitmap_shift_right(dstp->bits, srcp->bits, n, nbits); in __nodes_shift_right() [all …]
|
D | dmaengine.h | 1389 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() argument 1391 return test_bit(tx_type, srcp->bits); in __dma_has_cap()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
D | emux_effect.c | 168 unsigned char *srcp, *origp; in snd_emux_send_effect() local 200 srcp = (unsigned char*)&vp->reg.parm + offset; in snd_emux_send_effect() 203 *srcp = *origp; in snd_emux_send_effect() 204 effect_set_byte(srcp, chan, type); in snd_emux_send_effect() 206 *(unsigned short*)srcp = *(unsigned short*)origp; in snd_emux_send_effect() 207 effect_set_word((unsigned short*)srcp, chan, type); in snd_emux_send_effect() 223 unsigned char *srcp; in snd_emux_setup_effect() local 241 srcp = (unsigned char*)&vp->reg.parm + offset; in snd_emux_setup_effect() 243 effect_set_byte(srcp, chan, i); in snd_emux_setup_effect() 245 effect_set_word((unsigned short*)srcp, chan, i); in snd_emux_setup_effect()
|
/kernel/linux/linux-5.10/lib/ |
D | nodemask.c | 6 unsigned int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in() argument 8 unsigned int ret = __next_node(node, srcp); in __next_node_in() 11 ret = __first_node(srcp); in __next_node_in()
|
D | cpumask.c | 17 unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next() argument 22 return find_next_bit(cpumask_bits(srcp), nr_cpumask_bits, n + 1); in cpumask_next()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_tcp4.c | 83 __u16 destp, srcp; in dump_tcp_sock() local 97 srcp = bpf_ntohs(inet->inet_sport); in dump_tcp_sock() 125 seq_num, src, srcp, dest, destp); in dump_tcp_sock() 152 __u16 destp, srcp; in dump_tw_sock() local 160 srcp = bpf_ntohs(tw->tw_sport); in dump_tw_sock() 163 seq_num, src, srcp, dest, destp); in dump_tw_sock()
|
D | bpf_iter_tcp6.c | 84 __u16 destp, srcp; in dump_tcp6_sock() local 97 srcp = bpf_ntohs(inet->inet_sport); in dump_tcp6_sock() 127 src->s6_addr32[2], src->s6_addr32[3], srcp, in dump_tcp6_sock() 158 __u16 destp, srcp; in dump_tw_sock() local 165 srcp = bpf_ntohs(tw->tw_sport); in dump_tw_sock() 170 src->s6_addr32[2], src->s6_addr32[3], srcp, in dump_tw_sock()
|
D | bpf_iter_udp4.c | 31 __u16 srcp, destp; in dump_udp4() local 54 srcp = bpf_ntohs(inet->inet_sport); in dump_udp4() 59 ctx->bucket, src, srcp, dest, destp); in dump_udp4()
|
D | bpf_iter_udp6.c | 40 __u16 srcp, destp; in dump_udp6() local 56 srcp = bpf_ntohs(inet->inet_sport); in dump_udp6() 65 src->s6_addr32[2], src->s6_addr32[3], srcp, in dump_udp6()
|
/kernel/linux/linux-5.10/include/net/ |
D | transp_v6.h | 48 __u16 srcp, __u16 destp, int rqueue, int bucket); 50 ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, __u16 srcp, in ip6_dgram_sock_seq_show() argument 53 __ip6_dgram_sock_seq_show(seq, sp, srcp, destp, sk_rmem_alloc_get(sp), in ip6_dgram_sock_seq_show()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 1056 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) in rpcrdma_inline_fixup() argument 1067 rqst->rq_rcv_buf.head[0].iov_base = srcp; in rpcrdma_inline_fixup() 1068 rqst->rq_private_buf.head[0].iov_base = srcp; in rpcrdma_inline_fixup() 1076 srcp += curlen; in rpcrdma_inline_fixup() 1096 memcpy(destp + page_base, srcp, curlen); in rpcrdma_inline_fixup() 1099 srcp += curlen; in rpcrdma_inline_fixup() 1115 srcp -= pad; in rpcrdma_inline_fixup() 1122 rqst->rq_rcv_buf.tail[0].iov_base = srcp; in rpcrdma_inline_fixup() 1123 rqst->rq_private_buf.tail[0].iov_base = srcp; in rpcrdma_inline_fixup()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
D | transp_nip.h | 23 void nip_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, __u16 srcp,
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ping.c | 211 __u16 srcp = ntohs(inet->inet_sport); in ping_v6_seq_show() local 213 ip6_dgram_sock_seq_show(seq, v, srcp, destp, bucket); in ping_v6_seq_show()
|
D | tcp_ipv6.c | 1987 __u16 destp, srcp; in get_tcp6_sock() local 2000 srcp = ntohs(inet->inet_sport); in get_tcp6_sock() 2033 src->s6_addr32[2], src->s6_addr32[3], srcp, in get_tcp6_sock() 2061 __u16 destp, srcp; in get_timewait6_sock() local 2066 srcp = ntohs(tw->tw_sport); in get_timewait6_sock() 2073 src->s6_addr32[2], src->s6_addr32[3], srcp, in get_timewait6_sock()
|
D | datagram.c | 1043 __u16 srcp, __u16 destp, int rqueue, int bucket) in __ip6_dgram_sock_seq_show() argument 1054 src->s6_addr32[2], src->s6_addr32[3], srcp, in __ip6_dgram_sock_seq_show()
|
D | raw.c | 1271 __u16 srcp = inet_sk(sp)->inet_num; in raw6_seq_show() local 1272 ip6_dgram_sock_seq_show(seq, v, srcp, 0, in raw6_seq_show()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1133 u8 *srcp; in bnx2i_cpy_scsi_cdb() local 1142 srcp = (u8 *) sc->cmnd; in bnx2i_cpy_scsi_cdb() 1145 memcpy(&dword, (const void *) srcp, 4); in bnx2i_cpy_scsi_cdb() 1147 srcp += 4; in bnx2i_cpy_scsi_cdb() 1151 dword = (u32) srcp[0] | ((u32) srcp[1] << 8); in bnx2i_cpy_scsi_cdb()
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
D | qedi_fw.c | 1954 u8 *srcp; in qedi_cpy_scsi_cdb() local 1957 srcp = (u8 *)sc->cmnd; in qedi_cpy_scsi_cdb() 1959 memcpy(&dword, (const void *)srcp, 4); in qedi_cpy_scsi_cdb() 1961 srcp += 4; in qedi_cpy_scsi_cdb() 1965 dword = (u32)srcp[0] | ((u32)srcp[1] << 8); in qedi_cpy_scsi_cdb()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | raw.c | 1056 srcp = inet->inet_num; in raw_sock_seq_show() local 1060 i, src, srcp, dest, destp, sp->sk_state, in raw_sock_seq_show()
|
D | tcp_ipv4.c | 2580 __u16 srcp = ntohs(inet->inet_sport); in get_tcp4_sock() local 2612 i, src, srcp, dest, destp, state, in get_tcp4_sock() 2636 __u16 destp, srcp; in get_timewait4_sock() local 2641 srcp = ntohs(tw->tw_sport); in get_timewait4_sock() 2645 i, src, srcp, dest, destp, tw->tw_substate, 0, 0, in get_timewait4_sock()
|
D | ping.c | 1120 __u16 srcp = ntohs(inet->inet_sport); in ping_v4_format_sock() local 1124 bucket, src, srcp, dest, destp, sp->sk_state, in ping_v4_format_sock()
|