Age | Commit message (Collapse) | Author |
|
delivered.
|
|
|
|
|
|
|
|
|
|
|
|
actually use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TLBS correcty in SE mode. The error was forwarding translations directly to pageTable. The TLB should check for alignment faults at bare minimum here but in the long run we should be using TLBs in SE mode for MIPS.
|
|
flag on syscall instructions allowing O3 to handle SE mode syscalls incorrectly and speculate on instructions after a syscall
|
|
stage was not setting the predicted PC correctly or passing that information back to fetch correctly
|
|
Calculations
|
|
Basically merge it in with Halted.
Also had to get rid of a few other functions that
called ThreadContext::deallocate(), including:
- InOrderCPU's setThreadRescheduleCondition.
- ThreadContext::exit(). This function was there to avoid terminating
simulation when one thread out of a multi-thread workload exits, but we
need to find a better (non-cpu-centric) way.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(See cset d35d2b28df38 for x86 fix.)
|
|
|
|
|
|
|
|
|
|
|
|
inc/dec instructions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|