Searched refs:xre (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/alpha/
H A Dpagetable.cc42 SERIALIZE_SCALAR(xre);
56 UNSERIALIZE_SCALAR(xre);
H A Dpagetable.hh97 uint8_t xre; // read permissions - VMEM_PERM_* mask member in struct:AlphaISA::TlbEntry
114 xre = 15;
127 : tag(0), ppn(0), xre(0), xwe(0), asn(0),
H A Dev5.cc185 retval |= ((uint64_t)entry.xre & ULL(0xf)) << 8;
412 entry.xre = DTB_PTE_XRE(ipr[IPR_DTB_PTE]);
436 entry.xre = ITB_PTE_XRE(val);
H A Dtlb.cc431 if (!(entry->xre &
558 if (!(entry->xre & MODE2MASK(mode))) {

Completed in 8 milliseconds