Searched refs:src_va (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac_test.c | 358 caddr_t src_va, dst_va; in ac_mem_test_read() local 427 src_va = test->va + page_offset; in ac_mem_test_read() 442 ac_blkcopy(src_va, dst_va, t_read.address.line_count, in ac_mem_test_read() 510 caddr_t src_va, dst_va; in ac_mem_test_write() local 572 src_va = test->bufp + page_offset; in ac_mem_test_write() 576 if (ddi_copyin((caddr_t)(t_write.page_buf) + page_offset, src_va, in ac_mem_test_write() 591 ac_blkcopy(src_va, dst_va, t_write.address.line_count, in ac_mem_test_write()
|
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 2339 caddr_t src_va; in x86pte_copy() local 2356 src_va = (caddr_t) in x86pte_copy() 2364 src_va = (caddr_t)PT_INDEX_PTR(PWIN_VA(x), entry); in x86pte_copy() 2378 bcopy(src_va, dst_va, size); in x86pte_copy() 2392 caddr_t src_va; in x86pte_copy() local 2396 src_va = (caddr_t)x86pte_access_pagetable(src, entry); in x86pte_copy() 2399 pte = *(x86pte_t *)src_va; in x86pte_copy() 2401 pte = *(x86pte32_t *)src_va; in x86pte_copy() 2415 src_va += mmu.pte_size; in x86pte_copy()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 830 caddr_t src_va = bp->b_un.b_addr; in fetchbuf() local 839 copy_va = src_va + (dst_lof - src_lof); in fetchbuf()
|