diff options
author | Sanjay Lal <sanjayl@kymasys.com> | 2012-11-21 18:34:16 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-09 17:48:22 +0200 |
commit | 50c8308538dc9671490d6cb65259ef0ed79f5d13 (patch) | |
tree | 28bcef62cbb0c839d3d94513f65adc31698ebb5f /virt | |
parent | 2f4d9b5442766ec9ae5c2b217badfd9de320e1ea (diff) | |
download | linux-3.10-50c8308538dc9671490d6cb65259ef0ed79f5d13.tar.gz linux-3.10-50c8308538dc9671490d6cb65259ef0ed79f5d13.tar.bz2 linux-3.10-50c8308538dc9671490d6cb65259ef0ed79f5d13.zip |
KVM/MIPS32: Binary patching of select privileged instructions.
Currently, the following instructions are translated:
- CACHE (indexed)
- CACHE (va based): translated to a SYNCI, overkill on D-CACHE operations,
but still much faster than a trap.
- mfc0/mtc0: the virtual COP0 registers for the guest are implemented as
2-D array.
[COP#][SEL] and this is mapped into the guest kernel address space @ VA 0x0.
mfc0/mtc0 operations are transformed to load/stores.
Signed-off-by: Sanjay Lal <sanjayl@kymasys.com>
Cc: kvm@vger.kernel.org
Cc: linux-mips@linux-mips.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions