HomeSort by: relevance | last modified time | path
    Searched refs: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++;
  /src/sys/arch/mips/mips/
mips_fixup.c 626 tlb_read_entry(size_t tlbno, struct tlbmask *tlb)
628 (*mips_locore_jumpvec.ljv_tlb_read_entry)(tlbno, tlb);
632 tlb_write_entry(size_t tlbno, const struct tlbmask *tlb)
634 (*mips_locore_jumpvec.ljv_tlb_write_entry)(tlbno, tlb);

Completed in 33 milliseconds