Searched refs:b_cp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/sys/powerpc/booke/ |
| HD | pmap_64.c | 709 void *a_cp, *b_cp; in mmu_booke_copy_pages() local 724 b_cp = (caddr_t)((uintptr_t)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(pb)) + in mmu_booke_copy_pages() 726 bcopy(a_cp, b_cp, cnt); in mmu_booke_copy_pages()
|
| HD | pmap_32.c | 849 void *a_cp, *b_cp; in mmu_booke_copy_pages() local 864 b_cp = (char *)copy_page_dst_va + b_pg_offset; in mmu_booke_copy_pages() 865 bcopy(a_cp, b_cp, cnt); in mmu_booke_copy_pages()
|
| /freebsd-14-stable/sys/powerpc/aim/ |
| HD | mmu_oea64.c | 1489 void *a_cp, *b_cp; in moea64_copy_pages_dmap() local 1501 b_cp = (char *)(uintptr_t)PHYS_TO_DMAP( in moea64_copy_pages_dmap() 1504 bcopy(a_cp, b_cp, cnt); in moea64_copy_pages_dmap() 1515 void *a_cp, *b_cp; in moea64_copy_pages() local 1530 b_cp = (char *)moea64_scratchpage_va[1] + b_pg_offset; in moea64_copy_pages() 1531 bcopy(a_cp, b_cp, cnt); in moea64_copy_pages()
|
| HD | mmu_oea.c | 1066 void *a_cp, *b_cp; in moea_copy_pages() local 1077 b_cp = (char *)VM_PAGE_TO_PHYS(mb[b_offset >> PAGE_SHIFT]) + in moea_copy_pages() 1079 bcopy(a_cp, b_cp, cnt); in moea_copy_pages()
|
| HD | mmu_radix.c | 2688 void *a_cp, *b_cp; in mmu_radix_copy_pages() local 2703 b_cp = (char *)(uintptr_t)PHYS_TO_DMAP( in mmu_radix_copy_pages() 2706 bcopy(a_cp, b_cp, cnt); in mmu_radix_copy_pages()
|
| /freebsd-14-stable/sys/riscv/riscv/ |
| HD | pmap.c | 3725 void *a_cp, *b_cp; in pmap_copy_pages() local 3748 b_cp = (char *)PHYS_TO_DMAP(p_b) + b_pg_offset; in pmap_copy_pages() 3750 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|
| /freebsd-14-stable/sys/i386/i386/ |
| HD | pmap.c | 4572 char *a_cp, *b_cp; in __CONCAT() local 4601 b_cp = pc->pc_cmap_addr2 + b_pg_offset; in __CONCAT() 4602 bcopy(a_cp, b_cp, cnt); in __CONCAT()
|
| /freebsd-14-stable/sys/arm/arm/ |
| HD | pmap-v6.c | 5934 char *a_cp, *b_cp; in pmap_copy_pages() local 5962 b_cp = pc->pc_cmap2_addr + b_pg_offset; in pmap_copy_pages() 5963 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | pmap.c | 5508 void *a_cp, *b_cp; in pmap_copy_pages() local 5531 b_cp = (char *)PHYS_TO_DMAP(p_b) + b_pg_offset; in pmap_copy_pages() 5533 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|
| /freebsd-14-stable/sys/amd64/amd64/ |
| HD | pmap.c | 8349 void *a_cp, *b_cp; in pmap_copy_pages() local 8364 b_cp = (char *)vaddr[1] + b_pg_offset; in pmap_copy_pages() 8365 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|