Searched hist:3743 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A Deventq.hhdiff 12082:ffa559ffeecc Tue Jun 06 17:05:00 EDT 2017 Sean Wilson <spwilson2@wisc.edu> sim: Add generic EventFunctionWrapper

Add EventFunctionWrapper, an event wrapper which takes any callable
object to use as its callback. (This includes c++ lambdas, function
pointers, bound functions, and std::functions.)

Change-Id: Iab140df47bd0f7e4b3fe3b568f9dd122a43cee1c
Signed-off-by: Sean Wilson <spwilson2@wisc.edu>
Reviewed-on: https://gem5-review.googlesource.com/3743
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
/gem5/src/cpu/
H A Dexetrace.ccdiff 3743:2061715f68d1 Thu Nov 16 00:34:00 EST 2006 Gabe Black <gblack@eecs.umich.edu> Fixes for SPARC_FS

configs/common/FSConfig.py:
Make a SPARC system create an IO bus.
src/python/m5/objects/T1000.py:
Create a T1000 platform
src/arch/sparc/miscregfile.cc:
Initialize the strand status register to the value legion provides.
src/cpu/exetrace.cc:
Truncate an ExtMachInst to a MachInst before comparing with Legion.
/gem5/configs/common/
H A DFSConfig.pydiff 3743:2061715f68d1 Thu Nov 16 00:34:00 EST 2006 Gabe Black <gblack@eecs.umich.edu> Fixes for SPARC_FS

configs/common/FSConfig.py:
Make a SPARC system create an IO bus.
src/python/m5/objects/T1000.py:
Create a T1000 platform
src/arch/sparc/miscregfile.cc:
Initialize the strand status register to the value legion provides.
src/cpu/exetrace.cc:
Truncate an ExtMachInst to a MachInst before comparing with Legion.

Completed in 72 milliseconds