Searched refs:FullSystem (Results 1 - 25 of 65) sorted by relevance

123

/gem5/src/sim/
H A Dfull_system.hh35 * The FullSystem variable can be used to determine the current mode
38 extern bool FullSystem;
H A Dfaults.cc45 if (FullSystem) {
70 if (!FullSystem) {
H A Droot.cc130 SERIALIZE_SCALAR(FullSystem);
136 bool FullSystem; variable
148 FullSystem = full_system;
H A Dsystem.cc128 if (FullSystem) {
148 if (FullSystem) {
306 if (FullSystem) {
422 if (FullSystem)
435 if (FullSystem)
/gem5/src/cpu/simple/
H A Dnoncaching.cc71 if (!FullSystem && workload.size() != 1)
/gem5/src/cpu/o3/
H A Dderiv.cc41 if (FullSystem) {
H A Dthread_state.hh96 if (!FullSystem)
H A Dthread_context_impl.hh149 if (FullSystem) {
195 if (!FullSystem)
/gem5/src/cpu/
H A Dthread_state.cc71 if (!FullSystem)
90 if (!FullSystem)
108 if (FullSystem) {
129 assert(FullSystem);
H A Dsimple_thread.cc133 if (FullSystem)
207 if (FullSystem && kernelStats)
/gem5/src/arch/alpha/
H A Ddecoder.hh71 if (FullSystem)
H A Dfaults.cc120 if (!FullSystem)
144 if (!FullSystem)
152 if (FullSystem) {
181 if (FullSystem) {
193 if (FullSystem) {
212 if (FullSystem) {
H A Dutility.cc43 if (!FullSystem) {
H A Dremote_gdb.cc160 if (!FullSystem)
/gem5/src/arch/generic/
H A Dtlb.cc42 if (FullSystem)
/gem5/src/arch/riscv/
H A Dremote_gdb.cc159 panic_if(FullSystem, "acc not implemented for RISCV FS!");
/gem5/src/arch/arm/
H A Dsystem.cc188 return FullSystem? getArmSystem(tc)->haveSecurity() : false;
212 return FullSystem? getArmSystem(tc)->haveLPAE() : false;
218 return FullSystem? getArmSystem(tc)->haveVirtualization() : false;
224 return FullSystem? getArmSystem(tc)->highestELIs64() : true;
230 return FullSystem? getArmSystem(tc)->highestEL() : EL1;
277 return FullSystem && getArmSystem(tc)->haveSemihosting();
/gem5/src/arch/x86/
H A Dutility.hh64 if (!FullSystem) {
H A Dfaults.cc57 if (!FullSystem) {
112 if (!FullSystem)
129 if (FullSystem) {
139 if (FullSystem) {
/gem5/src/arch/sparc/
H A Dutility.hh78 if (cpuId == 0 || !FullSystem)
/gem5/src/arch/mips/
H A Dfaults.cc137 if (FullSystem) {
149 if (FullSystem) {
H A Dremote_gdb.cc167 panic_if(FullSystem, "acc not implemented for MIPS FS!");
H A Dfaults.hh169 if (FullSystem) {
204 if (FullSystem)
256 if (FullSystem) {
H A Dtlb.cc287 if (FullSystem)
302 if (FullSystem)
/gem5/src/arch/power/
H A Dremote_gdb.cc170 panic_if(FullSystem, "acc not implemented for POWER FS!");

Completed in 40 milliseconds

123