Searched defs:dst_pa (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c380 uint64_t dst_pa; local
384 dst_pa = ml->ml_address;
398 /* write 64 bits to dst_pa */
399 stdphys(dst_pa, scrub_value);
402 dst_pa += DRMACH_COHERENCY_UNIT;
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c1108 * the dst_pa addresses may remain
1109 * in our Ecache after the dst_pa
1119 /* copy 32 bytes at src_pa to dst_pa */
2082 uint64_t dst_pa; local
2086 dst_pa = va_to_pa(&dst);
2097 /* copy 32 bytes at src_pa to dst_pa */
2098 bcopy32_il(src_pa, dst_pa);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c1481 * the dst_pa addresses may remain
1482 * in our Ecache after the dst_pa
1492 /* copy 32 bytes at src_pa to dst_pa */
3540 uint64_t dst_pa; local
3543 dst_pa = va_to_pa(&dst);
3554 /* copy 32 bytes at arc_pa to dst_pa */
3555 bcopy32_il(src_pa, dst_pa);
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c2570 uint64_t dst_pa; local
2573 dst_pa = va_to_pa(&dst);
2584 /* copy 32 bytes at arc_pa to dst_pa */
2585 bcopy32_il(src_pa, dst_pa);
3209 * the dst_pa addresses may remain
3210 * in our Ecache after the dst_pa
3220 /* copy 32 bytes at src_pa to dst_pa */
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c3634 /* copy 32 bytes at src_pa to dst_pa */
6912 uint64_t dst_pa; local
6915 dst_pa = va_to_pa(&dst);
6926 /* copy 32 bytes at src_pa to dst_pa */
6927 bcopy32_il(src_pa, dst_pa);

Completed in 170 milliseconds