Searched refs:hack (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/generic/
H A Ddebugfaults.hh85 // The "Flavor" template parameter is to keep warn, hack or inform messages
153 void debugFunc() override { hack(this->message()); }
154 FaultName name() const override { return "hack fault"; }
/gem5/src/base/
H A Dlogging.hh214 #define hack(...) base_message(::Logger::getHack(), __VA_ARGS__) macro
/gem5/src/cpu/kvm/
H A Dvm.cc373 hack("KVM: Zero memory handled as IO\n");
H A Dx86_cpu.cc786 hack("tr.type (%i) is not busy. Forcing the busy bit.\n",
799 hack("CS.DPL (%i) != SS.DPL (%i): Forcing SS.DPL to %i\n",
1161 // use the same kind of hack using a microcode routine.
1222 // interrupt delivery hack. In that case, don't enter into KVM.
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h20 # We use a macro hack to simpify code generation for various numbers
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc661 hack("KVM: 64-bit TTBBRx workaround\n");

Completed in 18 milliseconds