Lines Matching refs:system
55 def config_filesystem(system, options = None):
56 """ This function parses the system object to create the pseudo file system
57 @param system: The system to create the config for
62 First, this function walks the system object to find all CPUs.
67 - /sys/devices/system/cpu/online and /sys/devices/system/cpu/possible
68 These files list all of the CPUs in this system.
80 cpus = [obj for obj in system.descendants() if isinstance(obj, BaseCPU)]
116 cacheline_size=system.cache_line_size.getValue())
127 # Set up /sys/devices/system/cpu
128 cpudir = joinpath(sysdir, 'devices', 'system', 'cpu')
142 system.redirect_paths = _redirect_paths(chroot)
146 'system', 'node')
158 cpudir = joinpath(m5.options.outdir, 'fs', 'sys', 'devices', 'system',
178 cachedir = joinpath(fsdir, 'sys', 'devices', 'system', 'cpu',