Home
last modified time | relevance | path

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

/dports/emulators/vmips/vmips-1.5.1/
H A Dtlbentry.h48 bool noncacheable() const { return (entryLo & EntryLo_N_MASK); } in noncacheable()
H A Dcpzeroreg.h102 #define EntryLo_N_MASK 0x00000800 /* Noncacheable (11) */ macro