This website requires JavaScript.
Explore
Help
Sign In
derek
/
gem5
Watch
1
Star
0
Fork
0
You've already forked gem5
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e5ecfa27455a8be97429e9f88e8e6582b9819c6f
gem5
/
src
/
arch
/
alpha
/
linux
History
Steve Reinhardt
e5ecfa2745
Disable PrintThreadInfo since it causes a panic when using VPtr.
...
See Flyspray
#281
. --HG-- extra : convert_revision : 199ef802bcabed09f6ea6922c3a3954fea161190
2007-07-14 12:22:04 -07:00
..
aligned.hh
Updated Authors from bk prs info
2006-05-31 19:26:56 -04:00
hwrpb.hh
New directory structure:
2006-05-22 14:29:33 -04:00
linux.cc
Cleaned up include files and got rid of many using directives in header files.
2006-08-15 05:07:15 -04:00
linux.hh
Don't use the exact same name as a system header #define
2007-03-04 19:26:49 -08:00
process.cc
Implement current working directory for LiveProcesses
2006-11-16 12:43:11 -08:00
process.hh
The "hostname" variable isn't used in the process classes. It should be removed from the other ones as well.
2007-02-28 16:29:25 +00:00
system.cc
Disable PrintThreadInfo since it causes a panic when using VPtr.
2007-07-14 12:22:04 -07:00
system.hh
Put kernel_stats back into arch.
2006-11-07 22:34:34 -05:00
thread_info.hh
Updated Authors from bk prs info
2006-05-31 19:26:56 -04:00
threadinfo.hh
Change ExecContext to ThreadContext. This is being renamed to differentiate between the interface used objects outside of the CPU, and the interface used by the ISA. ThreadContext is used by objects outside of the CPU and is specifically defined in thread_context.hh. ExecContext is more implicit, and is defined by files such as base_dyn_inst.hh or cpu/simple/base.hh.
2006-06-06 17:32:21 -04:00