Searched refs:page_offset (Results 1 – 3 of 3) sorted by relevance
355 uint_t page_offset; in ac_mem_test_read() local423 page_offset = t_read.address.line_offset * test->info.line_size; in ac_mem_test_read()426 dst_va = test->bufp + page_offset; in ac_mem_test_read()427 src_va = test->va + page_offset; in ac_mem_test_read()493 if (ddi_copyout(dst_va, (caddr_t)(t_read.page_buf) + page_offset, in ac_mem_test_read()507 uint_t page_offset; in ac_mem_test_write() local569 page_offset = t_write.address.line_offset * test->info.line_size; in ac_mem_test_write()572 src_va = test->bufp + page_offset; in ac_mem_test_write()573 dst_va = test->va + 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()
904 uint64_t page_offset = MMU_PAGEOFFSET; /* needs to be 64 bits */ in build_pcimemlists() local934 start = (start + page_offset) & ~page_offset; in build_pcimemlists()935 end &= ~page_offset; in build_pcimemlists()1542 uint64_t page_offset = MMU_PAGEOFFSET; /* needs to be 64 bits */ in dboot_process_mmap() local1571 start = (start + page_offset) & ~page_offset; in dboot_process_mmap()1572 end &= ~page_offset; in dboot_process_mmap()
6204 uint64_t page_offset; local6271 page_offset = (uint64_t)(cpu_error_regs.afar &6273 va = (caddr_t)(va + (P2ALIGN(page_offset, 64)));6274 psz -= (uint_t)(P2ALIGN(page_offset, 64));