Searched defs:cpu (Results 1 - 25 of 68) sorted by relevance

123

/gem5/tests/configs/
H A Dt1000-simple-atomic.py44 cpu = AtomicSimpleCPU(cpu_id=0, clk_domain = system.cpu_clk_domain) variable
H A Dsimple-timing-ruby.py63 cpu = TimingSimpleCPU(cpu_id=0) variable
H A Dtgen-simple-mem.py48 cpu = TrafficGen( variable
H A Dtgen-dram-ctrl.py48 cpu = TrafficGen( variable
H A Do3-timing-ruby.py35 cpu = DerivO3CPU(cpu_id=0) variable
/gem5/src/cpu/
H A Dintr_control.cc54 BaseCPU *cpu = tcvec[cpu_id]->getCpuPtr(); local
63 BaseCPU *cpu = tcvec[cpu_id]->getCpuPtr(); local
H A Dthread_state.cc46 ThreadState::ThreadState(BaseCPU *cpu, ThreadID _tid, Process *_process) argument
H A Dbase_dyn_inst_impl.hh62 BaseDynInst(const StaticInstPtr &_staticInst, const StaticInstPtr &_macroop, TheISA::PCState _pc, TheISA::PCState _predPC, InstSeqNum seq_num, ImplCPU *cpu) argument
[all...]
H A Dthread_context.cc149 BaseCPU *cpu = getCpuPtr(); local
/gem5/src/dev/alpha/
H A DAlphaBackdoor.py38 cpu = Param.BaseCPU(Parent.cpu[0], "Processor") variable in class:AlphaBackdoor
H A Dbackdoor.hh98 BaseCPU *cpu; member in class:AlphaBackdoor
/gem5/tests/gem5/memory/
H A Dsimple-run.py53 cpu = TrafficGen( variable
/gem5/src/cpu/o3/
H A Dthread_context.hh76 O3CPU *cpu; member in class:O3ThreadContext
[all...]
H A Dthread_state.hh74 O3CPU *cpu; member in struct:O3ThreadState
H A Ddyn_inst_impl.hh52 BaseO3DynInst(const StaticInstPtr &staticInst, const StaticInstPtr &macroop, TheISA::PCState pc, TheISA::PCState predPC, InstSeqNum seq_num, O3CPU *cpu) argument
/gem5/src/cpu/minor/
H A Ddecode.hh66 MinorCPU &cpu; member in class:Minor::Decode
H A Dcpu.hh104 MinorCPU &cpu; member in class:MinorCPU::MinorCPUPort
H A Dpipeline.hh74 MinorCPU &cpu; member in class:Minor::Pipeline
H A Dexec_context.hh77 MinorCPU &cpu; member in class:Minor::ExecContext
/gem5/src/mem/ruby/profiler/
H A DAccessTraceForAddress.cc62 update(RubyRequestType type, RubyAccessMode access_mode, NodeID cpu, bool sharing_miss) argument
/gem5/src/arch/power/
H A Dinterrupts.hh46 BaseCPU * cpu; member in class:PowerISA::Interrupts
/gem5/src/arch/sparc/
H A Dua2005.cc49 BaseCPU *cpu = tc->getCpuPtr(); local
94 BaseCPU *cpu local
329 BaseCPU *cpu = tc->getCpuPtr(); local
353 BaseCPU *cpu = tc->getCpuPtr(); local
[all...]
/gem5/src/arch/alpha/
H A Dinterrupts.hh55 BaseCPU * cpu; member in class:AlphaISA::Interrupts
H A Dev5.cc85 zeroRegisters(CPU *cpu) argument
/gem5/src/sim/
H A Dsystem.cc270 BaseCPU *cpu = tc->getCpuPtr(); local

Completed in 25 milliseconds

123