Searched hist:8361 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/generic/
H A Dtypes.hh8361:641193dca496 Sun Jun 19 21:43:00 EDT 2011 Korey Sewell <ksewell@umich.edu> cpus/isa: add a != operator for pcstate
/gem5/src/arch/arm/
H A Dtypes.hh8361:641193dca496 Sun Jun 19 21:43:00 EDT 2011 Korey Sewell <ksewell@umich.edu> cpus/isa: add a != operator for pcstate
H A Dfaults.hh12569:fe1ff4059715 Fri Feb 09 05:01:00 EST 2018 Giacomo Travaglini <giacomo.travaglini@arm.com> arch-arm: Introduce update method in ArmFault class

There is a set of internal variables in ArmFault thats get updated once
the fault is invoked (ArmFault::invoke). Sometimes we rely on those even
if the fault is generated but not invoked (e.g. when checking if a
memory access is producing a fault). This patch is moving the update
functionalities inside a public method so that a client can make use of
it even when not invoking the fault.

Change-Id: I3ac5b6835023f28ec569fe25487dffa356e1b2fd
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/8361
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
H A Dfaults.cc12569:fe1ff4059715 Fri Feb 09 05:01:00 EST 2018 Giacomo Travaglini <giacomo.travaglini@arm.com> arch-arm: Introduce update method in ArmFault class

There is a set of internal variables in ArmFault thats get updated once
the fault is invoked (ArmFault::invoke). Sometimes we rely on those even
if the fault is generated but not invoked (e.g. when checking if a
memory access is producing a fault). This patch is moving the update
functionalities inside a public method so that a client can make use of
it even when not invoking the fault.

Change-Id: I3ac5b6835023f28ec569fe25487dffa356e1b2fd
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/8361
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

Completed in 62 milliseconds