]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: Declare tlb_set_page() in 'exec/cputlb.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Nov 2024 01:13:02 +0000 (02:13 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Mar 2025 15:56:14 +0000 (07:56 -0800)
commiteb9b25c6565d8c49a0db40f65a8a1f7932e81ff5
tree1a911fa3722c790942d820d676b22ac68f8919ce
parent2809e2d6c4570ee9c04c3f846893c8cc2b966bf8
exec: Declare tlb_set_page() in 'exec/cputlb.h'

Move CPU TLB related methods to "exec/cputlb.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241114011310.3615-18-philmd@linaro.org>
15 files changed:
include/exec/cputlb.h
include/exec/exec-all.h
target/alpha/helper.c
target/avr/helper.c
target/loongarch/tcg/tlb_helper.c
target/m68k/helper.c
target/mips/tcg/system/tlb_helper.c
target/openrisc/mmu.c
target/ppc/mmu_helper.c
target/riscv/cpu_helper.c
target/rx/cpu.c
target/s390x/tcg/excp_helper.c
target/sh4/helper.c
target/tricore/helper.c
target/xtensa/helper.c