Searched defs:Tlb (Results 1 – 2 of 2) sorted by relevance
15 typedef struct Tlb Tlb; typedef54 struct Tlb struct56 int on; /* Being updated */57 int tlbsize; /* Number of entries */58 ulong tlbent[Nmaxtlb]; /* Virtual address tags */59 int hit; /* Number of successful tag matches */60 int miss; /* Number of failed tag matches */
17 typedef struct Tlb Tlb; typedef54 struct Tlb struct56 int on; /* Being updated */57 int tlbsize; /* Number of entries */58 ulong tlbent[Nmaxtlb]; /* Virtual address tags */59 int hit; /* Number of successful tag matches */60 int miss; /* Number of failed tag matches */