Searched refs:dstp (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/parisc/lib/
H A Dmemset.c12 long int dstp = (long int) dstpp; local
28 while (dstp % OPSIZ != 0)
30 ((unsigned char *) dstp)[0] = c;
31 dstp += 1;
39 ((op_t *) dstp)[0] = cccc;
40 ((op_t *) dstp)[1] = cccc;
41 ((op_t *) dstp)[2] = cccc;
42 ((op_t *) dstp)[3] = cccc;
43 ((op_t *) dstp)[4] = cccc;
44 ((op_t *) dstp)[
[all...]
/linux-master/arch/nios2/lib/
H A Dmemcpy.c72 static void _wordcopy_fwd_aligned(long int dstp, long int srcp, size_t len) argument
85 ((op_t *) dstp)[0] = a0;
86 ((op_t *) dstp)[1] = a1;
87 ((op_t *) dstp)[2] = a2;
88 ((op_t *) dstp)[3] = a3;
89 ((op_t *) dstp)[4] = a4;
90 ((op_t *) dstp)[5] = a5;
91 ((op_t *) dstp)[6] = a6;
92 ((op_t *) dstp)[7] = a7;
95 dstp
112 _wordcopy_fwd_dest_aligned(long int dstp, long int srcp, size_t len) argument
162 unsigned long int dstp = (long int) dstpp; local
196 unsigned long int dstp = (long int) dstpp; local
[all...]
/linux-master/arch/x86/include/asm/
H A Dcpumask.h19 static __always_inline void arch_cpumask_clear_cpu(int cpu, struct cpumask *dstp) argument
21 arch_clear_bit(cpumask_check(cpu), cpumask_bits(dstp));
29 static __always_inline void arch_cpumask_clear_cpu(int cpu, struct cpumask *dstp) argument
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c21 char *srcp, *dstp; local
26 dstp = dst + MIN_REDZONE + dst_off;
32 ret = COPY_LOOP(dstp, srcp, len);
33 if (ret && ret != (unsigned long)dstp) {
34 printf("(%p,%p,%ld) returned %ld\n", dstp, srcp, len, ret);
38 if (memcmp(dstp, srcp, len)) {
39 printf("(%p,%p,%ld) miscompare\n", dstp, srcp, len);
45 printf("%02x ", dstp[i]);
50 if (memcmp(dst, redzone, dstp - dst)) {
52 dstp, src
[all...]
H A Dexc_validate.c60 static void do_one_test(char *dstp, char *srcp, unsigned long len) argument
64 got = COPY_LOOP(dstp, srcp, len);
65 expected = test_copy_tofrom_user_reference(dstp, srcp, len);
70 srcp, dstp, len, got, expected);
/linux-master/include/linux/
H A Dnodemask.h129 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) argument
131 set_bit(node, dstp->bits);
135 static inline void __node_clear(int node, volatile nodemask_t *dstp) argument
137 clear_bit(node, dstp->bits);
141 static inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) argument
143 bitmap_fill(dstp->bits, nbits);
147 static inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) argument
149 bitmap_zero(dstp->bits, nbits);
164 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, argument
167 bitmap_and(dstp
172 __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
180 __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
188 __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, unsigned int nbits) argument
196 __nodes_complement(nodemask_t *dstp, const nodemask_t *srcp, unsigned int nbits) argument
246 __nodes_shift_right(nodemask_t *dstp, const nodemask_t *srcp, int n, int nbits) argument
254 __nodes_shift_left(nodemask_t *dstp, const nodemask_t *srcp, int n, int nbits) argument
341 __nodemask_parse_user(const char __user *buf, int len, nodemask_t *dstp, int nbits) argument
348 __nodelist_parse(const char *buf, nodemask_t *dstp, int nbits) argument
363 __nodes_remap(nodemask_t *dstp, const nodemask_t *srcp, const nodemask_t *oldp, const nodemask_t *newp, int nbits) argument
371 __nodes_onto(nodemask_t *dstp, const nodemask_t *origp, const nodemask_t *relmapp, int nbits) argument
379 __nodes_fold(nodemask_t *dstp, const nodemask_t *origp, int sz, int nbits) argument
[all...]
H A Dcpumask.h468 * @dstp: the cpumask pointer
470 static __always_inline void cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) argument
472 set_bit(cpumask_check(cpu), cpumask_bits(dstp));
475 static __always_inline void __cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) argument
477 __set_bit(cpumask_check(cpu), cpumask_bits(dstp));
484 * @dstp: the cpumask pointer
486 static __always_inline void cpumask_clear_cpu(int cpu, struct cpumask *dstp) argument
488 clear_bit(cpumask_check(cpu), cpumask_bits(dstp));
491 static __always_inline void __cpumask_clear_cpu(int cpu, struct cpumask *dstp) argument
493 __clear_bit(cpumask_check(cpu), cpumask_bits(dstp));
540 cpumask_setall(struct cpumask *dstp) argument
553 cpumask_clear(struct cpumask *dstp) argument
566 cpumask_and(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
580 cpumask_or(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
593 cpumask_xor(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
609 cpumask_andnot(struct cpumask *dstp, const struct cpumask *src1p, const struct cpumask *src2p) argument
742 cpumask_shift_right(struct cpumask *dstp, const struct cpumask *srcp, int n) argument
755 cpumask_shift_left(struct cpumask *dstp, const struct cpumask *srcp, int n) argument
767 cpumask_copy(struct cpumask *dstp, const struct cpumask *srcp) argument
804 cpumask_parse_user(const char __user *buf, int len, struct cpumask *dstp) argument
818 cpumask_parselist_user(const char __user *buf, int len, struct cpumask *dstp) argument
832 cpumask_parse(const char *buf, struct cpumask *dstp) argument
844 cpulist_parse(const char *buf, struct cpumask *dstp) argument
[all...]
H A Ddmaengine.h1382 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) argument
1384 set_bit(tx_type, dstp->bits);
1389 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) argument
1391 clear_bit(tx_type, dstp->bits);
1395 static inline void __dma_cap_zero(dma_cap_mask_t *dstp) argument
1397 bitmap_zero(dstp->bits, DMA_TX_TYPE_END);
/linux-master/tools/testing/selftests/kvm/include/
H A Dsparsebit.h33 void sparsebit_copy(struct sparsebit *dstp, const struct sparsebit *src);
/linux-master/drivers/cpufreq/
H A Dqoriq-cpufreq.c88 struct cpumask *dstp = policy->cpus; local
100 cpumask_set_cpu(i, dstp);
/linux-master/tools/testing/selftests/arm64/abi/
H A Dhwcap.c142 register char *dstp asm ("x0") = dst;
148 : "+r" (dstp), "+r" (srcp), "+r" (size)
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; local
880 fill_decoder_block(dstp, cf->de_fwht,
903 fill_decoder_block(dstp, cf->de_fwht, dst_stride,
/linux-master/fs/bcachefs/
H A Dutil.c686 void *dstp = kmap_local_page(bv.bv_page); local
688 memcpy(dstp + bv.bv_offset, src, bv.bv_len);
689 kunmap_local(dstp);
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1134 u32 *dstp; local
1143 dstp = (u32 *) cmd->req.cdb;
1146 *dstp = cpu_to_be32(dword);
1148 dstp++;
1152 *dstp = cpu_to_be32(dword);
/linux-master/net/ipv6/
H A Draw.c594 struct flowi6 *fl6, struct dst_entry **dstp,
601 struct rt6_info *rt = (struct rt6_info *)*dstp;
646 *dstp = NULL;
593 rawv6_send_hdrinc(struct sock *sk, struct msghdr *msg, int length, struct flowi6 *fl6, struct dst_entry **dstp, unsigned int flags, const struct sockcm_cookie *sockc) argument
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c417 u8 *dstp, *srcp; local
422 dstp = (u8 *)immdp->data;
430 if (dstp == (u8 *)&sq->queue[sq->size])
431 dstp = (u8 *)sq->queue;
432 if (rem <= (u8 *)&sq->queue[sq->size] - dstp)
435 len = (u8 *)&sq->queue[sq->size] - dstp;
436 memcpy(dstp, srcp, len);
437 dstp += len;
444 memset(dstp, 0, len);
/linux-master/drivers/scsi/qedi/
H A Dqedi_fw.c1893 static void qedi_cpy_scsi_cdb(struct scsi_cmnd *sc, u32 *dstp) argument
1903 *dstp = cpu_to_be32(dword);
1905 dstp++;
1909 *dstp = cpu_to_be32(dword);
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c2544 struct mcp_kreq_ether_send __iomem *dstp, *dst; local
2553 dst = dstp = &tx->lanai[idx];
2558 myri10ge_pio_copy(dstp, srcp, 2 * sizeof(*src));
2561 dstp += 2;
2571 myri10ge_pio_copy(dstp, srcp, sizeof(*src));
/linux-master/mm/
H A Dmigrate.c1112 struct folio *src, struct folio **dstp, enum migrate_mode mode,
1136 *dstp = dst;
1110 migrate_folio_unmap(new_folio_t get_new_folio, free_folio_t put_new_folio, unsigned long private, struct folio *src, struct folio **dstp, enum migrate_mode mode, enum migrate_reason reason, struct list_head *ret) argument

Completed in 236 milliseconds