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

/gem5/src/arch/alpha/
H A DAlphaSystem.py40 system_rev = Param.UInt64("Revision of system we are emulating") variable in class:AlphaSystem
47 system_rev = 1 << 10 variable in class:LinuxAlphaSystem
57 system_rev = 1 << 10 variable in class:FreebsdAlphaSystem
H A Dsystem.cc134 data = htog(params()->system_rev);
/gem5/src/arch/mips/
H A DMipsSystem.py44 system_rev = Param.UInt64("Revision of system we are emulating") variable in class:MipsSystem
51 system_rev = 1 << 10 variable in class:LinuxMipsSystem
62 system_rev = 1 << 10 variable in class:BareIronMipsSystem

Completed in 5 milliseconds