Lines Matching defs:info

62 	ac_mem_test_start_t	info;
135 * again, instead return the current test info.
169 if (ddi_copyout(&test->info, pkt->cmd_cfga.private,
188 /* fill in all the test info details now */
193 test->info.handle = atomic_inc_32_nv(&mem_test_sequence_id);
194 (void) drv_getparm(PPID, (ulong_t *)(&(test->info.tester_pid)));
195 test->info.prev_condition = mem_info->condition;
196 test->info.page_size = TEST_PAGESIZE;
198 test->info.line_size = cpunodes[CPU->cpu_id].ecache_linesize;
201 test->info.afar_base = GRP_REALBASE(decode);
202 test->info.bank_size = GRP_UK2SPAN(decode);
205 if (ddi_copyout(&test->info, pkt->cmd_cfga.private,
229 test->info.handle, test->board, test->bank);
252 if (test->info.handle == stop.handle)
267 test->info.handle, test->board,
324 "board %d, bank %d, condition %d", test->info.handle,
395 if (test->info.handle == t_read.handle)
410 test->info.bank_size / test->info.page_size) ||
413 test->info.page_size / test->info.line_size) ||
415 test->info.page_size / test->info.line_size) ||
417 test->info.page_size / test->info.line_size)) {
423 page_offset = t_read.address.line_offset * test->info.line_size;
424 page_pa = test->info.afar_base +
425 t_read.address.page_num * test->info.page_size;
443 test->info.line_size);
494 t_read.address.line_count * test->info.line_size, flag) != 0) {
542 if (test->info.handle == t_write.handle)
556 test->info.bank_size / test->info.page_size) ||
559 test->info.page_size / test->info.line_size) ||
561 test->info.page_size / test->info.line_size) ||
563 test->info.page_size / test->info.line_size)) {
569 page_offset = t_write.address.line_offset * test->info.line_size;
570 page_pa = test->info.afar_base +
571 t_write.address.page_num * test->info.page_size;
577 t_write.address.line_count * test->info.line_size, flag) != 0) {
592 test->info.line_size);