Searched refs:snk64 (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/x86_64/
H A Dcopyio.c283 copypv(addr64_t src64, addr64_t snk64, unsigned int size, int which) argument
289 (unsigned)snk64, size, which, 0);
300 lop = (unsigned int)(PAGE_SIZE - (snk64 & (PAGE_SIZE - 1))); /* Assume sink smallest */
313 lop = (unsigned int)(PAGE_SIZE - (snk64 & (PAGE_SIZE - 1)));
329 flush_dcache64(snk64, csize, 1); /* If requested, flush sink before move */
332 bcopy_phys(src64, snk64, csize); /* Do a physical copy, virtually */
334 if (copyio_phys(src64, snk64, csize, which))
341 flush_dcache64(snk64, csize, 1); /* If requested, flush sink after move */
344 snk64 += csize; /* Bump sink to next physical address */
348 (unsigned)snk64, siz
[all...]

Completed in 9 milliseconds