]> git.proxmox.com Git - mirror_qemu.git/commit
target-sparc: Add MMU_PHYS_IDX
authorRichard Henderson <rth@twiddle.net>
Wed, 13 Jul 2016 04:01:29 +0000 (21:01 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 31 Oct 2016 15:46:25 +0000 (09:46 -0600)
commitaf7a06bac7d3abb2da48ef3277d2a415772d2ae8
tree142792b8eeb3d991b567978fe34283a6d9946ce7
parent2f9d35fc4006122bad33f9ae3e2e51d2263e98ee
target-sparc: Add MMU_PHYS_IDX

It's handy to have a mmu idx for physical addresses, so
that mmu disabled and physical access asis can use the
same path as normal accesses.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-sparc/cpu.h
target-sparc/ldst_helper.c
target-sparc/mmu_helper.c