Lines Matching full:p2
45 u32v *p2 = bufb; in compare_regions() local
48 for (i = 0; i < count; i++, p1++, p2++) { in compare_regions()
49 if (*p1 != *p2) { in compare_regions()
55 (ul)*p1, (ul)*p2, physaddr); in compare_regions()
59 (ul)*p1, (ul)*p2, in compare_regions()
121 u32v *p2 = bufb; in test_random_value() local
128 *p1++ = *p2++ = rand_ul(); in test_random_value()
145 u32v *p2 = bufb; in test_xor_comparison() local
151 *p2++ ^= q; in test_xor_comparison()
160 u32v *p2 = bufb; in test_sub_comparison() local
166 *p2++ -= q; in test_sub_comparison()
175 u32v *p2 = bufb; in test_mul_comparison() local
181 *p2++ *= q; in test_mul_comparison()
190 u32v *p2 = bufb; in test_div_comparison() local
198 *p2++ /= q; in test_div_comparison()
207 u32v *p2 = bufb; in test_or_comparison() local
213 *p2++ |= q; in test_or_comparison()
222 u32v *p2 = bufb; in test_and_comparison() local
228 *p2++ &= q; in test_and_comparison()
237 u32v *p2 = bufb; in test_seqinc_comparison() local
242 *p1++ = *p2++ = (i + q); in test_seqinc_comparison()
250 u32v *p2 = bufb; in test_solidbits_comparison() local
271 p2 = (u32v *)bufb; in test_solidbits_comparison()
273 *p1++ = *p2++ = data[i & 3]; in test_solidbits_comparison()
289 u32v *p2 = bufb; in test_checkerboard_comparison() local
311 p2 = (u32v *)bufb; in test_checkerboard_comparison()
313 *p1++ = *p2++ = data[i & 3]; in test_checkerboard_comparison()
329 u32v *p2 = bufb; in test_blockseq_comparison() local
340 p2 = (u32v *)bufb; in test_blockseq_comparison()
357 *p1++ = *p2++ = data[i & 3]; in test_blockseq_comparison()
373 u32v *p2 = bufb; in test_walkbits0_comparison() local
384 p2 = (u32v *)bufb; in test_walkbits0_comparison()
404 *p1++ = *p2++ = data[i & 3]; in test_walkbits0_comparison()
421 u32v *p2 = bufb; in test_walkbits1_comparison() local
432 p2 = (u32v *)bufb; in test_walkbits1_comparison()
451 *p1++ = *p2++ = data[i & 3]; in test_walkbits1_comparison()
468 u32v *p2 = bufb; in test_bitspread_comparison() local
478 p2 = (u32v *)bufb; in test_bitspread_comparison()
502 *p1++ = *p2++ = data[i & 3]; in test_bitspread_comparison()
519 u32v *p2 = bufb; in test_bitflip_comparison() local
543 p2 = (u32v *)bufb; in test_bitflip_comparison()
545 *p1++ = *p2++ = data[i & 3]; in test_bitflip_comparison()
563 u32v *p2; in test_8bit_wide_random() local
573 p2 = bufb; in test_8bit_wide_random()
576 p2 = bufa; in test_8bit_wide_random()
580 *p2++ = mword8.val = rand_ul(); in test_8bit_wide_random()
601 u32v *p2; in test_16bit_wide_random() local
611 p2 = bufb; in test_16bit_wide_random()
614 p2 = bufa; in test_16bit_wide_random()
618 *p2++ = mword16.val = rand_ul(); in test_16bit_wide_random()