Searched hist:4849 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/util/
H A Ddot_writer.pydiff 12202:e193ae9884e5 Mon Sep 25 20:57:00 EDT 2017 Gabe Black <gabeblack@google.com> util: Make dot_writer ignore NULL simobjects.

Also centralize the code which iterates over the parameters of a simnode's
children, and remove a copy/paste block of code in the DVFS block of code.

Change-Id: I01305fbff59346010780ee386ba97ad9106b1f5d
Reviewed-on: https://gem5-review.googlesource.com/4849
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/arch/x86/
H A Dprocess.ccdiff 4849:587b8d639313 Thu Aug 02 18:12:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> X86: Finally get the x86 initial stack frame right.
After very carefully reading through the Linux source, I'm pretty confident I now know -exactly- how the initial stack frame is constructed, filled, and aligned.

Completed in 30 milliseconds