minidebug.c | 949 int tlbno; local in function:arc_dump_tlb 952 tlbno = first; 954 while (tlbno <= last) { 955 mips3_TLBRead(tlbno, &tlb); 957 printf("TLB %2d vad 0x%08x ", tlbno, tlb.tlb_hi); 959 printf("TLB*%2d vad 0x%08x ", tlbno, tlb.tlb_hi); 971 tlbno++;
|