]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Implement IDTLBT, IITLBT
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 13 Oct 2023 00:55:12 +0000 (17:55 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:34 +0000 (18:49 -0800)
commit8577f354792414a2b24ef72c64730ed0f6bb071e
treea0ffe441b13a2ed3cd134201e0364c17f8230250
parent25460fc5a71ef2bf6679d263e16f86ed7bb341a5
target/hppa: Implement IDTLBT, IITLBT

Rename the existing insert tlb helpers to emphasize that they
are for pa1.1 cpus.  Implement a combined i/d tlb for pa2.0.
Still missing is the new 'P' tlb bit.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/helper.h
target/hppa/insns.decode
target/hppa/mem_helper.c
target/hppa/translate.c