Searched refs:cpu_list (Results 1 - 6 of 6) sorted by relevance

/gem5/configs/common/
H A DCpuConfig.py105 def config_etrace(cpu_cls, cpu_list, options):
109 for cpu in cpu_list:
H A DFileSystemConfig.py144 def register_node(cpu_list, mem, node_number):
151 file_append((nodedir, 'cpumap'), hex_mask(cpu_list))
/gem5/configs/example/
H A Dapu_se.py289 cpu_list = [] variable
321 cpu_list.append(cpu)
351 cpu_list.append(cpu)
355 host_cpu = cpu_list[0]
395 for cpu in cpu_list:
405 future_cpu_list[i].workload = cpu_list[i].workload
412 [(cpu_list[i], future_cpu_list[i]) for i in range(options.num_cpus)]
415 # dispatcher is also added to cpu_list although it is
417 cpu_list = cpu_list variable
[all...]
/gem5/src/dev/arm/
H A Dgic_v2.cc655 int dest = swi.cpu_list;
690 uint8_t cpu_list;
691 cpu_list = 0;
693 cpu_list |= cpuEnabled(x) ? 1 << x : 0;
694 swi.cpu_list = cpu_list;
698 swi.cpu_list = 1 << ctx;
704 swi.cpu_list);
709 if (swi.cpu_list & (1 << i))
H A Dgic_v2.hh132 Bitfield<23,16> cpu_list; member in class:GicV2
/gem5/tests/configs/
H A Dgpu-ruby.py260 cpu_list = [cpu] + [shader] + [dispatcher] variable
262 system = System(cpu = cpu_list,

Completed in 15 milliseconds