Lines Matching defs:base
52 #include "base/compiler.hh"
53 #include "base/trace.hh"
54 #include "cpu/base.hh"
298 Addr base;
308 base = tc->readMiscReg(MISCREG_MVBAR);
311 base = tc->readMiscReg(MISCREG_HVBAR);
316 base = HighVecs;
318 base = ArmSystem::haveSecurity(tc) ?
324 return base + offset(tc);
727 Addr base;
737 base = tc->readMiscReg(MISCREG_MVBAR);
739 return base + offset(tc);