Searched refs:DerivO3CPU (Results 1 - 25 of 27) sorted by relevance

12

/gem5/src/cpu/o3/
H A Dderiv.hh36 #include "params/DerivO3CPU.hh"
38 class DerivO3CPU : public FullO3CPU<O3CPUImpl> class in inherits:FullO3CPU
41 DerivO3CPU(DerivO3CPUParams *p) function in class:DerivO3CPU
H A Dderiv.cc35 #include "params/DerivO3CPU.hh"
37 DerivO3CPU *
63 return new DerivO3CPU(this);
H A DO3CPU.py61 class DerivO3CPU(BaseCPU): class in inherits:BaseCPU
62 type = 'DerivO3CPU'
/gem5/tests/configs/
H A Drealview-switcheroo-o3.py44 cpu_classes=(DerivO3CPU, DerivO3CPU)
H A Drealview64-switcheroo-o3.py45 cpu_classes=(DerivO3CPU, DerivO3CPU)
H A Do3-timing-mp.py46 cpu_class=DerivO3CPU, num_cpus=nb_cores).create_root()
H A Dpc-o3-timing.py43 cpu_class=DerivO3CPU).create_root()
H A Do3-timing-checker.py42 cpu_class=DerivO3CPU,
H A Dtsunami-o3-dual.py43 cpu_class=DerivO3CPU,
H A Dtsunami-o3.py43 cpu_class=DerivO3CPU).create_root()
H A Dpc-switcheroo-full.py46 cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU)
H A Drealview-switcheroo-full.py44 cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, MinorCPU, DerivO3CPU)
H A Drealview64-switcheroo-full.py45 cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, MinorCPU, DerivO3CPU)
H A Dtsunami-switcheroo-full.py44 cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU)
H A Do3-timing.py55 cpu_class=DerivO3CPU).create_root()
H A Do3-timing-mt.py56 cpu_class=DerivO3CPU,
H A Do3-timing-ruby.py35 cpu = DerivO3CPU(cpu_id=0)
H A Do3-timing-mp-ruby.py33 cpus = [ DerivO3CPU(cpu_id=i) for i in range(nb_cores) ]
/gem5/tests/gem5/cpu_tests/
H A Drun.py100 'DerivO3CPU': DerivO3CPU
106 'DerivO3CPU': DerivO3CPU,
/gem5/configs/common/
H A DCpuConfig.py106 if issubclass(cpu_cls, m5.objects.DerivO3CPU):
127 " type or inherited from DerivO3CPU.", cpu_cls)
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py107 class O3_ARM_v7a_3(DerivO3CPU):
H A Dex5_big.py109 class ex5_big(DerivO3CPU):
/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py159 if type(cpu) is DerivO3CPU or \
H A Druby_caches_MI_example.py156 if type(cpu) is DerivO3CPU or \
/gem5/configs/splash2/
H A Drun.py188 cpus = [DerivO3CPU(cpu_id = i,

Completed in 23 milliseconds

12