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

/gem5/src/systemc/core/
H A Dprocess_types.hh76 ctx = new Context(this, stackSize);
81 class Context : public Fiber class in class:sc_gem5::Thread
84 Context(Thread *thread, size_t size) : Fiber(size), thread(thread) {} function in class:sc_gem5::Thread::Context
104 friend class Context;
106 Context *ctx;
/gem5/src/base/
H A Dremote_gdb.hh250 struct Context struct in struct:BaseRemoteGDB::GdbCommand
259 typedef bool (BaseRemoteGDB::*Func)(Context &ctx);
269 bool cmd_unsupported(GdbCommand::Context &ctx);
271 bool cmd_signal(GdbCommand::Context &ctx);
272 bool cmd_cont(GdbCommand::Context &ctx);
273 bool cmd_async_cont(GdbCommand::Context &ctx);
274 bool cmd_detach(GdbCommand::Context &ctx);
275 bool cmd_reg_r(GdbCommand::Context &ctx);
276 bool cmd_reg_w(GdbCommand::Context &ctx);
277 bool cmd_set_thread(GdbCommand::Context
[all...]
H A Dremote_gdb.cc454 GdbCommand::Context cmdCtx;
839 BaseRemoteGDB::cmd_unsupported(GdbCommand::Context &ctx)
848 BaseRemoteGDB::cmd_signal(GdbCommand::Context &ctx)
855 BaseRemoteGDB::cmd_cont(GdbCommand::Context &ctx)
867 BaseRemoteGDB::cmd_async_cont(GdbCommand::Context &ctx)
880 BaseRemoteGDB::cmd_detach(GdbCommand::Context &ctx)
887 BaseRemoteGDB::cmd_reg_r(GdbCommand::Context &ctx)
897 BaseRemoteGDB::cmd_reg_w(GdbCommand::Context &ctx)
911 BaseRemoteGDB::cmd_set_thread(GdbCommand::Context &ctx)
921 BaseRemoteGDB::cmd_mem_r(GdbCommand::Context
[all...]
/gem5/src/arch/alpha/
H A Dkernel_stats.cc42 #include "debug/Context.hh"
172 DPRINTF(Context, "old mode=%s new mode=%s pid=%d\n",
202 DPRINTF(Context, "Context Switch old pid=%d new pid=%d\n",
/gem5/src/cpu/
H A Dthread_context.cc52 #include "debug/Context.hh"
61 DPRINTF(Context, "Comparing thread contexts\n");
127 panic("Context ids don't match, one: %d, two: %d", id1, id2);
/gem5/util/minorview/
H A Dview.py105 cr = gtk.gdk.CairoContext(cairo.Context(surface))
148 cr = gtk.gdk.CairoContext(cairo.Context(buffer))

Completed in 14 milliseconds