Lines Matching defs:info

64 	ac_mem_test_start_t	info;
137 * again, instead return the current test info.
171 if (ddi_copyout(&test->info, pkt->cmd_cfga.private,
190 /* fill in all the test info details now */
195 test->info.handle = atomic_add_32_nv(&mem_test_sequence_id, 1);
196 (void) drv_getparm(PPID, (ulong_t *)(&(test->info.tester_pid)));
197 test->info.prev_condition = mem_info->condition;
198 test->info.page_size = TEST_PAGESIZE;
200 test->info.line_size = cpunodes[CPU->cpu_id].ecache_linesize;
203 test->info.afar_base = GRP_REALBASE(decode);
204 test->info.bank_size = GRP_UK2SPAN(decode);
207 if (ddi_copyout(&test->info, pkt->cmd_cfga.private,
231 test->info.handle, test->board, test->bank);
254 if (test->info.handle == stop.handle)
269 test->info.handle, test->board,
326 "board %d, bank %d, condition %d", test->info.handle,
397 if (test->info.handle == t_read.handle)
412 test->info.bank_size / test->info.page_size) ||
415 test->info.page_size / test->info.line_size) ||
417 test->info.page_size / test->info.line_size) ||
419 test->info.page_size / test->info.line_size)) {
425 page_offset = t_read.address.line_offset * test->info.line_size;
426 page_pa = test->info.afar_base +
427 t_read.address.page_num * test->info.page_size;
445 test->info.line_size);
496 t_read.address.line_count * test->info.line_size, flag) != 0) {
544 if (test->info.handle == t_write.handle)
558 test->info.bank_size / test->info.page_size) ||
561 test->info.page_size / test->info.line_size) ||
563 test->info.page_size / test->info.line_size) ||
565 test->info.page_size / test->info.line_size)) {
571 page_offset = t_write.address.line_offset * test->info.line_size;
572 page_pa = test->info.afar_base +
573 t_write.address.page_num * test->info.page_size;
579 t_write.address.line_count * test->info.line_size, flag) != 0) {
594 test->info.line_size);