Searched refs:VPTE (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/alpha/
H A Dtypes.hh62 /** The request is an ALPHA VPTE pal access (hw_ld). */
63 static const ArchFlagsType VPTE = 0x01; member in struct:AlphaISA::AlphaRequestFlags
H A Dfaults.cc155 // on VPTE loads (instead of locking the registers until IPR_VA is
158 if (reqFlags.noneSet(AlphaRequestFlags::VPTE | Request::PREFETCH)) {
H A Dtlb.cc527 return (req->getFlags() & AlphaRequestFlags::VPTE) ?

Completed in 18 milliseconds