tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
commitd2ba80265739d1699dd33b93ed7db8d46e875ab6
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Jul 2021 21:10:22 +0000 (27 11:10 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 15:46:42 +0000 (13 08:46 -0700)
tree31a0b1a3985ef18d8c7cbfc59ac87df052b40c55
parent1a2eaf9e3897b0c51ef65e676c9bbd125506dafd
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h

These functions have been replaced by cpu_*_mmu as the
most proper interface to use from target code.

Hide these declarations from code that should not use them.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/tcg/tcg-ldst.h [new file with mode: 0644]
include/tcg/tcg.h
tcg/tcg.c
tcg/tci.c