summary refs log tree commit diff stats
path: root/ui/sdl2.c
diff options
context:
space:
mode:
authorBibo Mao <maobibo@loongson.cn>2025-09-04 17:46:12 +0800
committerBibo Mao <maobibo@loongson.cn>2025-09-28 16:10:34 +0800
commit96e654cf3e6e03d61de447ad7117f53ed2bff998 (patch)
tree8101dc193b3593420069e35a6bba7e569101563b /ui/sdl2.c
parent5e3ccedcf925ad4913baa953d05933df1f78e9ed (diff)
downloadfocaccia-qemu-96e654cf3e6e03d61de447ad7117f53ed2bff998.tar.gz
focaccia-qemu-96e654cf3e6e03d61de447ad7117f53ed2bff998.zip
target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid_or_g
With function helper_invtlb_page_asid_or_g(), currently it is to
search TLB entry one by one. Instead STLB can be searched at first
with hash method, and then search MTLB with one by one method.

Here common API loongarch_tlb_search_cb() is used in function
helper_invtlb_page_asid_or_g().

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'ui/sdl2.c')
0 files changed, 0 insertions, 0 deletions