commit | e49d914ceec98a52e67438a8259768482ace639c | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Sat Aug 02 10:58:40 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Sun Sep 28 16:10:34 2025 +0800 |
tree | 7d2c7f25615565f7e542dddc0da72526c407beb4 | |
parent | 27a26b48bfb71af85a9cf67d8702ecef31650653 [diff] |
target/loongarch: Add tlb search callback in loongarch_tlb_search() With function loongarch_tlb_search(), it is to search TLB entry with speficied virtual address, the difference is selection with asid and global bit. Here add selection callback with asid and global bit. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>