]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Add static definition with function loongarch_tlb_search()
authorBibo Mao <maobibo@loongson.cn>
Wed, 23 Apr 2025 08:04:16 +0000 (16:04 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 24 Apr 2025 02:08:45 +0000 (10:08 +0800)
commitad5233ba5c7dcc92ee79d015f2168fb7e0279118
treed47aa8e167b8ec45d5dd6498ea0ca3b402e847ae
parent9c9ffc013db126727d6121754e461550ba60a69f
target/loongarch: Add static definition with function loongarch_tlb_search()

Function loongarch_tlb_search() is only referenced in file tcg/tlb_helper.c,
define this function with static attribution.

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