Searched refs:snk64 (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/osfmk/x86_64/ |
| H A D | copyio.c | 520 copypv(addr64_t src64, addr64_t snk64, unsigned int size, int which) in copypv() argument 526 (unsigned)snk64, size, which, 0); in copypv() 536 … lop = (unsigned int)(PAGE_SIZE - (snk64 & (PAGE_SIZE - 1))); /* Assume sink smallest */ in copypv() 550 lop = (unsigned int)(PAGE_SIZE - (snk64 & (PAGE_SIZE - 1))); in copypv() 569 flush_dcache64(snk64, csize, 1); /* If requested, flush sink before move */ in copypv() 573 bcopy_phys(src64, snk64, csize); /* Do a physical copy, virtually */ in copypv() 575 if (copyio_phys(src64, snk64, csize, which)) { in copypv() 584 flush_dcache64(snk64, csize, 1); /* If requested, flush sink after move */ in copypv() 588 snk64 += csize; /* Bump sink to next physical address */ in copypv() 592 (unsigned)snk64, size, which, 0); in copypv()
|