Lines Matching refs:pg_src
577 unsigned long *pg_src, *pg_dest; /* per-page source/dest pointers */ in rf_longword_bxor() local
580 pg_src = src; in rf_longword_bxor()
582 if (!pg_src || !pg_dest) in rf_longword_bxor()
586 …longs_this_time = RF_MIN(len, RF_MIN(RF_BLIP(pg_src), RF_BLIP(pg_dest)) >> RF_LONGSHIFT); /* note … in rf_longword_bxor()
595 s0 = pg_src[0]; in rf_longword_bxor()
596 s1 = pg_src[1]; in rf_longword_bxor()
597 s2 = pg_src[2]; in rf_longword_bxor()
598 s3 = pg_src[3]; in rf_longword_bxor()
603 pg_src += 4; in rf_longword_bxor()
609 *pg_dest++ ^= *pg_src++; in rf_longword_bxor()
617 pg_src = src; in rf_longword_bxor()
620 if (!pg_src || !pg_dest) in rf_longword_bxor()
625 *pg_dest++ ^= *pg_src++; in rf_longword_bxor()
630 pg_src = src; in rf_longword_bxor()