Home
last modified time | relevance | path

Searched refs:b_cp (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dpmap.c2684 char *a_cp, *b_cp; in pmap_copy_pages() local
2706 b_cp = (char *)MIPS_PHYS_TO_DIRECT(b_phys) + in pmap_copy_pages()
2708 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
2709 mips_dcache_wbinv_range((vm_offset_t)b_cp, cnt); in pmap_copy_pages()
2712 b_cp = (char *)a_cp + PAGE_SIZE; in pmap_copy_pages()
2714 b_cp += b_pg_offset; in pmap_copy_pages()
2715 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
2716 mips_dcache_wbinv_range((vm_offset_t)b_cp, cnt); in pmap_copy_pages()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c5954 char *a_cp, *b_cp; in pmap_copy_pages() local
5982 b_cp = pc->pc_cmap2_addr + b_pg_offset; in pmap_copy_pages()
5983 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
/f-stack/freebsd/i386/i386/
H A Dpmap.c4603 char *a_cp, *b_cp; in __CONCAT() local
4632 b_cp = pc->pc_cmap_addr2 + b_pg_offset; in __CONCAT()
4633 bcopy(a_cp, b_cp, cnt); in __CONCAT()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c4894 void *a_cp, *b_cp; in pmap_copy_pages() local
4917 b_cp = (char *)PHYS_TO_DMAP(p_b) + b_pg_offset; in pmap_copy_pages()
4919 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c7812 void *a_cp, *b_cp; in pmap_copy_pages() local
7827 b_cp = (char *)vaddr[1] + b_pg_offset; in pmap_copy_pages()
7828 bcopy(a_cp, b_cp, cnt); in pmap_copy_pages()