target-alpha: Introduce MMU_PHYS_IDX
authorRichard Henderson <rth@twiddle.net>
Sat, 3 Sep 2016 18:32:35 +0000 (11:32 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2016 15:29:02 +0000 (08:29 -0700)
commit6a73ecf5cfcd39b7afb5d6a24174730eac49d4b5
treeaea605ed47f998cda117cc02659475b6e1c77cee
parent05188cc72f0399e99c92f608a8e7ca4c8e552c4b
target-alpha: Introduce MMU_PHYS_IDX

Rather than using helpers for physical accesses, use a mmu index.
The primary cleanup is with store-conditional on physical addresses.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/cpu.h
target-alpha/helper.c
target-alpha/helper.h
target-alpha/mem_helper.c
target-alpha/translate.c