linux/arch/powerpc/include
Alexander Graf 8f20a3ab27 KVM: PPC: E500: Add dcbtls emulation
The dcbtls instruction is able to lock data inside the L1 cache.

We don't want to give the guest actual access to hardware cache locks,
as that could influence other VMs on the same system. But we can tell
the guest that its locking attempt failed.

By implementing the instruction we at least don't give the guest a
program exception which it definitely does not expect.

Signed-off-by: Alexander Graf <agraf@suse.de>
2014-05-30 14:26:17 +02:00
..
asm KVM: PPC: E500: Add dcbtls emulation 2014-05-30 14:26:17 +02:00
uapi/asm Second batch of KVM updates. Some minor x86 fixes, 2014-01-31 08:37:32 -08:00