Searched refs:newCPU (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/
H A Dinterrupts.cc275 X86ISA::Interrupts::setCPU(BaseCPU * newCPU) argument
277 assert(newCPU);
278 if (cpu != NULL && cpu->cpuId() != newCPU->cpuId()) {
282 cpu = newCPU;
H A Dinterrupts.hh189 void setCPU(BaseCPU * newCPU);

Completed in 11 milliseconds