Home
last modified time | relevance | path

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

/arch/parisc/lib/
Dmemset.c31 long int dstp = (long int) dstpp; in memset() local
47 while (dstp % OPSIZ != 0) in memset()
49 ((unsigned char *) dstp)[0] = c; in memset()
50 dstp += 1; in memset()
58 ((op_t *) dstp)[0] = cccc; in memset()
59 ((op_t *) dstp)[1] = cccc; in memset()
60 ((op_t *) dstp)[2] = cccc; in memset()
61 ((op_t *) dstp)[3] = cccc; in memset()
62 ((op_t *) dstp)[4] = cccc; in memset()
63 ((op_t *) dstp)[5] = cccc; in memset()
[all …]
Dmemcpy.c279 static noinline unsigned long pa_memcpy_internal(void *dstp, const void *srcp, in pa_memcpy_internal() argument
289 dst = (unsigned long)dstp; in pa_memcpy_internal()
291 pcd = (unsigned char *)dstp; in pa_memcpy_internal()
463 static unsigned long pa_memcpy(void *dstp, const void *srcp, unsigned long len) in pa_memcpy() argument
468 ret = pa_memcpy_internal(dstp, srcp, len); in pa_memcpy()
480 reference = (unsigned long) dstp; in pa_memcpy()
/arch/nios2/lib/
Dmemcpy.c72 static void _wordcopy_fwd_aligned(long int dstp, long int srcp, size_t len) in _wordcopy_fwd_aligned() argument
85 ((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()
90 ((op_t *) dstp)[5] = a5; in _wordcopy_fwd_aligned()
91 ((op_t *) dstp)[6] = a6; in _wordcopy_fwd_aligned()
92 ((op_t *) dstp)[7] = a7; in _wordcopy_fwd_aligned()
95 dstp += 8 * OPSIZ; in _wordcopy_fwd_aligned()
[all …]
/arch/x86/include/asm/uv/
Duv_bau.h708 static inline int bau_uvhub_isset(int uvhub, struct pnmask *dstp) in bau_uvhub_isset() argument
710 return constant_test_bit(uvhub, &dstp->bits[0]); in bau_uvhub_isset()
712 static inline void bau_uvhub_set(int pnode, struct pnmask *dstp) in bau_uvhub_set() argument
714 __set_bit(pnode, &dstp->bits[0]); in bau_uvhub_set()
716 static inline void bau_uvhubs_clear(struct pnmask *dstp, in bau_uvhubs_clear() argument
719 bitmap_zero(&dstp->bits[0], nbits); in bau_uvhubs_clear()
721 static inline int bau_uvhub_weight(struct pnmask *dstp) in bau_uvhub_weight() argument
723 return bitmap_weight((unsigned long *)&dstp->bits[0], in bau_uvhub_weight()
727 static inline void bau_cpubits_clear(struct bau_local_cpumask *dstp, int nbits) in bau_cpubits_clear() argument
729 bitmap_zero(&dstp->bits, nbits); in bau_cpubits_clear()
/arch/tile/include/asm/
Dsmp.h127 static inline int __cpulist_parse_crop(const char *buf, struct cpumask *dstp, in __cpulist_parse_crop() argument
130 return bitmap_parselist_crop(buf, cpumask_bits(dstp), nbits); in __cpulist_parse_crop()