Searched refs:b_cp (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/powerpc/booke/ |
| H A D | pmap_64.c | 704 void *a_cp, *b_cp; in mmu_booke_copy_pages() local 718 b_cp = (caddr_t)VM_PAGE_TO_DMAP(pb) + b_pg_offset; in mmu_booke_copy_pages() 719 bcopy(a_cp, b_cp, cnt); in mmu_booke_copy_pages()
|
| H A D | pmap_32.c | 848 void *a_cp, *b_cp; in mmu_booke_copy_pages() local 863 b_cp = (char *)copy_page_dst_va + b_pg_offset; in mmu_booke_copy_pages() 864 bcopy(a_cp, b_cp, cnt); in mmu_booke_copy_pages()
|
| /freebsd/sys/powerpc/aim/ |
| H A D | mmu_oea64.c | 1456 void *a_cp, *b_cp; in moea64_copy_pages_dmap() local 1467 b_cp = (char *)VM_PAGE_TO_DMAP(mb[b_offset >> PAGE_SHIFT]) + in moea64_copy_pages_dmap() 1469 bcopy(a_cp, b_cp, cnt); in moea64_copy_pages_dmap() 1480 void *a_cp, *b_cp; in moea64_copy_pages() local 1495 b_cp = (char *)moea64_scratchpage_va[1] + b_pg_offset; in moea64_copy_pages() 1496 bcopy(a_cp, b_cp, cnt); in moea64_copy_pages()
|
| H A D | mmu_oea.c | 1067 void *a_cp, *b_cp; in moea_copy_pages() local 1078 b_cp = (char *)VM_PAGE_TO_PHYS(mb[b_offset >> PAGE_SHIFT]) + in moea_copy_pages() 1080 bcopy(a_cp, b_cp, cnt); in moea_copy_pages()
|
| H A D | mmu_radix.c | 2686 void *a_cp, *b_cp; in mmu_radix_copy_pages() local 2700 b_cp = (char *)VM_PAGE_TO_DMAP(mb[b_offset >> PAGE_SHIFT]) + in mmu_radix_copy_pages() 2702 bcopy(a_cp, b_cp, cnt); in mmu_radix_copy_pages()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | pmap.c | 4076 void *a_cp, *b_cp; in pmap_copy_pages() local 4099 b_cp = (char *)PHYS_TO_DMAP(p_b) + b_pg_offset; in pmap_copy_pages() 4101 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|
| /freebsd/sys/arm/arm/ |
| H A D | pmap-v6.c | 5968 char *a_cp, *b_cp; in pmap_copy_pages() local 5996 b_cp = pc->pc_cmap2_addr + b_pg_offset; in pmap_copy_pages() 5997 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap.c | 4678 char *a_cp, *b_cp; in __CONCAT() local 4708 b_cp = pc->pc_cmap_addr2 + b_pg_offset; in __CONCAT() 4709 bcopy(a_cp, b_cp, cnt); in __CONCAT()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | pmap.c | 6963 void *a_cp, *b_cp; in pmap_copy_pages() local 6986 b_cp = (char *)PHYS_TO_DMAP(p_b) + b_pg_offset; in pmap_copy_pages() 6988 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | pmap.c | 8303 void *a_cp, *b_cp; in pmap_copy_pages() local 8319 b_cp = (char *)vaddr[1] + b_pg_offset; in pmap_copy_pages() 8320 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|