Searched refs:dstp (Results 1 – 3 of 3) sorted by relevance
31 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 …]
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()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 …]
19 static __always_inline void arch_cpumask_clear_cpu(int cpu, struct cpumask *dstp) in arch_cpumask_clear_cpu() argument21 arch_clear_bit(cpumask_check(cpu), cpumask_bits(dstp)); in arch_cpumask_clear_cpu()29 static __always_inline void arch_cpumask_clear_cpu(int cpu, struct cpumask *dstp) in arch_cpumask_clear_cpu() argument
Completed in 9 milliseconds