Home
last modified time | relevance | path

Searched refs:EntryLo_V_MASK (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Dtlbentry.h50 bool valid() const { return (entryLo & EntryLo_V_MASK); } in valid()
H A Dcpzeroreg.h104 #define EntryLo_V_MASK 0x00000200 /* Valid (9) */ macro