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

/gem5/src/arch/alpha/
H A Dpagetable.cc43 SERIALIZE_SCALAR(xwe);
57 UNSERIALIZE_SCALAR(xwe);
H A Dpagetable.hh98 uint8_t xwe; // write permissions - VMEM_PERM_* mask member in struct:AlphaISA::TlbEntry
115 xwe = 15;
127 : tag(0), ppn(0), xre(0), xwe(0), asn(0),
H A Dev5.cc186 retval |= ((uint64_t)entry.xwe & ULL(0xf)) << 12;
413 entry.xwe = DTB_PTE_XWE(ipr[IPR_DTB_PTE]);
437 entry.xwe = 0;
H A Dtlb.cc540 if (!(entry->xwe & MODE2MASK(mode))) {

Completed in 9 milliseconds