HomeSort by: relevance | last modified time | path
    Searched defs:tlbno (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arc/arc/
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++;
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++;

Completed in 28 milliseconds