Searched refs:_version (Results 1 - 13 of 13) sorted by relevance

/gem5/configs/ruby/
H A DCntrlBase.py44 _version = 0 variable in class:CntrlBase
47 cls._version += 1 # Use count for this particular type
48 return cls._version - 1
H A DMOESI_AMD_Base.py63 _version = 0 variable in class:CntrlBase
66 cls._version += 1 # Use count for this particular type
67 return cls._version - 1
H A DGPU_VIPER_Region.py60 _version = 0 variable in class:CntrlBase
63 cls._version += 1 # Use count for this particular type
64 return cls._version - 1
H A DGPU_VIPER_Baseline.py62 _version = 0 variable in class:CntrlBase
65 cls._version += 1 # Use count for this particular type
66 return cls._version - 1
H A DGPU_RfO.py62 _version = 0 variable in class:CntrlBase
65 cls._version += 1 # Use count for this particular type
66 return cls._version - 1
H A DGPU_VIPER.py62 _version = 0 variable in class:CntrlBase
65 cls._version += 1 # Use count for this particular type
66 return cls._version - 1
/gem5/src/python/m5/
H A Ddebug.py61 self._version = -1
66 if self._version == current_version:
72 self._version = current_version
/gem5/ext/pybind11/pybind11/
H A D__init__.py1 from ._version import version_info, __version__ # noqa: F401 imported but unused
/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py124 _version = 0 variable in class:L1Cache
127 cls._version += 1 # Use count for this particular type
128 return cls._version - 1
187 _version = 0 variable in class:DirController
190 cls._version += 1 # Use count for this particular type
191 return cls._version - 1
H A Druby_caches_MI_example.py121 _version = 0 variable in class:L1Cache
124 cls._version += 1 # Use count for this particular type
125 return cls._version - 1
176 _version = 0 variable in class:DirController
179 cls._version += 1 # Use count for this particular type
180 return cls._version - 1
/gem5/ext/libelf/
H A D_libelf.h173 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
181 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
H A Dlibelf.h217 unsigned int elf_version(unsigned int _version);
221 unsigned int _version);
234 unsigned int _version);
H A Dgelf.h77 unsigned int _version);

Completed in 24 milliseconds