gem5/src/arch/alpha/linux
Nathan Binkert abc76f20cb Major changes to how SimObjects are created and initialized. Almost all
creation and initialization now happens in python.  Parameter objects
are generated and initialized by python.  The .ini file is now solely for
debugging purposes and is not used in construction of the objects in any
way.

--HG--
extra : convert_revision : 7e722873e417cb3d696f2e34c35ff488b7bff4ed
2007-07-23 21:51:38 -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 Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
system.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07: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