commit | 2d27fc5eac0205588cb59ae138062e5e96695276 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 15:04:19 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:58 2010 +0200 |
tree | e621ed3ade57faca4650d6bd46945c578362b2bb | |
parent | 49451389ecc2b4336c305678c210b25fadd18994 [diff] |
KVM: PPC: Add book3s_32 tlbie flush acceleration On Book3s_32 the tlbie instruction flushed effective addresses by the mask 0x0ffff000. This is pretty hard to reflect with a hash that hashes ~0xfff, so to speed up that target we should also keep a special hash around for it. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>