summaryrefslogtreecommitdiffstats
path: root/include/exec/exec-all.h
diff options
context:
space:
mode:
authorSerge Vakulenko2015-07-06 08:14:50 +0200
committerLeon Alrae2015-09-18 10:20:48 +0200
commitceb0ee147df35adc7b705da1c84a4624c9cabb21 (patch)
treea87800759b1e4d48231346889f882d3afbb8401c /include/exec/exec-all.h
parenttarget-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS (diff)
downloadqemu-ceb0ee147df35adc7b705da1c84a4624c9cabb21.tar.gz
qemu-ceb0ee147df35adc7b705da1c84a4624c9cabb21.tar.xz
qemu-ceb0ee147df35adc7b705da1c84a4624c9cabb21.zip
pic32: use LCG algorithm for generated random index of TLBWR instruction
The LFSR algorithm, used for generating random TLB indexes for TLBWR instruction, was inclined to produce a degenerate sequence in some cases. For example, for 16-entry TLB size and Wired=1, it gives: 15, 6, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2, 7, 2... When replaced with LCG algorithm from ISO/IEC 9899 standard, the sequence looks much better, with about the same computational effort needed. Signed-off-by: Serge Vakulenko <serge.vakulenko@gmail.com> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions