Searched defs:system_rev (Results 1 - 2 of 2) 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
/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 4 milliseconds