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

/gem5/util/m5/
H A DMakefile.sparc31 ifneq ($(shell uname -m), sun4v)
/gem5/src/arch/sparc/
H A Dvtophys.cc117 // I think it's sun4v at least!
118 pte.populate(betoh(entry), PageTableEntry::sun4v); member in class:SparcISA::PageTableEntry
H A Dpagetable.hh76 sun4v, enumerator in enum:SparcISA::PageTableEntry::EntryType
104 // If we get a sun4v format TTE, turn it into a sun4u
H A Dtlb.cc1169 pte.populate(data, bits(va,10,10) ? PageTableEntry::sun4v :
1184 pte.populate(data, bits(va,10,10) ? PageTableEntry::sun4v :

Completed in 10 milliseconds