diff options
Diffstat (limited to 'results/classifier/108/other/1438144')
| -rw-r--r-- | results/classifier/108/other/1438144 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/results/classifier/108/other/1438144 b/results/classifier/108/other/1438144 new file mode 100644 index 00000000..a8d3e539 --- /dev/null +++ b/results/classifier/108/other/1438144 @@ -0,0 +1,32 @@ +device: 0.760 +semantic: 0.744 +performance: 0.653 +network: 0.649 +graphic: 0.623 +other: 0.565 +permissions: 0.563 +socket: 0.557 +files: 0.550 +vnc: 0.471 +debug: 0.393 +boot: 0.351 +PID: 0.235 +KVM: 0.220 + +Page sizes are not interpreted correctly for E500/E500MC + +http://cache.freescale.com/files/32bit/doc/ref_manual/E500CORERM.pdf - see 2.12.5.2 MAS Register 1 (MAS1), p. 2-41 +http://cache.freescale.com/files/32bit/doc/ref_manual/E500MCRM.pdf - see 2.16.6.2 MAS Register 1 (MAS1), p. 2-54 + +According to these documents, variable page size for TLB1 is computed as 4K ** TSIZE. + +However, QEMU always treats it as if it was 1K << TSIZE, even if options like "-cpu e500mc" are supplied to qemu. + +This is not a bug. MMU v2 (implemented in e6500) extended the TSIZE field so that 1K << +TSIZE is correct. The extension was on the LSB side so that it works +fine as long as the low bit of the new TSIZE (which is reserved on +e500v2/mc) is zero. + + +You're absolutely right. Sorry for bothering. + |