Hi V, I don't know for sure, but have you checked the CloneFunc here (http://grok.gem5.org/source/xref/gem5/src/sim/syscall_emul.cc#cloneFunc), clone SysCall gets called when pthreads create a new thread and run on another available core.
Jack Jack Harvard On Tue, May 6, 2014 at 9:31 AM, Vanchinathan Venkataramani via gem5-users <[email protected]> wrote: > I am trying to migrate a task from one CPU to another on ARM SE mode. > > I understand that a lot of attributes need to be copied from one CPU to > another. > > Is there a check list of things that I need to copy? > > Thanks > V Vanchinathan > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
