Searched hist:10046 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Disa.cc12671:2a9f13f15e91 Wed Jan 17 05:59:00 EST 2018 Chuan Zhu <chuan.zhu@arm.com> arch-arm: Fix masking in CPACR_EL1

Some bits in CPACR_EL1 are RES0 but not RAZ/WI. For instance, bit
CPACR_EL1[31] is RES0 but should be made stateful, since it allows
programing of CPACR.ASEDIS. Therefore the masking of CPACR_EL1
is removed.

Change-Id: If1fa3fa1e06bc38495b8afce2c635f3ddf76ce32
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/10046
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
/gem5/configs/common/
H A DFSConfig.py10046:8b7425bd3196 Tue Jan 28 08:15:00 EST 2014 Nilay Vaish <nilay@cs.wisc.edu> x86: add a warning about the number of memory controllers
When memory size > 3GB, print a warning that twice the number of memory
controllers would be created.

Completed in 66 milliseconds