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

/gem5/system/arm/aarch64_bootloader/
H A Dboot.S11258:9214b39401aa Wed Jul 15 09:43:00 EDT 2015 Karthik Sangaiah <karthik.sangaiah@arm.com> arm: Bootloader fix for v8 over 16 cores

Previous code used a smaller 4 bit mask to test the MPIDR-EL1 register.
The bitmask was extended to support greater than 16 cores.
/gem5/src/mem/cache/tags/
H A Dfa_lru.hh9214:a42caed28e1f Tue Sep 11 14:14:00 EDT 2012 Lena Olson <lena@cs.wisc.edu> Cache: Split invalidateBlk up to seperate block vs. tags

This seperates the functionality to clear the state in a block into
blk.hh and the functionality to udpate the tag information into the
tags. This gets rid of the case where calling invalidateBlk on an
already-invalid block does something different than calling it on a
valid block, which was confusing.
H A Dfa_lru.cc9214:a42caed28e1f Tue Sep 11 14:14:00 EDT 2012 Lena Olson <lena@cs.wisc.edu> Cache: Split invalidateBlk up to seperate block vs. tags

This seperates the functionality to clear the state in a block into
blk.hh and the functionality to udpate the tag information into the
tags. This gets rid of the case where calling invalidateBlk on an
already-invalid block does something different than calling it on a
valid block, which was confusing.

Completed in 20 milliseconds