Searched hist:11513 (Results 1 - 8 of 8) sorted by relevance
/gem5/src/arch/arm/isa/templates/ | ||
H A D | vfp.isa | diff 11513:cb3a401c45d7 Thu Jun 02 08:38:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> arm: Correctly check FP/SIMD access permission in aarch32 The current implementation of aarch32 FP/SIMD in gem5 assumes that EL1 and higher are all 32-bit. This breaks interprocessing since an aarch64 EL1 uses different enable/disable bits. This change updates the permission checks to according to what is prescribed by the ARM ARM. Change-Id: Icdcef31b00644cfeebec00216b3993aa1de12b88 Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Mitch Hayenga <mitch.hayenga@arm.com> Reviewed-by: Nathanael Premillieu <nathanael.premillieu@arm.com> |
H A D | neon.isa | diff 11513:cb3a401c45d7 Thu Jun 02 08:38:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> arm: Correctly check FP/SIMD access permission in aarch32 The current implementa |