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
e803c8a9120b1d7f30490703d1ff84bcbcb8deed
gem5
/
src
/
arch
/
sparc
History
Gabe Black
e803c8a912
Added alot of fp instructions, and some impdep instructions.
...
--HG-- extra : convert_revision : cc703919b59e674044ae370a65dc03deece6d69e
2006-07-26 03:42:16 -04:00
..
isa
Added alot of fp instructions, and some impdep instructions.
2006-07-26 03:42:16 -04:00
linux
Now ignore sigaction
2006-07-26 03:40:56 -04:00
solaris
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
faults.cc
add syscall emulation page table fault so we can allocate more stack pages
2006-06-26 16:49:05 -04:00
faults.hh
add syscall emulation page table fault so we can allocate more stack pages
2006-06-26 16:49:05 -04:00
isa_traits.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
process.cc
Move LiveProcess::create() from arch-specific files
2006-06-11 21:49:46 -04:00
process.hh
Move LiveProcess::create() from arch-specific files
2006-06-11 21:49:46 -04:00
regfile.hh
Fixed subtract with carry, and started some work with floating point.
2006-07-22 15:50:40 -04:00
SConscript
Updated Authors from bk prs info
2006-05-31 19:26:56 -04:00
stacktrace.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
system.cc
add system.mem_mode = ['timing', 'atomic']
2006-07-13 15:48:17 -04:00
system.hh
Updated Authors from bk prs info
2006-05-31 19:26:56 -04:00
tlb.hh
split off fullsystem and se iprs into two functions to remove lots of #ifs
2006-05-29 16:53:47 -04:00
ua2005.cc
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
utility.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
vtophys.cc
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
vtophys.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