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

/gem5/system/alpha/console/
H A Dconsole.cdiff 8001:3ff970f61e80 Wed Jun 23 15:12:00 EDT 2004 Ali Saidi <saidi@eecs.umich.edu> Copy variables over one at a time rather than copying 4 bytes at a
time. Easiest way to deal with the endian issue.
/gem5/src/arch/arm/
H A Dfaults.hhdiff 12511:99c28b88d4d8 Fri Jan 05 05:26:00 EST 2018 Chuan Zhu <chuan.zhu@arm.com> arch-arm: Fixed error in choosing vector offset

The old code chose vector offset associated with exceptions taken
to EL3 by incorrectly using "from64", which is associated with the
exception level where the exception was taken from. However, the
offset should depends on the ISA of the lower EL and not of the
starting EL itself, as specified in ARM ARM. This patch corrects
this by implementing the method in AArch64.TakeException in ARM ARM.

Change-Id: I8f7c9aa777c5f2eef9e2d89c36e9daee23f3a822
Reviewed-by: Jack Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/8001
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
H A Dfaults.ccdiff 12511:99c28b88d4d8 Fri Jan 05 05:26:00 EST 2018 Chuan Zhu <chuan.zhu@arm.com> arch-arm: Fixed error in choosing vector offset

The old code chose vector offset associated with exceptions taken
to EL3 by incorrectly using "from64", which is associated with the
exception level where the exception was taken from. However, the
offset should depends on the ISA of the lower EL and not of the
starting EL itself, as specified in ARM ARM. This patch corrects
this by implementing the method in AArch64.TakeException in ARM ARM.

Change-Id: I8f7c9aa777c5f2eef9e2d89c36e9daee23f3a822
Reviewed-by: Jack Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/8001
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

Completed in 43 milliseconds