Searched refs:Pc (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/x86/
H A Dpc.hh41 #include "params/Pc.hh"
47 class Pc : public Platform class in inherits:Platform
62 Pc(const Params *p);
H A Dsouth_bridge.cc44 Pc * pc = dynamic_cast<Pc *>(platform);
H A Dpc.cc54 Pc::Pc(const Params *p) function in class:Pc
61 Pc::init()
119 Pc::postConsoleInt()
126 Pc::clearConsoleInt()
133 Pc::postPciInt(int line)
139 Pc::clearPciInt(int line)
144 Pc *
147 return new Pc(this);
H A DPc.py49 class Pc(Platform): class in inherits:Platform
50 type = 'Pc'
/gem5/configs/common/
H A DFSConfig.py526 self.pc = Pc()
564 # In gem5 Pc::calcPciConfigAddr(), it required "assert(bus==0)",

Completed in 9 milliseconds