Searched refs:a_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 717 a_cp = (caddr_t)VM_PAGE_TO_DMAP(pa) + a_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 858 a_cp = (char *)copy_page_src_va + a_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 1463 a_cp = (char *)VM_PAGE_TO_DMAP(ma[a_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 1490 a_cp = (char *)moea64_scratchpage_va[0] + a_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 1074 a_cp = (char *)VM_PAGE_TO_PHYS(ma[a_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 2696 a_cp = (char *)VM_PAGE_TO_DMAP(ma[a_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 4094 a_cp = (char *)PHYS_TO_DMAP(p_a) + a_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 5995 a_cp = pc->pc_cmap1_addr + a_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 4707 a_cp = pc->pc_cmap_addr1 + a_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 6981 a_cp = (char *)PHYS_TO_DMAP(p_a) + a_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 8318 a_cp = (char *)vaddr[0] + a_pg_offset; in pmap_copy_pages() 8320 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
|