Home
last modified time | relevance | path

Searched defs:Tlb (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/5i/
H A Darm.h15 typedef struct Tlb Tlb; typedef
54 struct Tlb struct
56 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 */
/plan9/sys/src/cmd/vi/
H A Dmips.h17 typedef struct Tlb Tlb; typedef
54 struct Tlb struct
56 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 */