]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/hppa: Do not use hardcoded value for tlb_flush_*()
authorHelge Deller <deller@gmx.de>
Mon, 7 Aug 2023 09:42:11 +0000 (11:42 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 25 Aug 2023 13:57:49 +0000 (15:57 +0200)
commit88b7ad10dd7cecfb5977f99175fe62ac2c511290
tree4fd0e8b6bb5d75bac76f15a092f308e005341b1f
parentc01e5dfb9a5b7a4c044e5da8840b6bc1175e5839
target/hppa: Do not use hardcoded value for tlb_flush_*()

Avoid using hardcoded values when calling the tlb_flush*() functions.
Instead, define and use HPPA_MMU_FLUSH_MASK (keeping the current
behavior, which doesn't flush the physical address MMU).

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/hppa/cpu.h
target/hppa/helper.c
target/hppa/mem_helper.c