Searched hist:11496 (Results 1 - 1 of 1) sorted by relevance
/gem5/src/arch/arm/ | ||
H A D | faults.cc | 11496:8e14075966d0 Fri May 27 10:02:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> arm: Use the target EL state when determining fault format We currently check the current state instead of the state of the target EL when determining how we report a fault. This breaks interprocessing since EL0 in aarch32 would report its fault status using the aarch32 registers even if EL1 is in aarch64. Fix this to report the fault using the format of the target EL. Change-Id: Ic080267ac210783d1e01c722a4ddaa687dce280e Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Mitch Hayenga <mitch.hayenga@arm.com> |
Completed in 18 milliseconds