]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Move definition of TCG specified function to tcg directory
authorBibo Mao <maobibo@loongson.cn>
Wed, 23 Apr 2025 08:04:17 +0000 (16:04 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 24 Apr 2025 02:09:38 +0000 (10:09 +0800)
commit0d4c2e408d418ec5c412ec9f58e7b8f3aecc6948
tree347b9d43da3dd1cf440d1684cd05dd937ed25592
parentad5233ba5c7dcc92ee79d015f2168fb7e0279118
target/loongarch: Move definition of TCG specified function to tcg directory

Function loongarch_cpu_tlb_fill() only works in TCG mode, move its
definition from header file internals.h to file tcg/tcg_loongarch.h

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250423080417.3739809-10-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
target/loongarch/cpu.c
target/loongarch/internals.h
target/loongarch/tcg/tcg_loongarch.h