Home
last modified time | relevance | path

Searched refs:dstp (Results 1 – 15 of 15) sorted by relevance

/linux/arch/nios2/lib/
A Dmemcpy.c85 ((op_t *) dstp)[0] = a0; in _wordcopy_fwd_aligned()
86 ((op_t *) dstp)[1] = a1; in _wordcopy_fwd_aligned()
87 ((op_t *) dstp)[2] = a2; in _wordcopy_fwd_aligned()
88 ((op_t *) dstp)[3] = a3; in _wordcopy_fwd_aligned()
89 ((op_t *) dstp)[4] = a4; in _wordcopy_fwd_aligned()
95 dstp += 8 * OPSIZ; in _wordcopy_fwd_aligned()
102 dstp += OPSIZ; in _wordcopy_fwd_aligned()
144 dstp += 4 * OPSIZ; in _wordcopy_fwd_dest_aligned()
155 dstp += OPSIZ; in _wordcopy_fwd_dest_aligned()
170 len -= (-dstp) % OPSIZ; in memcpy()
[all …]
/linux/arch/parisc/lib/
A Dmemset.c31 dstp += 1; in memset()
39 ((op_t *) dstp)[0] = cccc; in memset()
40 ((op_t *) dstp)[1] = cccc; in memset()
41 ((op_t *) dstp)[2] = cccc; in memset()
42 ((op_t *) dstp)[3] = cccc; in memset()
43 ((op_t *) dstp)[4] = cccc; in memset()
44 ((op_t *) dstp)[5] = cccc; in memset()
45 ((op_t *) dstp)[6] = cccc; in memset()
47 dstp += 8 * OPSIZ; in memset()
57 dstp += OPSIZ; in memset()
[all …]
/linux/include/linux/
A Dcpumask.h311 set_bit(cpumask_check(cpu), cpumask_bits(dstp)); in cpumask_set_cpu()
316 __set_bit(cpumask_check(cpu), cpumask_bits(dstp)); in __cpumask_set_cpu()
327 clear_bit(cpumask_check(cpu), cpumask_bits(dstp)); in cpumask_clear_cpu()
381 bitmap_fill(cpumask_bits(dstp), nr_cpumask_bits); in cpumask_setall()
390 bitmap_zero(cpumask_bits(dstp), nr_cpumask_bits); in cpumask_clear()
401 static inline int cpumask_and(struct cpumask *dstp, in cpumask_and() argument
418 bitmap_or(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_or()
428 static inline void cpumask_xor(struct cpumask *dstp, in cpumask_xor() argument
432 bitmap_xor(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_xor()
621 struct cpumask *dstp) in cpumask_parse_user() argument
[all …]
A Dnodemask.h130 set_bit(node, dstp->bits); in __node_set()
136 clear_bit(node, dstp->bits); in __node_clear()
142 bitmap_fill(dstp->bits, nbits); in __nodes_setall()
148 bitmap_zero(dstp->bits, nbits); in __nodes_clear()
195 static inline void __nodes_complement(nodemask_t *dstp, in __nodes_complement() argument
198 bitmap_complement(dstp->bits, srcp->bits, nbits); in __nodes_complement()
248 bitmap_shift_right(dstp->bits, srcp->bits, n, nbits); in __nodes_shift_right()
256 bitmap_shift_left(dstp->bits, srcp->bits, n, nbits); in __nodes_shift_left()
334 nodemask_t *dstp, int nbits) in __nodemask_parse_user() argument
342 return bitmap_parselist(buf, dstp->bits, nbits); in __nodelist_parse()
[all …]
A Ddmaengine.h1379 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument
1381 set_bit(tx_type, dstp->bits); in __dma_cap_set()
1386 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() argument
1388 clear_bit(tx_type, dstp->bits); in __dma_cap_clear()
1392 static inline void __dma_cap_zero(dma_cap_mask_t *dstp) in __dma_cap_zero() argument
1394 bitmap_zero(dstp->bits, DMA_TX_TYPE_END); in __dma_cap_zero()
/linux/tools/testing/selftests/powerpc/copyloops/
A Dvalidate.c21 char *srcp, *dstp; in do_one() local
26 dstp = dst + MIN_REDZONE + dst_off; in do_one()
32 ret = COPY_LOOP(dstp, srcp, len); in do_one()
33 if (ret && ret != (unsigned long)dstp) { 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()
45 printf("%02x ", dstp[i]); in do_one()
50 if (memcmp(dst, redzone, dstp - dst)) { in do_one()
52 dstp, srcp, len); in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
[all …]
A Dexc_validate.c60 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()
/linux/drivers/cpufreq/
A Dqoriq-cpufreq.c88 struct cpumask *dstp = policy->cpus; in set_affected_cpus() local
100 cpumask_set_cpu(i, dstp); in set_affected_cpus()
/linux/tools/testing/selftests/kvm/include/
A Dsparsebit.h33 void sparsebit_copy(struct sparsebit *dstp, struct sparsebit *src);
/linux/drivers/media/test-drivers/vicodec/
A Dcodec-fwht.c873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane() local
880 fill_decoder_block(dstp, cf->de_fwht, in decode_plane()
903 fill_decoder_block(dstp, cf->de_fwht, dst_stride, in decode_plane()
/linux/drivers/infiniband/hw/cxgb4/
A Dqp.c417 u8 *dstp, *srcp; in build_immd() local
422 dstp = (u8 *)immdp->data; in build_immd()
430 if (dstp == (u8 *)&sq->queue[sq->size]) in build_immd()
431 dstp = (u8 *)sq->queue; in build_immd()
432 if (rem <= (u8 *)&sq->queue[sq->size] - dstp) in build_immd()
435 len = (u8 *)&sq->queue[sq->size] - dstp; in build_immd()
436 memcpy(dstp, srcp, len); in build_immd()
437 dstp += len; in build_immd()
444 memset(dstp, 0, len); in build_immd()
/linux/drivers/scsi/bnx2i/
A Dbnx2i_iscsi.c1134 u32 *dstp; in bnx2i_cpy_scsi_cdb() local
1143 dstp = (u32 *) cmd->req.cdb; in bnx2i_cpy_scsi_cdb()
1146 *dstp = cpu_to_be32(dword); in bnx2i_cpy_scsi_cdb()
1148 dstp++; in bnx2i_cpy_scsi_cdb()
1152 *dstp = cpu_to_be32(dword); in bnx2i_cpy_scsi_cdb()
/linux/net/ipv6/
A Draw.c619 struct flowi6 *fl6, struct dst_entry **dstp, in rawv6_send_hdrinc() argument
627 struct rt6_info *rt = (struct rt6_info *)*dstp; in rawv6_send_hdrinc()
672 *dstp = NULL; in rawv6_send_hdrinc()
/linux/drivers/scsi/qedi/
A Dqedi_fw.c1895 static void qedi_cpy_scsi_cdb(struct scsi_cmnd *sc, u32 *dstp) in qedi_cpy_scsi_cdb() argument
1905 *dstp = cpu_to_be32(dword); in qedi_cpy_scsi_cdb()
1907 dstp++; in qedi_cpy_scsi_cdb()
1911 *dstp = cpu_to_be32(dword); in qedi_cpy_scsi_cdb()
/linux/drivers/net/ethernet/myricom/myri10ge/
A Dmyri10ge.c2542 struct mcp_kreq_ether_send __iomem *dstp, *dst; in myri10ge_submit_req() local
2551 dst = dstp = &tx->lanai[idx]; in myri10ge_submit_req()
2556 myri10ge_pio_copy(dstp, srcp, 2 * sizeof(*src)); in myri10ge_submit_req()
2559 dstp += 2; in myri10ge_submit_req()
2569 myri10ge_pio_copy(dstp, srcp, sizeof(*src)); in myri10ge_submit_req()

Completed in 39 milliseconds