target/hppa: Implement tlb_fill
commit650cdb2a2e4936fb66c13793278f4bacf0e5a6f7
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 Oct 2017 08:17:12 +0000 (27 10:17 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Jan 2018 18:22:15 +0000 (30 10:22 -0800)
tree5cb4dc960fc8e6876ebe1c77e45e8a8e1654a729
parentc301f34e798e2921cc4c4d1983512f1499e80996
target/hppa: Implement tlb_fill

However since HPPA has a software-managed TLB, and the relevant
TLB manipulation instructions are not implemented, this does not
actually do anything.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/int_helper.c
target/hppa/mem_helper.c