aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-macros/src
diff options
context:
space:
mode:
authorBibo Mao <maobibo@loongson.cn>2025-09-04 19:16:57 +0800
committerBibo Mao <maobibo@loongson.cn>2025-09-28 16:10:34 +0800
commit8d26856fabf8faac60de03a2e0fc35e5338e248e (patch)
tree32630738eed6def633da5f656ad0627b149d468b /rust/qemu-macros/src
parent66746876fed5eb3c04c2f958bef927df3389d42c (diff)
downloadqemu-8d26856fabf8faac60de03a2e0fc35e5338e248e.zip
qemu-8d26856fabf8faac60de03a2e0fc35e5338e248e.tar.gz
qemu-8d26856fabf8faac60de03a2e0fc35e5338e248e.tar.bz2
target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid()
With function helper_invtlb_page_asid(), only one TLB entry in LoongArch emulated TLB is invalidated. so with QEMU TLB, it is not necessary to flush all QEMU TLB, only flush address range specified LoongArch emulated TLB is ok. Here invalidate_tlb_entry() is called so that only QEMU TLB entry with specified address range is flushed. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'rust/qemu-macros/src')
0 files changed, 0 insertions, 0 deletions