commit | 4797a6851975c1239df440c5f01d8566e63717bb | [log] [tgz] |
---|---|---|
author | Artyom Tarasenko <atar4qemu@gmail.com> | Tue Jan 26 14:42:50 2016 +0100 |
committer | Artyom Tarasenko <atar4qemu@gmail.com> | Wed Jan 18 22:03:44 2017 +0100 |
tree | 01c8a56e0def240f3f5c856b72c05468ffbb5381 | |
parent | 2f1b52920205863024cc86007e88557f4c2c898e [diff] |
target-sparc: replace the last tlb entry when no free entries left Implement the behavior described in the chapter 13.9.11 of UltraSPARC T1™ Supplement to the UltraSPARC Architecture 2005: "If a TLB Data-In replacement is attempted with all TLB entries locked and valid, the last TLB entry (entry 63) is replaced." Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>