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

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dloose_ends.c415 kern_return_t copypv(addr64_t src64, addr64_t snk64, unsigned int size, int which) argument
433 snk64 = phys_to_virt(snk64);
439 copyout(src64, snk64, size);
441 copyin(src64, snk64, size);
443 bcopy(src64, snk64, size);
/darwin-on-arm/xnu/osfmk/i386/
H A Dcopyio.c522 copypv(addr64_t src64, addr64_t snk64, unsigned int size, int which) argument
528 (unsigned)snk64, size, which, 0);
539 lop = (unsigned int)(PAGE_SIZE - (snk64 & (PAGE_SIZE - 1))); /* Assume sink smallest */
552 lop = (unsigned int)(PAGE_SIZE - (snk64 & (PAGE_SIZE - 1)));
568 flush_dcache64(snk64, csize, 1); /* If requested, flush sink before move */
571 bcopy_phys(src64, snk64, csize); /* Do a physical copy, virtually */
574 if (copyio_phys(src64, snk64, csize, which)) {
582 flush_dcache64(snk64, csize, 1); /* If requested, flush sink after move */
585 snk64 += csize; /* Bump sink to next physical address */
589 (unsigned)snk64, siz
[all...]

Completed in 74 milliseconds